You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Andy Jefferson <an...@apache.org> on 2009/05/20 11:19:34 UTC

[ANNOUNCE] Apache JDO : 2.3 "early access" release

Announcing the release of an "early access" for Apache JDO 2.3. 
This release provides the JDO 2.3 API and TCK, and includes the vast majority 
of changes required for JDO2.3 - the third maintenance release of the Java 
Data Objects (JDO) standard for Java persistence. It is provided as an early 
access to allow for feedback and to allow implementations to be developed 
more rapidly. 

Amongst the things included in this release are
* Metadata API, allowing programmatic definition of persistence.
* Enhancer API, allowing enhancement of classes via API
* Query cancel/timeout support.
* Read objects lock control


This release is available from :-
http://db.apache.org/jdo/releases/release-2.3-ea.cgi

To make use of the API jar in a maven application, use the following
  <dependency>
    <groupId>javax.jdo</groupId>
    <artifactId>jdo2-api</artifactId>
    <version>2.3-ea</version>
  </dependency>
[when IBiblio has caught up]


Have fun!
-- 
Andy  (DataNucleus - http://www.datanucleus.org)