Skip to content

Support for Spring Boot 3.x #300

@nothing-personal-gh

Description

@nothing-personal-gh

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions