SpringBoot Suppress "Circular view path [error]" error message

1) clone simple project: https://github.com/stepancheg/spring-boot-whitelabelproject contains controller with function@R...

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(&...

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...

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...

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 | ...

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://...

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...

SpringBoot Introduce customizer for SpringOpaqueTokenIntrospector

I want to customize authenticationConverter of SpringOpaqueTokenIntrospector, currently I need to redefine my own bean t...

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...

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...

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...

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...

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...

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 ...

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...

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...

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...

SpringBoot Externalize configuration property section configuration

The configuration of the configuration property sections in the appendix is currently hardcoded in the DocumentConfigura...

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 ...

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...

下一页
.