-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Is your feature request related to a problem? Please describe.
com.password4j.Utils uses java.security.AccessController (at line 508)
With JDK17, java.security.AccessController is deprecated and marked for removal.
https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/security/AccessController.html
.... this is in conjunction with the deprecation of SecurityManager
https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/SecurityManager.html
.... additional documentation on the matter is found here:
https://openjdk.org/jeps/411
Describe the solution you'd like
A code update that does not depend on a deprecated class.
Naturally, for now, at least while using JDK17, things still work, but wanted to make sure you knew about this.
Describe alternatives you've considered
Apologies---I'm not currently aware of a course of action to recommend.
Thank you.
Metadata
Metadata
Assignees
Type
Projects
Status