Java 8 and Hibernate

Does anyone know where I can find a reliable source (documents, JIRA problems, stackoverflow threads, etc.) about using Hibernate and Java 8?

I have a suite of applications using Hibernate written in Java 7, and I am interested in porting its code to Java 8.

For example, are there any known issues with displaying objects with @Temporal attributes in Java 8 (using legacy java.util.Date or JSR-310 classes)?

Thank.

+4
source share

Source: https://habr.com/ru/post/1535658/


All Articles