Atmosphere / atmosphere-extensions

All Atmosphere's Extensions and Plugin
75 stars 94 forks source link

Spring 6 and Spring Boot 3 support #261

Open bechhansen opened 1 year ago

bechhansen commented 1 year ago

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

murilotoloni commented 1 year ago

Any updates on this? thanks!