Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lower classfile version to Java 8 #3

Open
kram617 opened this issue Feb 15, 2023 · 0 comments
Open

lower classfile version to Java 8 #3

kram617 opened this issue Feb 15, 2023 · 0 comments

Comments

@kram617
Copy link

kram617 commented Feb 15, 2023

We are unable to use json-typedef-java with our current Java 8 projects due to the latest 0.2.2 version being compiled against Java 15. Since it doesn't appear this library depends on Java features present in newer versions in Java, can this project be rebuilt to lower the classfile version to be compatible with Java 8?

wget https://repo1.maven.org/maven2/com/jsontypedef/jtd/jtd/0.2.2/jtd-0.2.2.jar
jar xf jtd-0.2.2.jar
file com/jsontypedef/jtd/Type.class
com/jsontypedef/jtd/Type.class: compiled Java class data, version 59.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant