Nineya
Home
Blog
springboot Health group with composite contributor results in 404
2025-01-06 07:52:12
3199
I would like the ability to assign a CompositeHealthContributor to a Health Group via configuration.Currently, the manag...
springboot Fix some deprecation warnings
2025-01-06 07:52:05
66
Hi,this PR fixes a couple of deprecation warnings.Cheers,Christoph
springboot Upgrade maven enforcer plugin to 3.0.0
2025-01-06 07:51:59
472
It's not released yet and we're currently on M1. I don't think we can downgrade at this point so we'll probably need to ...
springboot Issues while using springboot-gradle-plugin with Eclipse
2025-01-06 07:51:53
909
I'm having issues to use springboot-gradle-plugin with Eclipse.I had created this stackoverflow post:https://stackoverfl...
springboot Dependency resolution fails with Gradle 5.3.x to 5.6.x
2025-01-06 07:51:46
6208
I just tried to install v2.2.3 by updating the Gradle plugin:plugins { id "org.springframework.boot" ve...
springboot Switch default value of Neo4j open session in view
2025-01-06 07:51:39
2256
The current default of "open session in view" for Spring Data Neo4j hurts performance in cluster scenarios.By opening th...
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.
上一页
下一页
1
…
2216
2217
2218
2219
2220
…
2239
.