Nineya
Home
Blog
SpringBoot JWKS retrieval needs configurable timeout
2025-01-07 00:58:14
9666
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
2025-01-07 00:58:10
195
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
2025-01-07 00:58:07
1974
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
2025-01-07 00:58:04
1454
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
2025-01-07 00:57:59
1346
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
2025-01-07 00:57:53
6455
org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.config' to org.s...
SpringBoot Remove default spring.mongodb.embedded.version
2025-01-07 00:57:47
323
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
2025-01-07 00:57:43
168
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
2025-01-07 00:57:39
631
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
2025-01-07 00:57:36
850
RabbitTemplateConfigurer has three settings:messageConverterretryTemplateCustomizersrabbitPropertiesrabbitProperties mus...
SpringBoot Provide auto-configuration for Reactor Kafka
2025-01-07 00:57:32
5369
Spring Boot provides a great helper configuration KafkaProperties class for Kafka. This class includes two spring-kafka ...
SpringBoot Fix JDK 16 pipeline
2025-01-07 00:57:29
299
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
2025-01-07 00:57:24
4194
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
2025-01-07 00:57:20
606
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
2025-01-07 00:57:15
225
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
2025-01-07 00:57:09
241
https://github.com/spring-projects/spring-boot/issues/14591 added auto-configuration for binding Micrometer's JettyServe...
SpringBoot BeanCurrentlyInCreationException when using Atomikos and AOP
2025-01-07 00:57:05
5211
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
2025-01-07 00:57:02
132
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
2025-01-07 00:56:59
334
Make those methods visible to subclass for customizing ErrorAttributesComment From: wilkinsonaThanks for the proposal. T...
SpringBoot Clear cache in SpyBeanWithAopProxyTests.verifyShouldUseProxyTarget
2025-01-07 00:56:55
4995
The test org.springframework.boot.test.mock.mockito.SpyBeanWithAopProxyTests.verifyShouldUseProxyTarget is not idempoten...
上一页
下一页
1
…
2020
2021
2022
2023
2024
…
2246
.