Spring PathMatchingResourcePatternResolver should not log directory-skip messages at info level

I started seeing unexpected logs after upgrading Spring Boot from version 3.3.4 to 3.4.0.Skipping search for files match...

Spring Deprecate ContentCachingRequestWrapper constructors without contentCacheLimit

ContentCachingRequestWrapper can be configured with a limit. It was introduced a long time ago as an optional parameter,...

Spring Update UndertowHttpHandlerAdapter to dispatch

As per the discussion under https://issues.redhat.com/browse/UNDERTOW-2512, UndertowHttpHandlerAdapter needs to start as...

Spring Update copyright headers

See - gh-33748- gh-33749- gh-33929Comment From: bclozelThanks but I don't think that processing PRs for updating copyrig...

Spring SseEventBuilder implementation is not standards compliant

When I was using SseEventBuilder in spring mvc 5.3.x, I noticed that no spaces were added when constructing "data:" in t...

Spring Feature Request: Support for Localized Message Handling in API Responses

Description:I would like to propose a new feature to enhance Spring’s support for localized message handling in API resp...

Spring Spring MVC with Virtual Threads and Lazy Init pins virtual threads at launch

ProblemWhen using Spring Boot 3.4.0 combined with Spring WebMVC, virtual threads, and lazy bean initialization, accessin...

Spring @Async spoils references to @Value variables from final methods of the class

When a method is @Async, @Value variable becomes null in any other final methods (and, the @Async method itself if it's ...

Spring Digest Auth support in WebClient

Spring's WebClient allows specifying Basic Auth credentials quite simply:webClient.get() .uri(someEndpoint) ...

Spring AOT processing for bean validation fails with NoClassDefFoundError

If I use such a config:the generated project fails with:2024-11-22T10:33:43.774+03:00 INFO 21892 --- [demo] [ ...

Spring AOT processing for bean validation causes StackOverflowError

Problem generate in spring boot Version: 3.4.0. It's normal in spring boot 3.3.6.error log:> Task :micro-blog:process...

Spring Support ClickHouse in BuiltInBindMarkersFactoryProvider

ClickHouse provides an r2dbc driver. Building a project with Testcontainers fails because of the following exception:Cau...

Spring Expression performance regression due to missing annotation types on context classes

Performance degradation with SpEL expressions occurs when the expression context contains objects lacking annotations. T...

Spring Environment.getProperty does not resolve a value that can be resolved via @Value

I am able to resolve my variables using @Value annotation but not via autowired Environment or WebApplicationContext.get...

Spring Upgrade ServletHttpHandlerAdapter to rely on Servlet 6.1 ByteBuffer support

As of Servlet 6.1, there is ByteBuffer support in ServletInputStream/ServletOutputStream which can be used in ServletHtt...

Spring Remove APIs deprecated for removal in 6.2

Remove APIs that have been "deprecated for removal in 6.2".Candidates[x] org.springframework.util.Base64Utils[x] org.spr...

Spring @RecordApplicationEvents does not work with @EmbeddedKafka

I have a project with spring-kafka where a @KafkaListener receives a kafka record and produces a spring boot application...

Spring Document that Spring Boot will auto-configure RestClient.Builder beans with the observation registry

See https://github.com/spring-projects/spring-boot/issues/38500Comment From: snicollThanks for the suggestion but if thi...

Spring OOM WebClient Get Request with Body after couple hours

I have googled and tried with GPT, but no luck, so asking in this place, if not appropriate I will delete it.I am using ...

Spring Upgrade RestTemplate to HttpClient 5

Affects: 5.3.20httpclient was last updated on Oct 06 2020 and was superseded by httpclient5 which is being actively main...
上一页 下一页
.