Nineya
Home
Blog
springboot HazelcastClientFactory may return null if there is no HazelcastClient for the given name
2025-01-06 07:51:33
61
See gh-19709Comment From: nosanThanks once again @snicoll 👍
springboot @ConfigurationProperties prefix with capital letters causes fail
2025-01-06 07:51:26
20736
I discovered this in trying to upgrade from Spring boot 1.4.1 to 2.0.0.M2If I have a yaml file with the following:myProp...
springboot HazelcastClientFactory can return null instead of HazelcastInstance if there is no HazelcastClient for the given name
2025-01-06 07:51:20
2586
Hello,When I was working on https://github.com/spring-projects/spring-boot/pull/19669 I found thatHazelcastAutoConfigura...
springboot i18n by lang URL parameter on error page
2025-01-06 07:51:13
1547
Hello.It seems that there is no translation management from the error pages. I currently have a spring-boot 2.2.2 applic...
springboot DataSourceInitializerInvoker of initSchema has concurrent risk
2025-01-06 07:51:07
2062
Due to ApplicationEventPublisher.publishEvent was running asynchronous.so the class DataSourceInitializerInvoker's metho...
springboot Update build to run Gradle plugin tests on Java 13
2025-01-06 07:51:00
202
We should revert f3a138d once we use a version of Gradle that works on Java 13, see also gradle/gradle#8681Comment From:...
springboot Reinstate Cassandra smoke tests
2025-01-06 07:50:54
1098
Hi,I just noticed that spring-boot-smoke-test-data-cassandra is doing nothing. I traced this back to ca1710ee56d327e46a7...
springboot Unnecessary sendgrid dependency in spring-boot
2025-01-06 07:50:47
41
Forward port of issue #20099 to 2.3.0.M2.
springboot Unnecessary sendgrid dependency in spring-boot
2025-01-06 07:50:41
105
The core spring-boot module has an optional dependency on sengrid but the module does not use it at all.
springboot Delete useless judgment
2025-01-06 07:50:35
934
1.old codeif (StringUtils.hasText(validationQuery)) { try { // Avoid calling getObject as it breaks MySQL on Java 7 List...
springboot Use CAPS for build args in Dockerfile example
2025-01-06 07:50:29
202
Also provide a default value (for convenience)Comment From: snicollThanks @dsyer. I've updated the example that was stil...
springboot Missing mockito-core declaration in spring-boot-autoconfigure
2025-01-06 07:50:04
263
While spring-boot-autoconfigure uses Mockito, the build does not declare it. Looking at the current dependencies output,...
springboot spring.ftl spring.messageArgs doesn't work properly in freemarker
2025-01-06 07:49:57
843
In messages.properties I have this property:welcome.message=Welcome {0}. {1} {2}and in hello.ftl I try to parse this pro...
springboot Make Kubernetes detection slightly more efficient
2025-01-06 07:49:51
41
Forward port of issue #19002 to 2.3.0.M2.
springboot Use Dropwizard metrics BOM to manage dependencies
2025-01-06 07:49:45
650
Hi,I just noticed that we could make use of Dropwizard's metrics-bom to manage the dependencies. While doing so, I upgra...
springboot Document RedisCacheManagerBuilderCustomizer
2025-01-06 07:49:38
3183
See https://github.com/spring-projects/spring-boot/issues/15960#issuecomment-576204233Comment From: snicollClosing in fa...
springboot logging file name
2025-01-06 07:49:32
738
Hello.please help with the file name.The time format does not work well.I expected to see 1 file named "2020-02-07 10_38...
springboot Spring Boot configuration metadata and properties migrator modules no longer deployed to repository
2025-01-06 07:49:24
135
Hi,this PR is an attempt to fix #20050 which causes the specific modules not to be deployed.Let me know what you think.C...
springboot Upgrade image builder version
2025-01-06 07:42:45
206
Upgrade the version of the CNB builder image to the latest version, supporting lifecycle version 0.6 and platform versio...
springboot Update buildpack support for lifecycle v6
2025-01-06 07:42:38
82
The current code does not yet support v6. We need to port this PR from Go to Java.
上一页
下一页
1
…
2041
2042
2043
2044
2045
…
2064
.