-
Notifications
You must be signed in to change notification settings - Fork 170
EclipseLink 4.0.0
Lukas Jungmann edited this page Sep 20, 2021
·
6 revisions
- org.eclipse.persistence.session.Record renamed to org.eclipse.persistence.session.DataRecord
-
jaxb.properties
are no longer supported, to createDynamicJAXBContext
, use:
JAXBContext.newInstance(..., ...,
Map.of(JAXBContextProperties.MOXY_FACTORY, JAXBContextProperties.Factory.DYNAMIC));
- removed dependency on REST APIs
-
org.eclipse.persistence.jpa.rs
andorg.eclipse.persistence.internal.jpa.rs
package structure has been moved to the neworg.eclipse.persistence.jpars.server
artifact
- the new module to hold REST specific features
- the new place for
org.eclipse.persistence.jpa.rs
andorg.eclipse.persistence.internal.jpa.rs
packages
- removed legacy unversioned REST resources, if needed, use
v1
instead ofv2
which is the new default