Nineya
Home
Blog
Spring Log unresolved exceptions at error level
2025-01-08 04:31:49
759
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
2025-01-08 04:31:47
4290
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
2025-01-08 04:31:44
1119
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
2025-01-08 04:31:41
3527
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
2025-01-08 04:31:38
1757
This commit updates HttpWebHandlerAdapter and ResponseStatusExceptionHandler in order to specify the method/uri in the l...
Spring SPR-16098: Fix Reactive JsonView + HttpEntity handling
2025-01-08 04:31:35
373
This commit adds an AbstractMessageWriterResultHandler#writeBody variant which allows to pass the actual MethodParameter...
Spring SPR-16022: avoid implicit autowiring with Kotlin secondary ctors
2025-01-08 04:31:33
826
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
2025-01-08 04:31:30
398
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
2025-01-08 04:31:28
834
The commit is a follow-up of d6b5c2005849e0676781ec1086bf8fc994e1a2c4which applies the same principle to ServerResponse,...
Spring Add support for Jetty Reactive Streams HTTP client
2025-01-08 04:31:26
1317
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
2025-01-08 04:31:23
1414
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
2025-01-08 04:31:20
432
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
2025-01-08 04:31:18
952
This commit introduces LocaleContextResolver interface, which is usedat ServerWebExchange level to resolve Locale, TimeZ...
Spring Support date properties in Content-Disposition HTTP header
2025-01-08 04:31:15
596
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
2025-01-08 04:31:13
5665
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
2025-01-08 04:31:10
357
InvalidDefinitionException has been introduced in Jackson 2.9 to beable to differentiate invalid data sent from the clie...
Spring Introduce JSON streaming support
2025-01-08 04:31:07
569
This commit introduces JSON streaming support whichconsists of serializing HTTP request withapplication/stream+json medi...
Spring Fix trailing / handling in UriComponents(Builder)
2025-01-08 04:31:05
452
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
2025-01-08 04:31:02
1581
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
2025-01-08 04:30:59
732
PR ready to be merged after @jhoeller approval.Comment From: lqjackwhy introduce kotlin to the spring framework ? just f...
上一页
下一页
1
…
1505
1506
1507
1508
1509
…
2246
.