On 22/09/2024 16:42, Eirik Bjørsnøs wrote:
:
Alan,
JarFile.getVersionedEntry no longer searches the full historical
version range, but only tries the specific versions actually present
in the JAR file. So this probably isn't as bad as it sounds, assuming
most multi-release JARs only have entries for a low number of versions.
See https://bugs.openjdk.org/browse/JDK-8242596
Thanks for the reminder. I remember the discussion but had forgotten
that the change had been done. It might be enough as the number of
versions in META-INF/versions/** should be small.
-Alan