Juergen Hoeller
Juergen Hoeller
SLF4J 2.0.0 is out now. In alignment with Spring Boot (https://github.com/spring-projects/spring-boot/issues/12649), let's try to upgrade for Spring Framework 6.0 once all necessary bridges and providers have released corresponding versions.
Inspired by the introduction of `JdbcClient` in 6.1 (#30931) and by the requirements for customizable operations expressed in #26840, we intend to investigate the introduction of a similarly designed `JmsClient`...
#32689 introduced an `instanceof HandlerFunction` check in `AbstractHandlerMethodExceptionResolver` which creates a package cycle between `org.springframework.web.servlet.handler` and `org.springframework.web.servlet.function(.support)`. Since this is just for identification and not making use of the actual...
The recent introduction of `ReactorNettyClientRequestFactory` brought a naming inconsistency with `ReactorClientHttpConnector` as well as `HttpComponentsClientHttpRequestFactory`: it would rather have to be called `ReactorClientHttpRequestFactory`. However, there is also `ReactorNetty2ClientHttpConnector`, so `ReactorClientHttpConnector`...