Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Release/1.2.0"

Line 42: Line 42:
  
 
All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries for current open bugs in EclipseLink are available [[EclipseLink/Development/Bugs | here]]. The following is a partial list of some bugs bugs that are still open that may effect users of EclipseLink 2.0.
 
All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries for current open bugs in EclipseLink are available [[EclipseLink/Development/Bugs | here]]. The following is a partial list of some bugs bugs that are still open that may effect users of EclipseLink 2.0.
 +
 +
== Certified Configurations ==
 +
 +
=== Java Persistence (JPA) 1.0 & 2.0 ===
 +
 +
{|{{BMTableStyle}}
 +
|-{{BMTHStyle}}
 +
! Java Architecture
 +
! JPA 2.0 Preview<br>javax_persistence_1.99.6
 +
! JPA 1.0<br>javax_persistence_1.0<br>Included with EclipseLink ZIP
 +
! JPA 1.0<br>javax_persistence_1.0<br>Orbit (signed)
 +
|-
 +
| Java SE<br>eclipselink.jar || Yes || Yes  || No
 +
|-
 +
| Java SE<br>bundles || Yes || No|| No
 +
|-
 +
| Java EE<br>eclipselink.jar || Yes || Yes  || No
 +
|-
 +
| Java EE<br>bundles || Yes || No || No
 +
|-
 +
| OSGi<br>Equinox || Yes || No|| No
 +
|-
 +
|}

Revision as of 13:01, 1 October 2009

EclipseLink 1.2.0 Release Notes

This release is currently under development with a target release date of October 14th 2009.

Feature Overview

  • JPA 2.0 Preview based on Published Final Draft - date?

JPA Enhancements

Deprecation

The following features have been newly deprecated in the 2.0 release

Component Feature Description
JPA Standard Properties JPA 2.0 introduces common properties for JDBC configuration. The implementation of these makes some of the existing 'eclipselink.jdbc.*' properties redundant for both JPA 1.0 and 2.0 usage and therefore have been deprecated in this release. They will be removed in a future release. In Eclipselink 1.2.0 the use of these properties will result in a log warning.

Resolved Issues

All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries into this database for EclipseLink, including all bugs fixed in 2.0, are available here. The following is a partial list of key bugs addressed in the 2.0 release.

Known Issues

All known issues with EclipseLink are tracked in the Eclipse bugzilla database. Queries for current open bugs in EclipseLink are available here. The following is a partial list of some bugs bugs that are still open that may effect users of EclipseLink 2.0.

Certified Configurations

Java Persistence (JPA) 1.0 & 2.0

Java Architecture JPA 2.0 Preview
javax_persistence_1.99.6
JPA 1.0
javax_persistence_1.0
Included with EclipseLink ZIP
JPA 1.0
javax_persistence_1.0
Orbit (signed)
Java SE
eclipselink.jar
Yes Yes No
Java SE
bundles
Yes No No
Java EE
eclipselink.jar
Yes Yes No
Java EE
bundles
Yes No No
OSGi
Equinox
Yes No No

Back to the top