SpringBoot Upgrade to Micrometer Tracing 1.0.0-M6

https://github.com/micrometer-metrics/tracing/pull/31 renames micrometer-tracing-api to micrometer-tracing.M6 releases o...

SpringBoot Does springboot support TLSV1.3

Hi team, in Springboot 2.7.0+ JDK17, I want to enable tlsv1.3,and I configure as belowserver: port: 8200 ssl: k...

SpringBoot x-www-form-urlencoded data not getting populated in MultiValueMap

I'm on spring-boot version2.6.7. Below is the controller with accepts requests with Content-Type as application/x-www-fo...

SpringBoot WebClientRequestException executor not accepting a task, when web is disabled using WebApplicationType.NONE

Using these dependencies<parent> <groupId>org.springframework.boot</groupId> <artifactId>s...

SpringBoot Configure interface-based proxies in native images

Now that spring-projects/spring-framework#28717 is fixed, every Spring Boot application using Spring AOP requires to con...

SpringBoot JDBC Sleuth instrumentation is not taking place

IssueJDBC Sleuth instrumentation is not taking placeRoot CauseDatasource bean is created before the p6SpyDataSourceDecor...

SpringBoot SpringBoot docker image name via command-line argument not overriding default name defined in pom.xml

As per the documentation https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#build-image....

SpringBoot Consider modifying dependency management policy for WebJars Locator

WebJars Locator (that is, webjars-locator-core) uses X.Y versioning format that doesn't quite align with the semver, how...

SpringBoot jar confict in spring-boot-3.0.0-m3

the version definition in spring-boot-m3 bom:reactor 3.5.0-M2 confict whith lettuce 6.1.8.RELEASE(use reactor 3.3.22...

SpringBoot Support deriving a DataSourceBuilder from a wrapped DataSource

Wrapped data sources, such as OpenTelemetryDataSource are not detected correctly for flyway, because they are not unwrap...

SpringBoot EmbeddedLdapAutoConfiguration not setting the base information into the LdapContextSource

Currently (as of version 2.0.0.M7), EmbeddedLdapAutoConfiguration isn't properly setting the base information from LdapC...

SpringBoot at Startup Unsatisfied dependency expressed through method 'neo4jHealthContributor' parameter 0;

I have a SpringBoot application that connect to Neo4j at startup using the code belowWe deploy a pod for Neo4j and one f...

SpringBoot Remove unchecked raw casts

There are unchecked raw casts in TracingObservationHandlerGrouping and OnlyMetricsObservationHandlerGrouping which can b...

SpringBoot processResources should depend by default of bootBuildInfo task to avoid Gradle warning: without declaring an explicit or implicit dependency

Using Gradle 7.4.2, spring boot gradle plugin and the buildInfo feature I have the following issue.Log from Gradle:Gradl...

SpringBoot Start building against Spring Data 2022.0.0-M5 snapshots

Upgrade to Spring Data 2022.0.0 snapshots and upgrade to Jedis 4.2.3 along with registering ManagedTypes bean to enable ...

SpringBoot Allow Jackson's lazily created standard JDK serializers to be used in a native image

Jackson's com.fasterxml.jackson.databind.ser.std.StdJdkSerializers adds a number of serializers as classes. These classe...

SpringBoot Add native-image support for JavaLoggingSystem

The spring-native sample cloud-function-netty has this in the POM: <dependency> <groupId>o...

SpringBoot Remove --allow-incomplete-classpath from native-image arguments

Spring Boot currently adds --allow-incomplete-classpath to native-image parameters here. This was needed as of GraalVM 2...

SpringBoot AutowiredAnnotationbeanPostProcessor is triggering for records that already have their values set (can't use @Value on records)

Spring Boot 2.7.1, Java 17.0.1Sample app:package com.example.demo;import org.springframework.beans.factory.annotation.Va...
上一页 下一页
.