Nineya
Home
Blog
SpringBoot Avoid explicit initialization of Atomics with their default values
2025-01-06 19:10:27
309
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
2025-01-06 19:10:21
1268
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
2025-01-06 19:10:13
8882
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
2025-01-06 19:10:06
3433
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
2025-01-06 19:09:59
495
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
2025-01-06 19:09:53
483
Hi,this PR slightly improves the performance of DispatcherServletRegistrationCondition inside DispatcherServletAutoConfi...
SpringBoot Add configuration option to configure RabbitConnectionFactory's channelRpcTimeout
2025-01-06 19:09:46
699
Added the property channelRpcTimeout in RabbitProperties.java file to beconfigurable in RabbitAutoConfigurationThank you...
SpringBoot Format string should use %n rather than \n
2025-01-06 19:09:39
101
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
2025-01-06 19:09:33
1876
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
2025-01-06 19:09:26
1049
-> Issue #23092 (Deprecate HSQL in EmbeddedDatabaseConnection and add HSQLDB as its preferred replacement).-> PR i...
SpringBoot H2 Console error with AbstractRoutingDataSource
2025-01-06 19:09:18
682
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
2025-01-06 19:09:11
482
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
2025-01-06 19:09:03
4344
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
2025-01-06 19:08:56
497
Comment From: pivotal-issuemaster@Biswajitpradhan Please sign the Contributor License Agreement!Click here to manually s...
SpringBoot JVM Crash in Test Excecution
2025-01-06 19:08:46
6492
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
2025-01-06 19:08:39
2766
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
2025-01-06 19:08:31
2015
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
2025-01-06 19:08:25
7825
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
2025-01-06 19:08:18
170
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.
2025-01-06 19:08:11
2681
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 ...
上一页
下一页
1
…
2112
2113
2114
2115
2116
…
2246
.