Remove references to SecurityManager and PrivilegedActions#397
Remove references to SecurityManager and PrivilegedActions#397gastaldi wants to merge 1 commit intosmallrye:mainfrom
SecurityManager and PrivilegedActions#397Conversation
dmlloyd
left a comment
There was a problem hiding this comment.
On hold until we can work with the WildFly team on a timeline.
|
@dmlloyd Did you hear anything from WildFly? |
|
I've spoken with them recently, and they still need some time to move on. Everything that supports Jakarta 10 needs to retain security manager support, once only Jakarta EE 11 is exclusively supported security manager support is no longer required. EAP 8.2, by default, will be Jakarta EE 10. The plan is to fork EAP 8.2 from WF 41 in July, after which point WF is freed from supporting EAP 8.x, so EAP 9 and WF 42 should be safe remove SM. |
|
@radcortez any more update? |
|
The idea was to wait until WF 41 to remove SM, which is scheduled for July. We can always move with this, knowing that we may have to support a version with SM included. |
|
Let's do a major version bump when we make this change. |
SecurityManager#396/cc @dmlloyd