Nineya
Home
Blog
SpringBoot Add support for Java 16
2025-01-06 21:20:36
2008
Hi,I want to raise this issue to collect/track the needed things in order for JDK 16 to work.[x] Add JavaVersion.SIXTEEN...
SpringBoot Add support for creating property sources from volume-mounted Kubernetes ConfigMaps and Secrets
2025-01-06 21:20:29
1407
This issue addresses the case where configmaps are not mounted as as an application.properties (or yml) file. For secret...
SpringBoot Allow shutdown endpoint to accept GET
2025-01-06 21:20:22
1066
Kubernetes can trigger a shutdown but only by issuing a GET. Our current shutdown endpoint only accept POST which makes ...
SpringBoot Provide an option for showing individual health indicators' status but not their details
2025-01-06 21:20:15
384
Inspired by this question on Stack Overflow, we should consider a middle ground in the details that the health indicator...
SpringBoot negative tomcatGlobalRequest metric on service deployment/reboot with graphite
2025-01-06 21:20:09
2895
We did spring boot version updates in the last weeks from 2.2 to 2.3 to 2.4.Since version 2.3 we can see huge negative v...
SpringBoot HHH000342: Could not obtain connection to query metadata : Failed to get driver instance for jdbcUrl=jdbc:mysql://localhost:3306/db?serverTimezone=EST5EDT
2025-01-06 21:20:01
1472
When appending the timezone specifier to a URL, I get the following exception (when using multiple EntityManagers):2021-...
SpringBoot Fix some illegal reflective access warnings
2025-01-06 21:19:52
133
Hi,this PR fixes a couple of illegal reflective access warnings in tests.Cheers,ChristophComment From: snicollThanks aga...
SpringBoot Multicontext JCache cache is closed
2025-01-06 21:19:45
4973
Spring Boot: 2.2.7.RELEASEUsing a configuration similar to: https://springframework.guru/using-ehcache-3-in-spring-boot/...
SpringBoot Check if it's possible to start Spring Boot on a JVM that doesn't have JMX
2025-01-06 21:19:38
4959
If you run in a restricted JVM that has no JMX, Micrometer falls in a heap:Caused by: java.lang.NoClassDefFoundError: Co...
SpringBoot Reasoning for final on ColorConverter
2025-01-06 21:19:32
4680
I'm trying to find out the reasoning behind the ColorConverter class being treated differently when using logback over l...
SpringBoot Tag builds with a toolchainVersion with JDK-${toolchainVersion}
2025-01-06 21:19:25
395
Our Gradle Enterprise conventions automatically tag builds with JDK-${javaVersion} where javaVersion is the version of J...
SpringBoot Exclude GradleBuild tasks on JDK 16 for now
2025-01-06 21:19:19
1115
Hi,unfortunately, the first pipeline run on JDK 16 failed due to the gradle-plugin not being built which the spring-boot...
SpringBoot Add Java 16 CI pipeline
2025-01-06 21:19:11
1184
Hi,this is hopefully one of the last steps for the JDK 16 ticket #24402 (apart from the known issues like missing Gradle...
SpringBoot Fat jars cause classloading problems with JDK11 and Security Manager
2025-01-06 21:19:04
11318
We have faced some classloading problems after migrating to Spring Boot 2.1.6 and Spring Framework 5.1.8. The WAR we bui...
SpringBoot Some tests that use Neo4jContainer are flaky as the container fails to start within the timeout period
2025-01-06 21:18:56
291
We sometimes use Neo4jContainer with its default start up timeout of 2 minutes and sometimes with a timeout of 10 minute...
SpringBoot Bootstrapper's intitialize method should be named initialize
2025-01-06 21:18:50
5023
This PR fixes a minor typo in Bootstrapper class.Comment From: wilkinsonaThanks for spotting this and opening a PR, @cpr...
SpringBoot ReactiveElasticsearchRepositoriesAutoConfigurationTests fails intermittently due to a read timeout
2025-01-06 21:18:44
281
This appears to be new in 2.5, possibly due to this change in Elasticsearch which means that an exception is now thrown ...
SpringBoot Allow JMX endpoint ObjectNames to be customized by providing an EndpointObjectNameFactory bean
2025-01-06 21:18:37
5098
Hello SB developers.Just being curious and how a friendly suggestion and request.If is possible change the name of an en...
SpringBoot Incorrect ConfigurationMetadataRepository when loaded from json files containing properties of the same group
2025-01-06 21:18:30
743
This PR contains a simple test case to illustrate issue described in #25501.It is based on the existing severalRepositor...
SpringBoot Improve documentation of Mockito test execution listeners
2025-01-06 21:18:22
379
ResetMocksTestExecutionListener is required to enable @SpyBean/@MockBean's reset() attribute.https://github.com/spring-p...
上一页
下一页
1
…
2062
2063
2064
2065
2066
…
2246
.