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

[WFCORE-5905] Don't reject EE 10 permissions.xml files #5095

Merged
merged 1 commit into from
May 13, 2022

Conversation

ropalka
Copy link
Contributor

@ropalka ropalka commented May 9, 2022

@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label May 9, 2022
@yersan yersan added the ready-for-merge This PR is ready to be merged and fulfills all requirements label May 9, 2022
@@ -90,7 +90,7 @@ private static List<PermissionFactory> parsePermissions(final XMLStreamReader re
switch (attribute) {
case VERSION: {
String version = reader.getAttributeValue(i);
if (!"7".equals(version) && !"9".equals(version))
if (!"7".equals(version) && !"9".equals(version) && !"10".equals(version))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should there be an "8" in this list as well or did they skip that one entirely?

Copy link
Collaborator

@yersan yersan May 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the jump from 7 to 9 was to align with Jakarta EE 9

@yersan yersan removed the ready-for-merge This PR is ready to be merged and fulfills all requirements label May 10, 2022
@yersan yersan added the ready-for-merge This PR is ready to be merged and fulfills all requirements label May 11, 2022
@yersan yersan merged commit 148bcf0 into wildfly:main May 13, 2022
@ropalka ropalka deleted the WFCORE-5905 branch May 13, 2022 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants