Nineya
Home
Blog
Spring PathMatchingResourcePatternResolver should not log directory-skip messages at info level
2025-01-09 00:52:27
1483
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
2025-01-09 00:52:18
413
ContentCachingRequestWrapper can be configured with a limit. It was introduced a long time ago as an optional parameter,...
Spring Update UndertowHttpHandlerAdapter to dispatch
2025-01-09 00:52:16
614
As per the discussion under https://issues.redhat.com/browse/UNDERTOW-2512, UndertowHttpHandlerAdapter needs to start as...
Spring Update copyright headers
2025-01-09 00:52:11
157
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
2025-01-09 00:52:07
1499
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
2025-01-09 00:52:05
4990
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
2025-01-09 00:52:02
18035
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
2025-01-09 00:52:00
3010
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
2025-01-09 00:51:54
10108
Spring's WebClient allows specifying Basic Auth credentials quite simply:webClient.get() .uri(someEndpoint) ...
Spring AOT processing for bean validation fails with NoClassDefFoundError
2025-01-09 00:51:51
7970
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
2025-01-09 00:51:45
10031
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
2025-01-09 00:51:42
712
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
2025-01-09 00:51:40
1089
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
2025-01-09 00:51:27
2480
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
2025-01-09 00:51:25
178
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
2025-01-09 00:51:23
1651
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
2025-01-09 00:51:20
1422
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
2025-01-09 00:51:17
720
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
2025-01-09 00:51:15
4950
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
2025-01-09 00:51:12
2705
Affects: 5.3.20httpclient was last updated on Oct 06 2020 and was superseded by httpclient5 which is being actively main...
上一页
下一页
1
…
1127
1128
1129
1130
1131
…
2246
.