users@jpa-spec.java.net

[jpa-spec users] JPA_SPEC-63

From: Werner Keil <werner.keil_at_gmail.com>
Date: Tue, 2 May 2017 13:42:59 +0200

I admit, it probably exceeds a simple MR, but since at least Bean
Validation 2 adds java.time support for Java EE 8 I wonder, if
https://java.net/jira/browse/JPA_SPEC-63 was addressable or not for EE 8?

I am also aware of the gross incompatibility of e.g. java.sql.Time etc. and
the types in java.time all of which are final, so it does not look like the
underlying JDBC in 4.2 or beyond is able to support all of it, but could
e.g. TemporalType get further variations including "LOCAL_DATE_TIME",
"INSTANT" or whatever seems appropriate?

Werner