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.*
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.*
tojakarta.servlet.*