You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.*
The text was updated successfully, but these errors were encountered: