logback-access-spring-boot-starter icon indicating copy to clipboard operation
logback-access-spring-boot-starter copied to clipboard

Jetty 12 Compatibility (Spring Boot 3.2.x)

Open DarkAtra opened this issue 1 year ago • 2 comments

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?

DarkAtra avatar Nov 29 '23 13:11 DarkAtra

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?

daniel-kr avatar Apr 11 '24 09:04 daniel-kr

there's an open PR that adds jetty 12 support: https://github.com/akkinoc/logback-access-spring-boot-starter/pull/407

DarkAtra avatar Apr 19 '24 12:04 DarkAtra

v4.2.0 has been released! 🎉 It will be available in the Maven Central repository soon.

akkinoc avatar Jul 07 '24 16:07 akkinoc