AuthenticationController.buildAuthorizeUrl() not working for Spring Boot 3.1.0

Hello !

I’m facing an issue with the update from Spring Boot 2.7 to Spring Boot 3.1, in the latest version the use of javax library has been changed to jakarta and the problem is that the com.auth0 mvc-auth-commons 1.10 library is still using javax.

Does anybody know if there is any plan to update it to jakarta ?
Do you have any other solution so I’m able to use the AuthenticationController.buildAuthorizeUrl() in my code ?

Thank you in advance.