SpringBoot In a native image, configuration property binding fails when the target has package-private getters and setters

BindableRuntimeHintsRegistrar does not generate reflection hints to allow package-private getters and setters to be invo...

SpringBoot @AutoConfigureRestDocs does not work with a MockMvc-backed WebTestClient

Currently this is impossible to use autoconfigured WebTestClient with autoconfigured RestDocs together because of this e...

SpringBoot Make BindableRuntimeHintsRegistrarTests more rigorous

I think that BindableRuntimeHintsRegistrarTests could be improved by making the tests more rigorous. For example, when c...

SpringBoot SpringDataCouchbase - Not able to save map with collection as value

Tried to save Person entity with below attributes in couch base, but not able to save getting error, see below error log...

SpringBoot Improve documentation for including Docker Compose support

The Docker Compose Support documentation mentions that the spring-boot-docker-compose dependency should be included to e...

SpringBoot Anonymous requests to the token endpoint are redirected to the Spring Security login page instead of receiving a 401 response

Fixes an issue where auto-configuration for Spring Authorization Server was overriding the default exception handling (A...

SpringBoot There is a problem when using @ RequestParam to receive parameters

As mentioned above, when using the @ RequestParm annotation to receive parameters, the following is my request result On...

SpringBoot unable to find application.yaml file while starting the application

i have migrated to springboot 3.0 and i am trying to run the application (mvn spring-boot:run), but it is unable to find...

SpringBoot Flyway fails to get loggers on native runs after upgrading to 3.1.0-RC1

Related to https://github.com/flyway/flyway/issues/3659Spring Boot 3.1.0-RC1Kotlin 1.8.20Gradle 8Add flyway as a depende...

SpringBoot Are there any sample projects using native on Spring Boot 3, as I can only compile with webTomcat now, but compilation failed after adding Eureka

Comment From: wilkinsonaEureka should work in a native image. If you've found a problem where native image compilation f...

SpringBoot Traceability in micro-reactive is lost with graphQL

Hi,I have a reactive microservice (Spring-Boot 3.0.4) that when calling a graphQL service using HttpGraphQlClient tracea...

SpringBoot spring.data.mongodb.replica-set-name is not applied correctly

Hi,I was reviewing some of the new things in 3.1 and believe I found a typo leading to a bug when setting the replicaSet...

SpringBoot WebClient auto-configuration tries to use HttpComponentsClientHttpConnector when all required classes are not present

As reported in https://github.com/spring-projects/spring-boot/issues/34962, a java.lang.NoClassDefFoundError: org/apache...

SpringBoot MinIdle and MaxValidationTime properties missing for R2DBC pools

Spring boot version: 2.7.9, the spring-boot-project version of r2dbc more specifically the classspring-boot-project/spri...

SpringBoot Wrong anchors in Maven plugin documentation

Click here on "Goals". This links to #goals, but is then rewritten to #?, which breaks hot-linking.

SpringBoot Small assertions improvements

Inspired by b91f814e427ccd5b99f0f7d1fafaae77ad1fb318, I propose a slightly simpler way to write such assertions.Comment ...

SpringBoot Inject user-defined Attributes into SdkTracerProvider

User-defined attributes is useful for tag at service level, for example Jaeger UI treat it as process tag beside span ta...

SpringBoot Add missing @ServiceConnection in importing container declarations example

Fix https://github.com/spring-projects/spring-boot/issues/35332Comment From: wilkinsonaThanks for the PR but I'm not sur...

SpringBoot java 1.8_282 JVM crash

OS macOSspring boot 2.5.2spring cloud 2020.0.3java 1.8.0_282use https://start.spring.io generate spring-boot-gateway dem...

SpringBoot Fix javadoc in OAuth2AuthorizationServerPropertiesMapper

Hi,just found this wrong javadoc declaration while diving through some code.Cheers,ChristophComment From: wilkinsonaThan...
上一页 下一页
.