Skip to content

Documentation updates for Jakarta Persistence 3.2. #7961

@anija-anil

Description

@anija-anil

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

  1. 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:

  1. Add a new section under "JPA Feature Compatibility" for Jakarta Persistence 3.2 (jpa-3.2).
  2. Include the package changes and mapping change described above in this new section.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions