Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Keith2011-03-25 16:19:57 +0000
committerMike Keith2011-03-25 16:19:57 +0000
commitb11b59abb2e6d6ccdc5d8e86c66f2bd5f827b292 (patch)
treec64329e11a04624f30c3c4ad6c345e17e5221030
parent0de9cf5f7e12e549f8b8152dfae03cf66fd14e78 (diff)
downloadorg.eclipse.gemini.jpa-b11b59abb2e6d6ccdc5d8e86c66f2bd5f827b292.tar.gz
org.eclipse.gemini.jpa-b11b59abb2e6d6ccdc5d8e86c66f2bd5f827b292.tar.xz
org.eclipse.gemini.jpa-b11b59abb2e6d6ccdc5d8e86c66f2bd5f827b292.zip
git-svn-id: file:///svnroot/rt/org.eclipse.gemini.jpa/trunk@97 738bc060-e27f-0410-be59-ab60bd4d2b7a
-rw-r--r--doc/GettingStarted.txt3
-rw-r--r--doc/Readme.txt13
2 files changed, 4 insertions, 12 deletions
diff --git a/doc/GettingStarted.txt b/doc/GettingStarted.txt
index 37f2539..cd5f90b 100644
--- a/doc/GettingStarted.txt
+++ b/doc/GettingStarted.txt
@@ -38,8 +38,7 @@ The following EclipseLink bundles are required:
- org.eclipse.persistence.core
- org.eclipse.persistence.jpa
-These bundles must be version 2.2 or greater. If nightly or milestone builds are used then they must be
-dated Nov 12, 2010 or later.
+These bundles must be version 2.2 or greater.
Note: You do *NOT* need the org.eclipse.persistence.jpa.osgi bundle shipped with EclipseLink.
diff --git a/doc/Readme.txt b/doc/Readme.txt
index 25798ac..76380d0 100644
--- a/doc/Readme.txt
+++ b/doc/Readme.txt
@@ -1,16 +1,9 @@
-Gemini JPA Milestone M3 - Nov 18, 2010
+Gemini JPA 1.0.0 RC1 - Mar 25, 2011
-This milestone provides you with access to the EclipseLink JPA 2.0 provider. The EclipseLink 2.2
-or later bundles (or nightly builds/milestones after Nov 12, 2010) must be used.
+This milestone provides you with access to the EclipseLink JPA 2.0 provider. The
+EclipseLink 2.2 or later bundles must be used.
For an example of how to access an EntityManager from an OSGi program run the sample program.
To do this, install and start the bundles described in "Getting Started.txt" included in this
distribution. Additionally, install the org.eclipse.gemini.jpa.samples bundle.
-
-Bug fixes in M3:
-
-328072 GeminiOSGiInitializer constructor is missing call to super - can cause NPE
-328133 BundleProxyClassLoader.getResources() returns an Enumeration with a null element when called for non-existant resource
-329383 Update Gemini to allow EclipseLink provider to discover classes
-328568 Classloading problems for javax.persistence classes

Back to the top