Nineya
Home
Blog
Spring Refactoring for Improved Readability and Conditional Statements Simplification
2025-01-08 22:22:29
1686
This pull request comprises enhancements solely aimed at improving code readability and simplifying conditional statemen...
Spring Consistent support for generic FactoryBean type matching when using getBeanProvider
2025-01-08 22:22:26
528
Related to #32489, there is an inconsistency between @Autowired injection point resolution and getBeanProvider return va...
Spring ThreadLocalAccessor implementation for RequestAttributes and LocaleContext
2025-01-08 22:22:24
2133
In Spring MVC, objects like RequestAttributes and LocaleContext are stored in threadlocal(RequestContextHolder, LocaleCo...
Spring Generic interface on FactoryBean class not autowired in case of targetType mismatch
2025-01-08 22:22:20
7501
Affects: \6.1.4We have encountered an issue where RepositoryFactoryInformation is no longer autowired correctly.E.g.@Ser...
Spring Maximum Request Size handling support for Undertow in StandardMultipartHttpServletRequest
2025-01-08 22:22:18
1719
Affects: \ 6.1.5Dear collegues I was following the discussions in 26096 and 31850 , but not see if we are going to have ...
Spring CoroutineUtils assumes Kotlin value class has an accessible constructor
2025-01-08 22:22:15
5225
Affects: Spring Framework 6.1.x / Spring Boot 3.2.xWith Spring Boot 3.1.x (Spring Framework 6.0.x) proxies around Kotli...
Spring Deprecate bean definition overriding
2025-01-08 22:22:13
224
As of 6.2, bean definition overriding is made more apparent, and a note in the reference guide discourages users to rely...
Spring Consider adding support for resolving base64 encoded resources
2025-01-08 22:22:11
1007
Spring Boot recently added support for this in https://github.com/spring-projects/spring-boot/issues/36033, however IMO ...
Spring wiki page missing EOL date for v5
2025-01-08 22:22:08
260
The wiki page outlining the Spring Framework versions is missing the EOL date for v5https://github.com/spring-projects/s...
Spring ReactorNettyClientResponse should not dispose connection
2025-01-08 22:22:03
16049
Data:Java: 17Spring Boot: 3.2.4Operating System: Windows 11 Enterprise 64-BitNotes:- The code below fails/succeeds based...
Spring Fix WebFlux temporary file not always deleted with parallel uploads
2025-01-08 22:22:01
748
Fixes gh-31217. Delete temp files after multipart exchangeNow temporary files removed as expected and we do not have gig...
Spring WebFlux Blocking controller runs on non-blocking thread when request input data present
2025-01-08 22:21:58
4794
When configuring Blocking Execution and using a blocking endpoint, the request does not get properly offloaded when requ...
Spring SimpleAsyncTaskScheduler: task with fixed delay stops working after unhandled exception
2025-01-08 22:21:55
4076
When using virtual threads all @Scheduled executors stop working after first exception on any @Scheduled executor and no...
Spring DataBufferLimitException in WebFlux controllers should result in 413 instead of 500
2025-01-08 22:21:53
1144
When using Spring WebFlux, there is a maximum limit on the payload size, defined by spring.codec.max-in-memory-size (def...
Spring Update javadoc for NoHandlerFoundException after 6.1 changes
2025-01-08 22:21:50
739
Reflect change of default throwExceptionIfNoHandlerFound after 6.1Comment From: pivotal-cla@SanderHestvik Please sign th...
Spring RuntimeHintRegistrar error bean registration
2025-01-08 22:21:47
3511
hi, . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ ...
Spring WebClient Custom Response headers added with ExchangeFilterFunction not getting propagated back to client.
2025-01-08 22:21:45
1555
I am using ExchangeFilterFunction.ofResponseProcessor method to transform the Response received by the WebClient.1. Add ...
Spring EncoderHttpMessageWriter sets Content-Length even if Transfer-Encoding header is present
2025-01-08 22:21:39
1423
dependency: org.springframework:spring-web:5.3.29Class: EncoderHttpMessageWriterHy, I need to forward a request as-is to...
Spring Update logging level in BeanValidationBeanRegistrationAotProcessor for validation exceptions
2025-01-08 22:21:37
13614
spring boot 3.1.3gradle native plugin 0.9.25processAot gradle task...anValidationBeanRegistrationAotProcessor : Skipping...
Spring Reactive types support for @Cacheable methods [SPR-14235]
2025-01-08 22:21:34
28558
Pablo Díaz-López opened SPR-14235 and commentedCurrently when using cache annotations on beans it caches the Observables...
上一页
下一页
1
…
1199
1200
1201
1202
1203
…
2246
.