SpringBoot When forward-merging a change that closes multiple issues, the forward merge hook only creates a forward-merge issue for the first issue that's being fixed

https://github.com/spring-projects/spring-boot/commit/29ba18afec530d3a25448ebc924be7ce6628cdff is an example of it not d...

SpringBoot Including spring-boot-devtools causes package-private getter on proxied class to return null

Forward port of issue #25367 to 2.5.x.Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/c...

SpringBoot Including spring-boot-devtools causes package-private getter on proxied class to return null

This issue was originally created in Sleuth: https://github.com/spring-cloud/spring-cloud-sleuth/issues/1630I investigat...

SpringBoot Support Maven's reproducible build feature for war repackaging

Please support reproducible builds for the repackage goal.This is a follow-up for issue 20176. Previously, the fix for i...

SpringBoot Setting spring.quartz.properties.org.quartz.scheduler.jobStore.driverDelegateClass has no effect and still creates StdJDBCDelegate

Spring Boot Version: 2.2.0.RELEASEI have:<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot...

SpringBoot Support properties for RabbitMQ autoconfiguration with NIO

It would be nice to autoconfigure rabbit connection factory with NIOComment From: scottfrederickSpring AMQP's RabbitConn...

SpringBoot SampleSessionWebFluxApplicationTests.userDefinedMappingsSecureByDefault() is flaky

The session timeout is quite short (2 seconds) and it would appear that on CI the response sometimes isn't sent before t...

SpringBoot Tests call CloseableConnectionFactory#close without subscribing

R2DBC's CloseableConnectionFactory#close has an override where it returns Mono<Void>. Our use of this method shoul...

SpringBoot EmbeddedDatabaseConnection#h2 should not specify a host name

The URL for H2 is r2dbc:h2:mem://in-memory/%s?options=DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE. That in-memory is harmle...

SpringBoot Support Maven reproducible build feature for repackage

Maven introduced with the latest updates the feature to generate reproducible jars.https://maven.apache.org/guides/mini/...

SpringBoot @ConstructorBinding with immutable properties don't work with @Value in Spring Boot Kotlin @ConfigurationProperties

Having first asked on Stackoverflow and not received any response in several days, opening a bug report.Spring Boot supp...

SpringBoot Deprecate FlywayMigrationScriptMissingFailureAnalyzer

Hi,the current builds on JDK 8 seem to failThis PR deprecates FlywayMigrationScriptMissingFailureAnalyzer as part of the...

SpringBoot Deprecate support for checking Flyway locations

Spring Boot version 2.4.3 (could be any which supports Flyway 6.4)With version 6.4 flyway introduced support for wildcar...

SpringBoot Provide an easy way to disable DataSourceInitializerInvoker

Hi team!I am developing a simple Spring Boot component that adds some DataSource beans to application context. Currently...

SpringBoot Replace spring.datasource.initialization-order with a JPA-specific property

spring.datasource.initialization-order was introduced in M2 to allow DataSource initialization to be deferred until afte...

SpringBoot Consider a generic way of indicating database setup

See #17539 for background. It would be nice if instead of listing all different migrations we could have an easy way to ...

SpringBoot Add libraries actuator endpoint

Adds a new libraries actuator endpoint that displays details about the libraries used by the application.Provides out-of...

SpringBoot Nimbus JOSE JWT downgrade is a breaking change in Spring Boot 2.4.3

Hi!When updating from Spring Boot 2.4.2 to Spring Boot 2.4.3 we discovered an undocumented breaking change on the manage...

SpringBoot RSocket's EmbeddedServerAutoConfiguration does not back off if spring-web is absent

RSocket integration in spring-cloud-function has no dependency on anything web, yet spring-boot-starter-rsocket brings s...

SpringBoot Run spring-boot-cli tasks on Java 16

Hi,this PR removes the maximumCompatibleJavaVersion setting from spring-boot-cli that was introduced in 2.4.x, because i...
上一页 下一页
.