-
Task
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
---
-
---
This will need moving over to WildFly 39 Beta once the fix version exists. This will likely have changes across WildFly Core and WildFly but creating this WildFly issue as the ubmrella tracker.
We will need to work on the migration plan for the deprecation and removal of the WildFly Security Manager related classes.
Presently these can be accessed from the "org.wildfly.security.elytron-private" module but we also have a "org.wildfly.security.manager" module.
We should make sure security manager classes are no longer a part of the private Elytron module.
All modules that need to use these classes should then have a direct dependency on "org.wildfly.security.manager".
By WildFly 39 it will still be expected that many modules depend upon the security manager, especially for components that need to run in EE 10 and EE 11 mode but this will give us a clear way to track what is still using the security manager implementation and will enable us to track once we have no references left.