We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting the UnsupportedClassVersionError : Unsupported major.minor version 51.0 From both jsondoc-core and jsondoc-springmvc.
Is there a reason why Java 6 is not supported?
Thanks
The text was updated successfully, but these errors were encountered:
I'll mark that as bug and evaluate if support java 6. thanks
Sorry, something went wrong.
The only change that need to be made is to change the source and target version to 1.6 instead of 1.7 in maven-compiler-plugin plugin
0052181
Is there a planned date for the release with the fix ? Thanks
It's released. In a few hours it will be available on maven central.
Thanks a bunch 👍
fabiomaffioletti
No branches or pull requests
I am getting the UnsupportedClassVersionError : Unsupported major.minor version 51.0
From both jsondoc-core and jsondoc-springmvc.
Is there a reason why Java 6 is not supported?
Thanks
The text was updated successfully, but these errors were encountered: