rollbar / rollbar-java

Rollbar for Java and Android
https://docs.rollbar.com/docs/java
MIT License
72 stars 74 forks source link

Add support for Spring 6.x and Spring Boot 3.x. #302

Closed diegov closed 1 year ago

diegov commented 1 year ago

Description of the change

Add support for Spring 6.x and Spring Boot 3.x.

This introduces 3 new artifacts:

rollbar-jakarta-web: replaces rollbar-web, using the jakarta package instead of javax rollbar-spring6-webmvc: replaces rollbar-spring-webmvc, using Spring 6 and jakarta packages rollbar-spring-boot3-webmvc: replaces rollbar-spring-boot-webmvc, using Spring Boot 3.x

While the artifact IDs are different, the package names are not modified, the integration classes are still under the com.rollbar.spring package. So upgrading to Spring Boot 3 only requires a change in dependenciees, not user code.

Type of change

Related issues

Checklists

Development

Code review

shortcut-integration[bot] commented 1 year ago

This pull request has been linked to Shortcut Story #120474: Rollbar-java Support for Spring Boot 3.x.

jmarronm commented 1 year ago

@ncapilla please take a look to this PR asap since we have external commitments with users to deliver this work this week Thanks!