klaxon icon indicating copy to clipboard operation
klaxon copied to clipboard

KlaxonDoc.java got compiled to Java 11 byte code

Open alshain opened this issue 2 years ago • 1 comments

The JAR for Klaxon 5.6 contains a single class file, that was compiled to byte code with version 11, this flags the library as incompatible with Java 8 through byte code analysis.

Is this an oversight or are you using library features from a newer JDK anyhow?

alshain avatar Apr 13 '22 19:04 alshain

Oversight, this file should probably be compiled with Java 8...

cbeust avatar Apr 13 '22 19:04 cbeust