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 use JDK 7. I have error like this
java.lang.UnsupportedClassVersionError: com/zaxxer/hikari/HikariConfig : Unsupported major.minor version 52.0
HikariCP was compiled JDK 8 ?
Some references.
http://stackoverflow.com/questions/23249331/java-unsupported-major-minor-version-52-0
The text was updated successfully, but these errors were encountered:
Sorry. HikariCP for JDK7 provided also. I missing artifactId^^
Thanks.
Sorry, something went wrong.
No branches or pull requests
I use JDK 7.
I have error like this
java.lang.UnsupportedClassVersionError: com/zaxxer/hikari/HikariConfig : Unsupported major.minor version 52.0
HikariCP was compiled JDK 8 ?
Some references.
http://stackoverflow.com/questions/23249331/java-unsupported-major-minor-version-52-0
The text was updated successfully, but these errors were encountered: