]
Scott Marlow updated WFLY-5750:
-------------------------------
Fix Version/s: 10.0.0.CR5
Hibernate 5 hibernate-java8 jar is missing
------------------------------------------
Key: WFLY-5750
URL:
https://issues.jboss.org/browse/WFLY-5750
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Affects Versions: 10.0.0.CR4
Reporter: Juergen Zimmermann
Assignee: Scott Marlow
Fix For: 10.0.0.CR5
In $JBOSS_HOME/modules/system/layers/base/org/hibernate/main are these JARs:
* hibernate-core
* hibernate-entitymanager
* hibernate-envers
However, org.hibernate:hibernate-java8 is missing. This JAR enables the use of Instant,
LocalDate, LocalDateTime LocalTime, ... being part of the new time API in JDK 8.