dropbox / dropbox-sdk-java

A Java library for the Dropbox Core API.
https://www.dropbox.com/developers/documentation/java
MIT License
593 stars 450 forks source link

move to jakarta #501

Closed devPalacio closed 1 year ago

devPalacio commented 1 year ago

This PR moves us to the Jakarta Servlet namespace to allow users of Spring boot V3 to consume our SDK. I used the built in migration tool in IntelliJ to do the bulk of the work. I also had to bump the jetty servlet version for compatibility in our examples and tests.

Fixes #495