-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
This issue proposes documentation updates related to EclipseLink changes for Jakarta Persistence 3.2.
1.Package Changes in EclipseLink
EclipseLink has updated the package for the following four classes.
- org.eclipse.persistence.config.SessionCustomizer -> org.eclipse.persistence.sessions.SessionCustomizer
- org.eclipse.persistence.config.DescriptorCustomizer ->org.eclipse.persistence.descriptors.DescriptorCustomizer
- org.eclipse.persistence.config.CacheIsolationType ->org.eclipse.persistence.annotations.CacheIsolationType
- org.eclipse.persistence.config.PropertiesUtils ->org.eclipse.persistence.internal.helper.PropertiesUtils
- Instant Type Mapping Change
EclipseLink changed the mapping of Instant from BLOB to TIMESTAMP, so
customers must either update or regenerate their DDL files to use the new
column type, or override the mapping to keep the old type
Where to Apply These Updates
These updates should be added to a new Open Liberty documentation page that mirrors the structure and content of the existing WebSphere Liberty JPA overview page:
https://www.ibm.com/docs/en/was-liberty/core?topic=jpa-java-persistence-api-feature-overview
Specifically:
- Add a new section under "JPA Feature Compatibility" for Jakarta Persistence 3.2 (jpa-3.2).
- Include the package changes and mapping change described above in this new section.
Reactions are currently unavailable