atmosphere-extensions icon indicating copy to clipboard operation
atmosphere-extensions copied to clipboard

Spring 6 and Spring Boot 3 support

Open bechhansen opened this issue 1 year ago • 1 comments

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

bechhansen avatar Apr 24 '23 07:04 bechhansen