SpringBoot JWKS retrieval needs configurable timeout

I'm experiencing intermittent failures when starting my Spring Boot app because the JWKS retrieval times out.I'd like to...

SpringBoot Layers configuration XSD is not available

https://www.springframework.org/schema/boot/layers/layers-2.5.xsd is not published under https://www.springframework.org...

SpringBoot Deprecate AbstractDataSourceInitializer and its subclasses in favour of DataSourceScriptDatabaseInitializer-based equivalents

This really should have been done as part of the reworking of database initialization in 2.5 but unfortunately I missed ...

SpringBoot spring-boot-jarmode-layertool.jar depends on spring-core.jar

Basic java applications that do not depends upond Spring but that still use the spring-boot-maven-plugin to repackage an...

SpringBoot Redis health indicator autoconfiguration is not correct

I use spring-boot 2.5.2 and I think that Redis health indicator autoconfiguration is not correct.org.springframework.boo...

SpringBoot javaFx 15 jlink and package,then run:Failed to bind properties under 'spring.config' to

org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.config' to org.s...

SpringBoot Remove default spring.mongodb.embedded.version

Removes the previous default setting for spring.mongodb.embedded.version of 3.5.5. Fixes gh-26220Comment From: wilkinson...

SpringBoot Add Rabbit connection factory configurers

These changes are then used by https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/pull/323@wilkinsona Com...

SpringBoot Update AbstractRabbitListenerContainerFactoryConfigurer and its subclasses to take their required settings as constructor arguments

An AbstractRabbitListenerContainerFactoryConfigurer and its sub-classes require RabbitProperties to have been set but th...

SpringBoot Update RabbitTemplateConfigurer to take its required settings as constructor arguments

RabbitTemplateConfigurer has three settings:messageConverterretryTemplateCustomizersrabbitPropertiesrabbitProperties mus...

SpringBoot Provide auto-configuration for Reactor Kafka

Spring Boot provides a great helper configuration KafkaProperties class for Kafka. This class includes two spring-kafka ...

SpringBoot Fix JDK 16 pipeline

Hi,after #27089 was merged I noticed that we can't get rid of --illegal-access=warn as long as a JDK 16 pipeline exists,...

SpringBoot Allow additional JVM args when running tests via toolchain

Hi,this is part of the overall Java 17 story #26767 and is a solution for points 6 & 7, where we access internals to...

SpringBoot Add resource labels to Stackdriver metrics configuration properties

Using resource labels is mandatory for most Stackdriver resources other then Global, i.e. k8s_pod.While setting resource...

SpringBoot Auto-configure binding of Micrometer's JettyConnectionMetrics and JettySslHandshakeMetrics

This implements the suggestions here.Fixes gh-12090Comment From: onobcConcourse CI had a hiccup when running the 2nd com...

SpringBoot Document auto-configured Jetty metrics

https://github.com/spring-projects/spring-boot/issues/14591 added auto-configuration for binding Micrometer's JettyServe...

SpringBoot BeanCurrentlyInCreationException when using Atomikos and AOP

Our Spring Boot applications are using Atomikos as JTA transaction manager (spring-boot-starter-jta-atomikos). Now we ar...

SpringBoot Rely on Spring Security to determine the version of nimbus dependencies

We want to remove the dependency management of the nimbus jars used by Spring Security and rely only on the transitive d...

SpringBoot Improve DefaultErrorAttributes methods visibility

Make those methods visible to subclass for customizing ErrorAttributesComment From: wilkinsonaThanks for the proposal. T...

SpringBoot Clear cache in SpyBeanWithAopProxyTests.verifyShouldUseProxyTarget

The test org.springframework.boot.test.mock.mockito.SpyBeanWithAopProxyTests.verifyShouldUseProxyTarget is not idempoten...
上一页 下一页
.