You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Yes you should import 'jakarta' over to 'javax'.While your Spring Boot application may currently function properly with both 'javax' and 'jakarta' libraries due to Spring Boot's backward compatibility, it's crucial for future compatibility with Jakarta EE 9 and Jakarta-compatible servers like Tomcat 10 its is recommended by spring boot 3 release notes to use imports from 'javax' to 'jakarta'.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thanks for open sourcing this AB testing library.
With
superseded
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes
https://stackoverflow.com/questions/71179660/spring-boot-3-jakarta-and-javax
Will there be any plan on switching the import over to jakarta?
Thank you.
The text was updated successfully, but these errors were encountered: