jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
196 stars 58 forks source link

JPA 3.1 spec doc "Appendix A: Revision History" missing most of 3.1's changes. #365

Closed jgrassel closed 2 years ago

jgrassel commented 2 years ago

A build of the JPA Specification doc for tag 3.1-3.1.0-RELEASE has the following Appendix A: Revision History entry for Jakarta Persistence 3.1:

A.3. Jakarta Persistence 3.1
EntityManagerFactory and EntityManager interfaces extend java.lang.AutoCloseable interface 
Fixed ClassTransformer.transform to throw Persistence API specific exception
Added support for GenerationType.UUID

It is missing the following other changes which went into the spec:

lukasj commented 2 years ago

API and spec doc are distinct releases and (re)build of one does not always imply the build of the other; the spec doc was built later

lukasj commented 2 years ago

see https://jakarta.ee/specifications/persistence/3.1/jakarta-persistence-spec-3.1.html#jakarta-persistence-3-1