-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
The latest version 1.9.0 is still depending on Spring Boot 1.4.2 while 3.0.0 is out. This version doesn't compile with Spring Boot 3.0.0.
Caused by: java.lang.AbstractMethodError: Receiver class com.rollbar.spring.boot.webmvc.RollbarServletContextInitializer does not define or inherit an implementation of the resolved method 'abstract void onStartup(jakarta.servlet.ServletContext)' of interface org.springframework.boot.web.servlet.ServletContextInitializer.
All javax.servlet.* imports have to be replaced with jakarta.servlet.*
cyrusradfar, beetlegius-jt and lbkulinski