SpringBoot Deprecate HSQL in EmbeddedDatabaseConnection and add HSQLDB as its preferred replacement

ProblemWe have to enums related to databases and their JDBC drivers, EmbeddedDatabaseConnection and DatabaseDriver. Both...

SpringBoot Provide a way to add details in pre-existing HealthIndicators

To help my company monitoring team, I would like to add some details on the datasourceHealthIndicator (eg jdbc connectio...

SpringBoot Provide an image layout for Sidecar-based deployments

Our applications follow a sidecar-based deployment, which looks more or less like:jar -xf $APP.jarjava -cp '.:BOOT-INF/l...

SpringBoot Add configuration properties for Flyway 7.0's new configuration options

cherryPick (Teams only)jdbcProperties (Teams only)oracleKerberosCacheFile and oracleKerberosConfigFile (Teams only)skipE...

SpringBoot Avoid unnecessary reflection in builders

There is a similar pattern to #23107 in WebServiceTemplateBuilder and RestTemplateBuilder (the default could be an imper...

SpringBoot Document that spring-boot-devtools.properties is no longer considered in integration tests

Spring-boot version: 2.3.4It seems this happened since 2.2, there is a stackoverflow post regarding this as well:https:/...

SpringBoot Add configuration option to customize RSocketServer's fragment size

The documentation is not clear how to set the max frame payload size, all questions are pointing to cloud gateway. Curre...

SpringBoot Fix Undertow do not preserve path of forward request by default

Access requests forwarded to async results will cause thread race. By default, after the Undertow task thread preserve t...

SpringBoot Fix Undertow do not preserve path of forward request by default

Access requests forwarded to async results will cause thread race. By default, after the Undertow task thread preserve t...

SpringBoot Cross-Origin Request Blocked even if I have set CorsConfigurationSource for CORS

@Configuration@EnableWebSecuritypublic class SecurityConfiguration extends WebSecurityConfigurerAdapter { @Override ...

SpringBoot spring boot + jpa +Scheduled transaction error

I have a project that uses spring boot1.5+spring data jpa. If the method is called in @Scheduled, javax.persistence.Tran...

SpringBoot ApplicationReadyEvent not listened to when declaring @ComponentScan for library package.

@ComponentScan({"com.test.cloud"})@SpringBootApplicationpublic class TestClass { public static void main(S...

SpringBoot @ResponseStatus no effect????

@RequestMapping(value = "test4") public String test4() throws LoginException { System.out.printl...

SpringBoot Polish empty string checks

isEmpty() gives 20-40% more performance than "".equals().String equals source code, public boolean equals(Object anObjec...

SpringBoot Reflection in HttpMessageConverters might be avoidable

I probably wrote this code expecting one day to be able to remove it. Maybe it's time now? All it would need would be a ...

SpringBoot MongoClientFactorySupport .validateConfiguration throws IllegalStateException

Unable to create a MongoClient because of the following line in MongoClientFactorySupport#77private void validateConfigu...

SpringBoot Fix invalid assert on MongoClientFactorySupport.validateConfiguration

Fix an issue where if this.properties.getUri() returns a non null value it will throw IllegalStateException complaining ...

SpringBoot Module names Conflicts come with few maven dependencies of Spring boot release 2.3.1

I use Spring Boot release 2.3.1 and openJDK11 for my project wich is modular application.My pom declares spring-boot-sta...

SpringBoot Support incremental annotation processing with Gradle

See #16603 for background. The actual fix will be slightly more complex as we'll need to unwrap some Gradle types.Commen...

SpringBoot Breaking dependency change in spring-boot-starter-parent-v2.3.4 (nimbus-jose-jwt)

I encountered the following runtime error after bumping spring-boot-starter-parent from 2.3.3.RELEASE to 2.3.4.RELEASE, ...
上一页 下一页
.