Conversation
Uses ASM to patch UserGroupInformation class at build time and stores it in a version-specific directory of a newly created multi-release jar, where it will be picked up by Java 23+.
|
I think we don't need jdk23 in the If we are worried that we don't test on EA releases, we can make the |
|
I have squashed the CI changes, hopefully it is ready now (runs on 23, extra jobs for LTS releases). |
|
We need a release including this patch. Currently we cannot run renaissance with latest JDK due to openjdk/jdk#21498 |
Uses ASM to patch the
UserGroupInformationclass at build time and stores it in a version-specific directory of a newly created multi-release jar, where it will be picked up by Java 23+.This is a temporary solution, but it may be a long-term temporary solution.
Fixes #439.