springboot-jwt-starter
springboot-jwt-starter copied to clipboard
Upgrade to Spring Boot 3.4.1
This is an upgrade of project from Spring Boot 2.7 to Spring Boot 3.3
Some notes:
- Spring Mobile has been archived and it is not more maintained and so the last version doesn't support new
jakarta.servlet.httppackage, so I removed it from the project - I had to upgrade
jjwtlibrary to support the newjakarta.xml.bindpackage. In the new versionjjwtAPI changed a lot so I had to rewrite part of theTokenHelperclass.
- Upgrade PR to the current version of Spring 3.4.1
- Fix formatting to tab of 4 spaces
@bfwg do you have time to review this PR ?