almex / Raildelays

Fill-in Excel sheet with delays from belgian railway company
http://repo1.maven.org/maven2/com/github/almex/
MIT License
7 stars 3 forks source link

Incompatiblity between JSR-310 (New Java Date/Time API) and JSR-349 (Bean Validation 1.1) #47

Open almex opened 9 years ago

almex commented 9 years ago

Read this discussion : http://iswwwup.com/t/927aa6f8f40e/error-no-validator-could-be-found-for-type-java-time-localdate.html

Maybe an Entity must use java.sql.Date and not java.time.LocalTime.

almex commented 8 years ago

Migration to org.hibernate:hibernate-core:5.2.0.Final should solve this issue