Spring Framework 6.2.0-M2 available now
We are happy to announce the availability of the second milestone of Spring Framework 6.2.
In case you missed it, we previously kicked off this milestone phase with 6.2.0-M1 and talked about the "little improvements" we worked on and how bean overriding in tests has evolved.
Spring Framework 6.2.0-M2 is available from repo.spring.io/milestone now, with over 30 improvements and new features.
UrlHandlerFilter for trailing slash match
With the tailing slash match option being deprecated, the Spring community requested a way to gracefully handle this transition period in large applications. We have just introduced the new UrlHandlerFilter
…