Hello,
Hibernate 5.4.2 defines a dependency with jaxb library.
But I have noticed that, due to this change, some of the required dependencies like:
- jaxb-runtime-2.3.1.jar
- stax-ex-1.8.jar
- istack-commons-runtime-3.0.7.jar
- txw2-2.3.1.jar
- FastInfoset-1.2.15.jar
have classes which are compiled with JDK9 (major version 53). Taking this account can you ensure that JDK8 is still fully supported?
Thank you in advance.