SpringBoot Avoid explicit initialization of Atomics with their default values

Hi,this PR changes some constructor calls like new AtomicInteger(0) that cause a volatile write which can be saved in ca...

SpringBoot Improve CassandraHealthIndicator with more robust mechanism

Comment From: adutraTo expand on what I said in #22901 : the changes proposed here are isofunctional. Users shouldn't se...

SpringBoot After upgrading to Spring Boot 2.3.4 our application could no longer connect to AWS RDS Postgresql database

Our Spring Boot application is running in AWS Elastic Container Service in production and connects to an AWS RDS Postgre...

SpringBoot Add kotlin code snippets to spring-boot refdoc

Add kotlin code snippets to spring-boot refdocSee spring-projectsgh-21778Comment From: sdeleuzeFYI this PR is work in pr...

SpringBoot Move all code snippet in reference documentation to actual code

Our reference guide has a mix and match of code snippets and actual code that's imported in the reference documentation....

SpringBoot Improve performance of DispatcherServletRegistrationCondition

Hi,this PR slightly improves the performance of DispatcherServletRegistrationCondition inside DispatcherServletAutoConfi...

SpringBoot Add configuration option to configure RabbitConnectionFactory's channelRpcTimeout

Added the property channelRpcTimeout in RabbitProperties.java file to beconfigurable in RabbitAutoConfigurationThank you...

SpringBoot Format string should use %n rather than \n

Comment From: snicoll@mnhock good catch! Thank you for making your first contribution to Spring Boot.

SpringBoot Dependency management issue with Spring Boot 2.3.4 and Snake YAML

I believe I have encountered a dependency management issue with Spring Boot 2.3.4 when upgrading from 2.3.3The salient p...

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

-> Issue #23092 (Deprecate HSQL in EmbeddedDatabaseConnection and add HSQLDB as its preferred replacement).-> PR i...

SpringBoot H2 Console error with AbstractRoutingDataSource

This Pull request is to address changes for issue #23240H2 Console error with AbstractRoutingDataSource in Springboot 2....

SpringBoot Update configuration metadata appendix to remove description for Gradle 4.5 and earlier as it is no longer supported

Updating documentation to address issue #23245Comment From: pivotal-issuemaster@ketaki-t Please sign the Contributor Lic...

SpringBoot When using embedded Jetty, an error response to a HEAD request has a body

Dear Spring Boot devs,according to the HTTP RFC:The HEAD method is identical to GET except that the server MUST NOTsend ...

SpringBoot Update README.adoc

Comment From: pivotal-issuemaster@Biswajitpradhan Please sign the Contributor License Agreement!Click here to manually s...

SpringBoot JVM Crash in Test Excecution

Hello everybody,updating Spring Boot from 2.3.2.RELEASE to 2.3.3.RELEASE cases some of my tests to crash the JVM. The is...

SpringBoot Custom layer definition does not pick up snapshots

I use Spring Boot 2.3.4 with custom layers.xml to configure jar layers. Example provided here: https://docs.spring.io/sp...

SpringBoot Add managed dependency version for hazelcast-hibernate53

The following artifact is required to enable Hazelcast as the L2 cache provider for Hibernat versions 5.3+. Perhaps thi...

SpringBoot dbcp2 auto config is missing ability to set connectionProperties

Most of the setters in BasicDataSource can be configured from application.yml. https://commons.apache.org/proper/commons...

SpringBoot Introduce a dedicated @GradleCompatibility annotation for testing the plugin against multiple versions of Gradle

This paves the way for potentially supporting Gradle's configuration cache. The annotation will give us the ability to c...

SpringBoot Fields named in specific way can cause trouble with default names of derived query methods.

So I'm not sure if this is a problem of SpringBoot as much as it is a problem of IntelliJ, but I thought I'd mention it ...
上一页 下一页
.