Spring Log unresolved exceptions at error level

This PR change the log level of unresolved exceptions from debug to error, in order to avoid the "no exception displayed...

Spring Simpler solution to provide hints

As proposed by @rstoyanchev, here is a draft PR that allow to provide hints without implementing Request/ResponseBodyAdv...

Spring Request/ResponseBodyAdvice based solution to provide hints to codecs

In order to continue the discussion began in SPR-14557 and PR https://github.com/spring-projects/spring-framework/pull/1...

Spring Refactor how hints (like JsonView) are passed to codecs

This draft PR brings the new hints API based on Map<String, Object>, a reactive port of RequestBodyAdvice and Resp...

Spring SPR-15083: Improve WebFlux exception logging

This commit updates HttpWebHandlerAdapter and ResponseStatusExceptionHandler in order to specify the method/uri in the l...

Spring SPR-16098: Fix Reactive JsonView + HttpEntity handling

This commit adds an AbstractMessageWriterResultHandler#writeBody variant which allows to pass the actual MethodParameter...

Spring SPR-16022: avoid implicit autowiring with Kotlin secondary ctors

This one is tricky, but after some time to think and experiment on it, I tend to think we went maybe a little bit to far...

Spring Support instantiating Kotlin classes with optional parameters

This commit updates BeanUtils class in order to add Kotlin optionalparameters with default values support to the immutab...

Spring Generalize ServerResponse and WebClient body methods

The commit is a follow-up of d6b5c2005849e0676781ec1086bf8fc994e1a2c4which applies the same principle to ServerResponse,...

Spring Add support for Jetty Reactive Streams HTTP client

Ready to be reviewed before merging in master since I would like to begin having feedback with real applications using S...

Spring SPR-15755: Introduce Kotlin functional bean registration DSL

As a follow-up of the ApplicationContext Kotlin extensions, close tothe Kotlin functional WebFlux DSL and similar to the...

Spring Make getters and setters null-safety consistent

This commit ensures that null-safety is consistent betweengetters and setters in order to be able to provide beanswith p...

Spring Introduce LocaleContextResolver in WebFlux

This commit introduces LocaleContextResolver interface, which is usedat ServerWebExchange level to resolve Locale, TimeZ...

Spring Support date properties in Content-Disposition HTTP header

As discussed with @rstoyanchev, before merging this PR we should choose a strategy regarding to date/time that we previo...

Spring Add reactive multipart request support

This draft PR is a first Multipart support implementation here for high-level feedbacks and discussion.It does not inclu...

Spring SPR-14925: Return 5xx HTTP status for invalid target types with Jackson

InvalidDefinitionException has been introduced in Jackson 2.9 to beable to differentiate invalid data sent from the clie...

Spring Introduce JSON streaming support

This commit introduces JSON streaming support whichconsists of serializing HTTP request withapplication/stream+json medi...

Spring Fix trailing / handling in UriComponents(Builder)

Issue: SPR-15124Comment From: rstoyanchevThanks I have opted for a slightly different fix focusing specifically on the a...

Spring Support i18n and nested template in ScriptTemplateView

This commit changes the 3rd parameter passed to the renderingfunction from String url to RenderingContext renderingConte...

Spring SPR-15054: Add Kotlin extensions for function Web API

PR ready to be merged after @jhoeller approval.Comment From: lqjackwhy introduce kotlin to the spring framework ? just f...
上一页 下一页
.