SpringBoot Test Gradle Plugin against 8.2-rc-1

Hi folks,Gradle 8.2 is around the corner with nagging around the usage of Project.getConvention -> https://docs.gradl...

SpringBoot Spring Boot 3.1.0 Configuration Changelog does not exist

The Spring Boot 3.1.0 Release Notes reference the Spring Boot 3.1.0 Configuration Changelog, but as of writing, the conf...

SpringBoot ConditionalOnClass annotation causing bean initialization failure when dependent class is missing |

Issue Description:When using the @ConditionalOnClass annotation, if there are multiple beans in the configuration class ...

SpringBoot OSIV database connection pool deadlock

By default, spring's DefaultJpaDialect doesn't close the connection, instead it delays until the entity manager is close...

SpringBoot Using ResponseEntityExceptionHandler creates inconsistent error formats for different errors

When using ResponseEntityExceptionHandler, by either creating a parent class@ControllerAdvicepublic class ErrorHandler e...

SpringBoot ConditonalOnClass causes ClassNotFound when acting on a method

My project references the A jar package, and the A jar package references the B jar package, but the A jar package does ...

SpringBoot MongoDB authentication fails without uri attribute in config after upgrading from 3.0.7 to 3.1.0

After upgrading from Spring Boot 3.0.7 to Spring Boot 3.1.0, my project failed to authenticate with the MongoDB database...

SpringBoot ClassCastException for configuration CGLIB proxy and org.springframework.cglib.proxy.Factory after upgrade Spring to 6.0.9 and Spring Boot to 3.0.6

In our project, after upgrade the SpringBoot from 3.0.4 to 3.0.6 and Spring from 6.0.6 to 6.0.9, several of our tests st...

SpringBoot Upgrade to Testcontainers 1.18.1

Comment From: wilkinsonaI'd like to revert this for now. It seems to have de-stabilised CI where we use RedpandaContaine...

SpringBoot Baggage fields are not passing on with TraceableExecutor wrapping

I have a spring boot project which use CompleteableFutures to run certain tasks. We use our own executor for executing t...

SpringBoot FactoryBean.getObject for non-singleton executed when resetting mocks

This bug https://github.com/spring-projects/spring-boot/issues/33830 was fixed with this commit https://github.com/sprin...

SpringBoot Fix issue with 'springProperty' not loaded from context scope when initializing with 'playSaxEvents' in logback

related issue : https://github.com/spring-projects/spring-boot/issues/35664I fixed an issue that worked in boot 2.7 but ...

SpringBoot Description of spring.data.mongodb.uri property incorrectly states that it overrides spring.data.mongodb.database

The documentation for the property spring.data.mongodb.uri states that the property Overrides host, port, username, pass...

SpringBoot Add DataSourceBuilderCustomizer

This PR introduces a DataSourceBuilderCustomizer. This allows customizing only parts of the DataSource without creating ...

SpringBoot Add support for live-reloading with @SpringBootTest

Using Spring Boot 3.1 and the new SpringBootApplication#from coupled with live-reload capabilities (spring-devtools), I ...

SpringBoot Add support for multiple context propagation types for tracing

Currently we support only a single context propagation type (e.g. B3 or W3C).We could consider allowing to pass in a lis...

SpringBoot Auto configure tracing spans for @Scheduled tasks

@Scheduled tasks do not create new spans by default after migrating from Spring Cloud Sleuth to Spring Boot 3. This also...

SpringBoot java.lang.NoSuchMethodError: 'void org.springframework.util.Assert.isTrue(boolean, java.util.function.Supplier)'

Bug report:I am using the FileSystemWatcher, and when I call the addSourceDirectory function, I get the following error ...

SpringBoot Improve error message when accidentally specifying multiple hosts in spring.rabbitmq.host

When using YAML configuration with the Spring Boot AMQP starter in version 3.0.x it was possible to omit the addresses c...

SpringBoot Fixes https://github.com/spring-projects/spring-boot/issues/35680 - S…

…upport both database and authenticationDatabase optionsComment From: wilkinsonaThanks for the PR, @mikebski. Unfortunat...
上一页 下一页
.