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

Update Wildfly to version compatible with Java 11 and Java 17 #2747

Open
lbschanno opened this issue Feb 11, 2025 · 1 comment
Open

Update Wildfly to version compatible with Java 11 and Java 17 #2747

lbschanno opened this issue Feb 11, 2025 · 1 comment
Assignees

Comments

@lbschanno
Copy link
Collaborator

Update Wildfly to a version that can run on both Java 11 and Java 17 to make the transition to Java 17 easier.

@lbschanno lbschanno self-assigned this Feb 11, 2025
@lbschanno
Copy link
Collaborator Author

lbschanno commented Feb 20, 2025

Wildfly 26 added a JAAS security realm type to the Elytron security subsystem. Currently we use Picketbox instead of Elytron because of a lack of support for JAAS in Wildfly 17.0.1.Final. Picketbox will not work in Java 17 due to needing classes that were deleted in Java 14, so we must migrate to Elytron, and support for the Picketbox-based security vault is removed in Wildfly 25.

Additionally, 26 is the last version that supports Java EE 8 as long as it is Jakarta EE 8 compatible. Version 27 supports Jakarta EE 10.

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

1 participant