SpringBoot Add support for Java 16

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

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

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

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

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

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

Hi,this PR fixes a couple of illegal reflective access warnings in tests.Cheers,ChristophComment From: snicollThanks aga...

SpringBoot Multicontext JCache cache is closed

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

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

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}

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

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

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

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

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

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

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

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

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

ResetMocksTestExecutionListener is required to enable @SpyBean/@MockBean's reset() attribute.https://github.com/spring-p...
上一页 下一页
.