Spring Improve advice on response handling in an ExchangeFilterFunction

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

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

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

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

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

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

Official documentation contains incorrect Kotlin code example (page 292 of pdf).There are Map<*, > instead of Map&...

Spring The Bug of DeferredImportSelectorHandler !

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

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

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

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

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

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

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

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

The following code with suspend function throws Missing 'rsocketResponse' exception.println prints data to the console a...

Spring fix DateTimeFormat annotation description

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

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

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

OverviewThis is a follow up to #26777.The support for fallback patterns introduced in Spring Framework 5.3.5 also introd...
上一页 下一页
.