Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove support for the Security Manager #1087

Open
Ladicek opened this issue Nov 25, 2024 · 1 comment
Open

remove support for the Security Manager #1087

Ladicek opened this issue Nov 25, 2024 · 1 comment
Milestone

Comments

@Ladicek
Copy link
Contributor

Ladicek commented Nov 25, 2024

The Security Manager was deprecated for removal in Java 17 (JEP 411) and shall be permanently disabled in Java 24 (JEP 486). Therefore, we should remove the few bits that enable running SmallRye Fault Tolerance with Security Manager enabled; this mostly concern the two SecurityActions classes in this project, plus a small number of other classes that refer to java.security.*.

I'm tentatively assigning this to the 7.0.0 milestone, but could probably be persuaded to do this sooner.

@Ladicek Ladicek added this to the 7.0.0 milestone Nov 25, 2024
@rhusar
Copy link
Contributor

rhusar commented Nov 25, 2024

Please don't execute on this yet until we have a clear alignment with WildFly. Hopefully this won't be a problem for 7.x but lets make sure jumping the gun won't make us have to support 2 branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants