Open woditschka opened 6 years ago
Same issue here w/ JRE 10
Looks like it was resolved in 7.0.0.CR1 release.
Great
Will there be a final release soon?
And still not released :(
Java 13 has the same problem.
Also in 6.0.1.GA the logic in the hibernate type integrator to check the Java version is wrong. To check for Java 8+ it checks major >= 1 AND minor >= 8 while it should be major > 1 OR minor >= 8. In 7.0.0.CR1 the logic has changed.
When starting an JPA application with jadira usertype 6.0.1.GA the application fails to start when parsing the Java version: