-
Notifications
You must be signed in to change notification settings - Fork 320
fix junit tests when jdk11 is used. #1255 #1259
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
Conversation
please rebase on main |
I could assert this PR fixes the 32 Junit errors on Java 17 AND Java 21. Thank you! 🙏 @Lokowandtg can you please in your branch your update the CI to :
and then replace
with
Thanks again! |
a990ba0
to
ac1c41e
Compare
ac1c41e
to
0c480e7
Compare
@Lokowandtg thanks for your contribution! I'm picking this back up. |
@Kehrlann thanks for having a look! |
I've tried locally, and as Anthony pointed out, it works fine 🎉 Spotless should work on JDK11+ , so I'd recommend keeping the original: - if: ${{ matrix.java != 8 }} And then I'll merge this. |
in cloudfoundry-operations there are 32 JUnit errors when jdk 11 or jdk17 are used. Those are fixed with this change. So far not tested with later jdks.
0c480e7
to
29b9a60
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for your contribution!
In cloudfoundry-operations there are 32 JUnit errors when jdk 11 or jdk 17 are used. Those are fixed with this change. So far not tested with later jdks.
fixes #1255