Nineya
Home
Blog
Spring Improve advice on response handling in an ExchangeFilterFunction
2025-01-08 04:28:01
311
We've deprecated the exchange() method on WebClient but if the response is handled at a lower level, in the ExchangeFilt...
Spring Add information about changed behaviour for resolving @AuthenticationPrincipal annotation
2025-01-08 04:27:59
1612
I just spend a few hours trying to figure out why my upgrade from Spring Boot 2.3.4 to 2.4.4 was not working. I am using...
Spring Update FactoryBean generic description in ref docs
2025-01-08 04:27:57
184
The FactoryBean is a generic type and as a result has different method returns types from ones described in documentatio...
Spring Use String.startsWith() instead of String.substring() in PatternMatchUtils
2025-01-08 04:27:54
142
Instead of allocating a new substring at each call we can use String.startsWith()Comment From: sbrannenThis has been mer...
Spring Daylight saving time issue in CronExpression
2025-01-08 04:27:52
289
Expressions set on the exact hour of a daylight saving time (such as "0 10 2 * * *" in timezone Central Europe) result i...
Spring Spring AOP should not apply UndeclaredThrowableException to checked exceptions from Kotlin methods
2025-01-08 04:27:50
4647
Currently, when using Spring AOP with Kotlin, UndeclaredThrowableException is thrown when a method with advice throws a ...
Spring Fix Kotlin code formatting for Inline Maps section of ref docs
2025-01-08 04:27:47
796
Official documentation contains incorrect Kotlin code example (page 292 of pdf).There are Map<*, > instead of Map&...
Spring The Bug of DeferredImportSelectorHandler !
2025-01-08 04:27:44
875
Dear Spring Boot Team: I think the handle method has a bug , the deferredImportSelectors can not be null forever ...
Spring Event source not working with CORS
2025-01-08 04:27:42
1228
Do you think the limitation of SockJS EventSource on "same origin" is still relevant?https://github.com/spring-projects/...
Spring Remove reference to Commons Collections in ColumnMapRowMapper Javadoc
2025-01-08 04:27:40
167
Remove the reference to Commons Collections.Comment From: sbrannenGood catch!Looks like that should have been done in Sp...
Spring Improve ref docs regarding @Bean method visibility constraints
2025-01-08 04:27:37
601
There are 2 main approaches how to use @Configuration annotation:When proxyBeanMethods attribute is true then a CGLIB pr...
Spring Fix formatting for PersonValidator Kotlin example in ref docs
2025-01-08 04:27:34
302
The official documentation contains incorrect Kotlin code example (page 237 of pdf).As a result we have weird parameter ...
Spring Remove reference to Joda Time support in @DateTimeFormat Javadoc
2025-01-08 04:27:32
187
According to #25736 and to be compatible with official documentation it would be great to remove mention of Joda Time su...
Spring Addition of fallback patterns to temporal parser loses cause in Spring 5.3.5
2025-01-08 04:27:29
5289
Affects: 5.3.5We've just pulled in the latest spring framework as a result of a spring boot upgrade to 2.4.4 and noticed...
Spring WebMvcConfigurer support Order
2025-01-08 04:27:26
1016
Comment From: refeccdSorry about this. I have a WebMvcConfigurer in my own project, and there is also a WebMvcConfigure ...
Spring Fix RSocket Fire and forget handling with Kotlin
2025-01-08 04:27:24
10223
The following code with suspend function throws Missing 'rsocketResponse' exception.println prints data to the console a...
Spring fix DateTimeFormat annotation description
2025-01-08 04:27:21
811
The official documentation contains partial information about using of @DateTimeFormat annotation.According to JavaDocs ...
Spring CVE-2018-1199 CVE-2018-1257 CVE-2018-1272 CVE-2020-5421 commits
2025-01-08 04:27:18
1547
Hi,(Apologizes if this isn't the right channel, I checked https://spring.io/security-policy but that appears to be reser...
Spring HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings
2025-01-08 04:27:16
2316
Discovered whilst working on https://github.com/spring-projects/spring-boot/issues/24645. Running CorsSampleActuatorAppl...
Spring Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5
2025-01-08 04:27:13
331
OverviewThis is a follow up to #26777.The support for fallback patterns introduced in Spring Framework 5.3.5 also introd...
上一页
下一页
1
…
1509
1510
1511
1512
1513
…
2246
.