springboot-jwt-starter icon indicating copy to clipboard operation
springboot-jwt-starter copied to clipboard

Upgrade to Spring Boot 3.4.1

Open mirkoperillo opened this issue 1 year ago • 1 comments

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.http package, so I removed it from the project
  • I had to upgrade jjwt library to support the new jakarta.xml.bind package. In the new version jjwt API changed a lot so I had to rewrite part of the TokenHelper class.

mirkoperillo avatar Jul 31 '24 10:07 mirkoperillo

  • 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 ?

mirkoperillo avatar Jan 09 '25 17:01 mirkoperillo