From 32a6052ac7829b96df11c19f2c5a77aabec8e2cc Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Sat, 10 Apr 2010 11:58:49 +0000 Subject: [PATCH] release notes and changes udpates based on feedback from Kevin and Pinaki. git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@932706 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/CHANGES.txt | 10 +++++----- openjpa-project/RELEASE-NOTES.html | 15 ++++++++------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index 6cbfef6d0..3545ea797 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -58,7 +58,6 @@ Overview * Metamodel API - ** Provides API to dynamically retrieve metamodel information for a persistence unit - ** Currently limited to persistent state and relationships ** Used with Criteria API to generate and execute type safe queries ** Supports dynamic or static generation of the metamodel * Criteria API - @@ -70,15 +69,15 @@ Overview and Metamodel APIs * EntityManager API - updated for new Query and Query Result APIs, Hints, Properties, LockModeType, and Detach + * OSGi - support for the Persistence Unit Service Specification 1.0 in + the OSGi Service Platform Release 4 Enterprise Version 4.2 specifications + has been provided by integration with the Apache Aries JPA module * And many more... This distribution is based upon the contributions provided in all of the development iterations for 2.0, as defined in the JPA 2.0 Roadmap: http://openjpa.apache.org/jpa-20-roadmap.html - The JPA 2.0 Roadmap contains a complete list of implemented features and - feature summaries, including what is on deck for future iterations. - Additional information on the OpenJPA project may be found at the project web site: http://openjpa.apache.org @@ -128,7 +127,8 @@ Notices Prerequisites ------------- In normal usage, OpenJPA requires Java SE 5 or higher and a relational - database of some sort. + database of some sort. The metamodel generation and annotation processing + features require Java SE 6 or higher. Documentation diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index 435ddb395..bf740023f 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -109,9 +109,6 @@ Provides API to dynamically retrieve metamodel information for a persistence unit -
  • - Currently limited to persistent state and relationships -
  • Used with Criteria API to generate and execute type safe queries
  • @@ -141,6 +138,11 @@ EntityManager API - updated for new Query and Query Result APIs, Hints, Properties, LockModeType, and Detach +
  • + OSGi - support for the Persistence Unit Service Specification 1.0 in + the OSGi Service Platform Release 4 Enterprise Version 4.2 specifications + has been provided by integration with the Apache Aries JPA module +
  • And many more...
  • @@ -151,14 +153,13 @@ development iterations for 2.0, as defined in the JPA 2.0 Roadmap at: http://openjpa.apache.org/jpa-20-roadmap.html

    -

    The JPA 2.0 Roadmap contains a complete list of implemented features and -feature summaries, including what is on deck for future iterations.

    -

    Additional information on the OpenJPA project may be found at the project web site: http://openjpa.apache.org

    Prerequisites

    In normal usage, OpenJPA requires Java 5 or higher and a relational -database of some sort.

    +database of some sort. The metamodel generation and annotation processing +features require Java SE 6 or higher. +

    Documentation

    If you have questions about OpenJPA, a good source of information is the