Aurora Blog
Home
SpringBoot Suppress "Circular view path [error]" error message
1) clone simple project: https://github.com/stepancheg/spring-boot-whitelabelproject contains controller with function@R...
2025-09-11 14:00:32
12455
SpringBoot Support HTTP Interface Clients for @RestClientTest
Does it make sense to support a way to wire up HTTP interface clients with @RestClientTest?Example: @HttpServiceClient(&...
2025-09-11 14:00:29
1080
SpringBoot Separate stop and destroy in UndertowWebServer to avoid premature ServletContext destruction
BackgroundIn the embedded Undertow container, the methodorg.springframework.boot.web.embedded.undertow.UndertowWebServer...
2025-09-11 14:00:28
6539
SpringBoot Exclude spring-boot-devtools from AOT processing and native images built with Maven
We've had a couple of issues in this area already:https://github.com/spring-projects/spring-boot/issues/32517https://git...
2025-09-11 14:00:26
7232
SpringBoot Groovy Templates fails with an NPE when rendering an auto new line
// home.tpldiv { p('Hello!')}# 3.5.5 | application.yamlspring: groovy: template: auto-new-line: true# 3.4.9 | ...
2025-09-11 14:00:22
11104
SpringBoot Upgrade to Groovy 5.0.0
Upgrade to Groovy 5.0.0.Comment From: snicollThis is blocked until a compatible Spock release is available, see https://...
2025-09-11 14:00:18
163
SpringBoot When using embedded servlets and log4j2, should "log4j2.enableThreadlocals" be enabled by default to avoid GC issues?
When using log4j2, I noticed these two system properties: "isWebApp" and "enableThreadlocals," which are mutually exclus...
2025-09-10 14:00:30
594
SpringBoot Introduce customizer for SpringOpaqueTokenIntrospector
I want to customize authenticationConverter of SpringOpaqueTokenIntrospector, currently I need to redefine my own bean t...
2025-09-10 14:00:27
571
SpringBoot Consider reverting predicate support for OperationMethod
Reviewing #45389 I noticed that OptionalParameter isn't documented and is quite hidden compared to the check that exists...
2025-09-10 14:00:26
1430
SpringBoot Only support @OptionalParameter annotation with endpoint methods
Given the decision in #45390 and the added confusion cause by the predicate in OperationMethod (see #46772) I think we s...
2025-09-10 14:00:23
278
SpringBoot Hibernate Configuration error with Springboot 3.4.x native images
(https://drive.google.com/file/d/1VhiNjbatpojBah1XOaYRBN8NKWDMkzpw/view?usp=sharing)Have been hitting this issue regular...
2025-09-10 14:00:22
16032
SpringBoot Remove dependency management for Spring Retry in favor of spring-core's new retry support
Spring Retry is phasing out and no new major releases are scheduled. The core infrastructure of Spring Retry has moved t...
2025-09-10 14:00:18
318
SpringBoot Adapt RabbitRetryTemplateCustomizer now that Spring AMQP no longer relies on Spring Retry
Looking at the latest state of affairs in Spring AMQP, things are a bit out of sync:The server-side (interceptors for @R...
2025-09-10 14:00:15
2334
SpringBoot Introduce a starter for HTTP Client applications
I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies ...
2025-09-09 14:00:30
4238
SpringBoot Adapt RetryTopicConfiguration now that Spring Kafka no longer relies on Spring Retry
We're still exposing spring.kafka.retry.topic.backoff.random that is no longer supported by Spring Kafka. Some propertie...
2025-09-09 14:00:28
222
SpringBoot Provide method to customize ServerTransport created by org.springframework.boot.rsocket.netty.NettyRSocketServerFactory#createTransport
org.springframework.boot.rsocket.netty.NettyRSocketServerFactory#createTransport Currently there are methods to configur...
2025-09-09 14:00:26
638
SpringBoot Remove auto-configuration support for '@HttpServiceClient'
Now that @HttpServiceClient has been removed in Spring Framework, we should remove the related auto-configuration.This b...
2025-09-09 14:00:25
143
SpringBoot Externalize configuration property section configuration
The configuration of the configuration property sections in the appendix is currently hardcoded in the DocumentConfigura...
2025-09-09 14:00:21
1196
SpringBoot Unexpected behavior with DevTools when 'main' throws an exception
If your main method throws an exception, e.g.@SpringBootApplicationpublic class DemoApplication { public static void ...
2025-09-06 14:00:33
12152
SpringBoot available() does not behave correctly when reading stored entries from a NestedJarFile
In JarEntryInputStream of NestedJarFile the remaining variable isn't initialized correctly.This leads to invalid results...
2025-09-06 14:00:29
4442
上一页
下一页
1
2
3
4
5
6
7
…
21
.