fix junit tests when jdk11 is used. #1255#1259
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
Kehrlann
left a comment
There was a problem hiding this comment.
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