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
I'll note too that its references to java.security.AccessController and java.security.Policy are in the same boat. I imagine if SecurityManager is finally deleted then those will be at the same time.
There are also similar warnings about calls to the constructors of Integer etc.
FWIW, we probably don't need to worry about the boxed primitive constructors that I previously mentioned. It sounds like the upstream folks are going to remove the forRemoval bit on those deprecations.
The SecurityManager issue still is a problem though :(
https://github.com/JodaOrg/joda-time/blob/main/src/main/java/org/joda/time/convert/ConverterManager.java uses
SecurityManager
which is "deprecated and subject to removal in a future release. There is no replacement for the Security Manager. See JEP 411 for discussion and alternatives."The text was updated successfully, but these errors were encountered: