SpringBoot Request scope annotations do not work as intended when used with @Bean

Hi,I am using springboot 2.7.14 and running Java 17. I have created this classclass RequestContextHolder { private va...

SpringBoot Make it easier to add a SanitizingFunction to mask properties with specific names

See https://github.com/spring-projects/spring-boot/issues/39094#issuecomment-1899214357 for details.We removed default s...

SpringBoot Refactor: Use HTTP_LOCALHOST constant for local URL in DevToolsIntegrationTests

Introduced a constant HTTP_LOCALHOST to store the base URL.Updated all test methods to use the new constant, improving r...

SpringBoot Starting from 3.2.x, @SpyBean is not able to initialise MongoRepository bean of the generic type

IssueStarting from Spring-Boot 3.2.x the @SpyBean is not able to initialize MongoRepository bean of the generic type.Ple...

SpringBoot org.hibernate.query.SemanticException: Cannot compare left expression of type 'com.example.demo.CompositeEntity$Another' with right expression of type 'java.lang.Long'

have updated my spring boot project, following are the updated dependenciesJava 11 - Java 21Springboot 2.7.8 to 3.2.3Ser...

SpringBoot Upgrade CI to Docker 26.1.2

Upgrade CI to Docker 26.1.2Closes: https://github.com/spring-projects/spring-boot/issues/40768Comment From: wilkinsonaTh...

SpringBoot Exception on application startup with the newest version of micrometer-tracing-bridge-brave

I've encountered a problem with application startup with:- org.springframework.boot:spring-boot-starter-actuator:3.2.5- ...

SpringBoot spring-boot-gradle-plugin incompatible with Java 22

A simple spring-boot project with a build.gradle file that starts as follows, will fail:plugins { id 'org.springframe...

SpringBoot Auto-configuration ordering change breaks DocumentReference (in non-reactive MongoTemplate) when depending on mongodb-driver-reactivestreams

Originally logged issue at https://github.com/spring-projects/spring-data-mongodb/issues/4629 and was referred here.The ...

SpringBoot Ensure that Hazelcast binds to localhost in our client tests

With certain network configurations, Hazelcast may bind to a network interface to which the client cannot then connect. ...

SpringBoot Document ways to opt out from immutable @ConfigurationProperties binding with single constructor

I want duplicate configuration properties base on existing one, It works fine with 2.x but failed since 3.0.0, here is c...

SpringBoot Improve graceful shutdown documentation to remove ambiguity

I'd like for the following quote in the Graceful Shutdown documentation to be clarified...The exact way in which new req...

SpringBoot Upgrade to Spring Kafka 3.2.0

Comment From: bhavukTomarHi, Can I start working on this ?Comment From: wilkinsonaThanks for the offer, @bhavukTomar, bu...

SpringBoot spring.config.import does not find/load nested properties-files

I'm using Spring-Boot 3.2.5 on a project that has properties-files stored in sub-directories:$ find src/main/resources/c...

SpringBoot Better document new @AutoConfiguration annotation

After reading the documentation and javadocs for 3.0.x, it's still unclear what the difference between the new @AutoConf...

SpringBoot Non-configurable elasticsearch client connection pool

Environment: SpringBoot 2.7.10, Elasticsearch, Java 11.I'm using springboot autoconfigured org.elasticsearch.client.Rest...

SpringBoot Spring Boot With Postgresql Inheritance Feature not working

I have created a project to test PostgreSQL's inheritance feature with Spring Boot 3.2.5 with Java 21. I am using Flyway...

SpringBoot Trouble Running Spring Boot Application from Jar with Included Dependencies for fast startup

I'm encountering an issue when trying to run a Spring Boot application from a jar file that includes its dependencies. H...

SpringBoot Failures caused by using buildpacks to create a native image without declaring the native build tools Maven plugin are hard to diagnose

Following up on the last messages of this issue https://github.com/spring-projects/spring-boot/issues/32659 , I cannot u...

SpringBoot Reduce XML classes in native image when using Logback

As discussed with @wilkinsona, in an empty Spring Boot application with just spring-boot-starter compiled to native, the...
上一页 下一页
.