Nineya
Home
Blog
SpringBoot Use spring.application.name as part of the spring.jmx.default-domain
2025-01-06 19:05:24
3067
Currently when the spring.jmx.default-domain isn't explicitly set and deploying 2 applications to the same server an exc...
SpringBoot Spring Boot 2.3.4.RELEASE not published on SDKMAN
2025-01-06 19:05:07
2724
~% sdk updateNo new candidates found at this time.~% sdk ls springboot =================================================...
SpringBoot Fail to map GET query params in pojo
2025-01-06 19:05:01
7484
Affects: 2.4.0-SNAPSHOTAffects: Spring boot 2.3.4.RELEASESame behavior with kotlin version 1.3.72 and 1.4.10Tested with ...
SpringBoot Log4j's tag library doesn't work out of the box as log4j-*.jar is skipped by default
2025-01-06 19:04:54
998
We originally tried to align with Tomcat. I had assumed that things had got out of sync, but Tomcat skips log4j*.jar by ...
SpringBoot Provide autoconfiguration option for pure RouterFunction apps
2025-01-06 19:04:48
3603
Currently WebFluxAutoConfiguration enables the RouterFunction programming model, but doesn't give any option to skip the...
SpringBoot Support Oracle UCP
2025-01-06 19:04:40
8079
It would be nice to support Oracle UCP pooling.The reason for it is that Oracle is in very widespread use in enterprise ...
SpringBoot Remove UnresolvedDependenciesAnalyzer from the Gradle plugin
2025-01-06 19:04:33
574
UnresolvedDependenciesAnalyzer was added to ease the migration from 1.x to 2.0 when we stopped applying the dependency m...
SpringBoot Unexpected application context cache hit when testing with SpringBootTest webEnvironment MOCK and DEFINED_PORT
2025-01-06 19:04:25
12872
When writing Spring tests using both @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.MOCK) and @SpringBoo...
SpringBoot Support CalVer format more explicitly
2025-01-06 19:04:17
412
Some projects have switched from an alphabetical release train scheme to a CalVer format. As we don't know that format, ...
SpringBoot Add dependency management for ojdbcX-production, ojdbcX-debug, ojdbcX-observability, ojdbcX-observability-debug
2025-01-06 19:04:06
1122
See: https://www.oracle.com/database/technologies/maven-central-guide.html#flavors for background.It would be nice if th...
SpringBoot Datasource configuration issue after spring boot 2 migration (Hiraki jdbcUrl is required.)
2025-01-06 19:03:59
6218
We have an spring boot application with multiple datasources, configured in properties with different namespaces as:spri...
SpringBoot Auto-configure Spring mvc method argument resolvers String to Enum UpperCase in a web application
2025-01-06 19:03:53
4202
Spring Framework Version = 5.2.9.RELEASESpring Boot version = 2.3.4.RELEASECustomize a String to uppercase annotation @U...
SpringBoot Fix typo
2025-01-06 19:03:46
417
This tiny PR fixes a typoComment From: pivotal-issuemaster@thorasine Please sign the Contributor License Agreement!Click...
SpringBoot Fix link to Log4j's JDK Logging Adapter in reference documentation
2025-01-06 19:03:39
601
I noticed that the link to Log4j JDK Logging Adapter is not working anymore - maybe they changed it in a process.Anyway,...
SpringBoot Rewrite JobLauncherApplicationRunnerTests
2025-01-06 19:03:31
294
JobLauncherApplicationRunnerTests is quite involved and could use the new ApplicationContextRunner infrastructure rather...
SpringBoot I changed field name in Java Class: but JSON response is more different
2025-01-06 19:03:25
734
HiI have SpringBootApplication. For customer request, I changed some field names in my Java Class.However, when I execut...
SpringBoot Allow users to define their own LocaleContextResolver bean when using WebFlux
2025-01-06 19:03:15
3061
I want to register org.springframework.web.server.i18n.LocaleContextResolver in Spring Boot 2.3.4.RELEASE.However, the f...
SpringBoot Fix multi-release JAR test on JDK 15
2025-01-06 19:03:08
203
Hi,this commit is a backport of 54f93e9 in order to fix the build pipeline on 2.2.x & 2.3.xSee gh-23433See gh-21605C...
SpringBoot After the first async request, Tomcat will shutdown immediately when an async request is in-flight
2025-01-06 19:03:01
13432
What happened:Graceful shutdown does not work with keepalive for embedded Tomcat server.Requests are not successful. Err...
SpringBoot Revisit hint on using classpath* for retrieving templates
2025-01-06 19:02:53
1862
See https://github.com/spring-projects/spring-boot/issues/23051#issuecomment-679191023Comment From: snicollI can see tha...
上一页
下一页
1
…
2114
2115
2116
2117
2118
…
2246
.