logback-access-spring-boot-starter
logback-access-spring-boot-starter copied to clipboard
Jetty 12 Compatibility (Spring Boot 3.2.x)
Describe the problem you'd like to have solved
Spring Boot 3.2 just released and introduced support for Jetty 12. There were quite a few changes introduced in Jetty 12 that render this starter unusable with Spring Boot 3.2.x and the spring-boot-starter-jetty
starter.
I guess there's not much you could do right now as compatibility for Jetty 12 likely also requires changes to logback-access itself.
Would it make sense to release a new version that updates the parent to Spring Boot 3.2.0 and explicitly states incompatibility with Jetty?
I recognized that the mentioned underlying issue of the logback library is already solved. Are there any plans to make the spring-boot-starter compatible with SB 3.2/Jetty 12 as well?
there's an open PR that adds jetty 12 support: https://github.com/akkinoc/logback-access-spring-boot-starter/pull/407
v4.2.0 has been released! 🎉 It will be available in the Maven Central repository soon.