We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some tests are hanging and/or failing with JDK 22, even though Shiro compiles fine.
I think this is something to do with EasyMock compatibility, but I am not quite sure yet. Needs investigation
Filed an issue with EasyMock: easymock/easymock#547
Also, Jakarta EE integration tests will not run on 22 due to old app servers, so CI needs to be adjusted to only run EE integration tests on 11 / 21
The text was updated successfully, but these errors were encountered:
Merge pull request #1530 from lprimak/jdk-22-compat
32d2a22
[#1381] enh: Build on JDK 22
lprimak
Successfully merging a pull request may close this issue.
Search before asking
Enhancement Request
Some tests are hanging and/or failing with JDK 22, even though Shiro compiles fine.
Describe the solution you'd like
I think this is something to do with EasyMock compatibility, but I am not quite sure yet. Needs investigation
Filed an issue with EasyMock: easymock/easymock#547
Also, Jakarta EE integration tests will not run on 22 due to old app servers,
so CI needs to be adjusted to only run EE integration tests on 11 / 21
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: