In our builds (dependabot triggered), we get the following error:
Caused by: java.lang.UnsupportedClassVersionError: it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Are the requirements for fastutil changed for the minor release?
Hi,
In our builds (dependabot triggered), we get the following error:
Caused by: java.lang.UnsupportedClassVersionError: it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Are the requirements for fastutil changed for the minor release?
https://github.com/eXist-db/exist/pull/4234
cheers
Dannes