You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Build with JDK 21
Add -Djava.security.manager=allow jvm flag to:
- tools executed via ctx.actions.run if host jdk is >= 17
- generated test executables if target jdk is >= 17
* allow security manager for coverage worker
* Add ci build with jdk21
* lint
* test all with jdk 21
* Add libxml
* Uncomment JunitRuntimePlatform test
Make sure compilation toolchain matches runtime target version
This test was failing with --java_language_version=21
Because it got compiled with newer jdk than was run.
0 commit comments