Author: dwoods
Date: Sat Apr 10 11:58:49 2010
New Revision: 932706
URL: http://svn.apache.org/viewvc?rev=932706&view=rev
Log:
release notes and changes udpates based on feedback from Kevin and Pinaki.
Modified:
openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/CHANGES.txt?rev=932706&r1=932705&r2=932706&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.0.x/openjpa-project/CHANGES.txt Sat Apr 10 11:58:49 2010
@@ -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
Modified: openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html?rev=932706&r1=932705&r2=932706&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html Sat Apr 10
11:58:49 2010
@@ -110,9 +110,6 @@
persistence unit
</li>
<li>
- Currently limited to persistent state and relationships
- </li>
- <li>
Used with Criteria API to generate and execute type safe queries
</li>
<li>
@@ -142,6 +139,11 @@
Properties, LockModeType, and Detach
</li>
<li>
+ 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
+</li>
+<li>
And many more...
</li>
</ul>
@@ -151,14 +153,13 @@
development iterations for 2.0, as defined in the JPA 2.0 Roadmap at:
<a
href="http://openjpa.apache.org/jpa-20-roadmap.html">http://openjpa.apache.org/jpa-20-roadmap.html</a></p>
-<p>The JPA 2.0 Roadmap contains a complete list of implemented features and
-feature summaries, including what is on deck for future iterations.</p>
-
<p>Additional information on the OpenJPA project may be found at the project
web site: <a href="http://openjpa.apache.org">http://openjpa.apache.org</a></p>
<h2><a name="Prerequisites"></a>Prerequisites</h2>
<P>In normal usage, OpenJPA requires Java 5 or higher and a relational
-database of some sort.</p>
+database of some sort. The metamodel generation and annotation processing
+features require Java SE 6 or higher.
+</p>
<h2><a name="Documentation"></a>Documentation</h2>
<p>If you have questions about OpenJPA, a good source of information is the