peholmst/vaadin4spring

Support Spring Boot 1.5

Artur- opened this issue · 0 comments

ServletListenerRegistrationBean is deprecated in 1.4 and removed in 1.5" in favor of org.springframework.boot.web.ServletListenerRegistrationBean"

vaadin4spring/extensions/boot/src/main/java/org/vaadin/spring/boot/AtmosphereAutoConfiguration.java still uses the old class