atmosphere-extensions
atmosphere-extensions copied to clipboard
Spring 6 and Spring Boot 3 support
The spring atmosphere extension does not work when using Spring 6 and Spring Boot 3. As far as I can tell, the main reason is that spring is now using servlet specification version 6.
In version 6 the servlet specification packages has changed from javax.servlet.*
to jakarta.servlet.*
Any updates on this? thanks!