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
Packages in our codebase were changed from javax.security.* to jakarta.security.* even though any dependency of javax.security.enterprise is included in the project.
The security packages javax.security.* are included in the JDK itself, and for JDK 11, it still contains the prefix javax.*, so probably these packages should not be updated in the codebase.
If we specify the required packages more, we'll avoid unnecessary collisions.