vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.76k stars 196 forks source link

8.5.7 .... not compatible with Java8? #272

Closed dizzzz closed 2 years ago

dizzzz commented 2 years ago

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

kaitlinseng commented 2 years ago

We are also affected by this in our builds. Thanks for opening this issue.

vigna commented 2 years ago

Sorry, that's just a mishap. I just uploaded 8.5.8 to central. Give it a couple of hours...

dizzzz commented 2 years ago

thnx mate