Skip to content

Post JPA 2.1 proposals working doc

Steve Ebersole edited this page Dec 5, 2016 · 19 revisions

See the current JPA_SPEC 2.2 issues (those being considered for 2.1+) in the soon-to-be-flatlined java.net Jira.

Proposals we’d like to champion

Note

Titles followed by a (*) are things we have already implemented…​

Java 8’s Date/Time (*)

Post bootstrap registration of listeners (*)

CDI + AttributeConverters (*)

Javadoc changes to API

Mainly this is in regards to API methods that assume that bytecode enhancement is used (and therefore that the EntityManager is available from the entity). This includes:

  • All the methods of PersistenceUnitUtil

  • others?

Proposals which seem questionable

None yet