Apache OpenJPA
Go to file
Patrick Linskey 46720b6f02 OPENJPA-592. Oops, reverting earlier commit. I got my issue numbers mixed up.
If MySQL doesn't have a concept of a schema, I do not believe that we should necessarily try to emulate schemas.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.1.x@655587 13f79535-47bb-0310-9956-ffa450edef68
2008-05-12 18:21:28 +00:00
openjpa-all OPENJPA-544. Get rid of JDK1.4 support, fold the jdk1.5 modules into their siblings, get rid of some ugly reflection that was there for 1.5 support, and move to the java.util.concurrent collections classes. This includes a wrapper around ConcurrentHashMap that allows nulls, since the old OpenJPA concurrent map allowed nulls and we rely on that behavior. The implication is that putIfAbsent() and some of the other special JDK1.5 methods don't obey the same contracts as in the java.util.concurrent package. 2008-03-25 03:37:56 +00:00
openjpa-examples OPENJPA345 The last patch had the side effect that the artifact zip doesn't contain most of the required dependency jars (e.g., commons-lang), since the transitive dependencies are not followed to pick up these jars. Resolved this by explicitly listing the required jars in the openjpa-all dependencies. Also moved most of the dependency version numbers into the parent pom.xml dependencyManagement section to ensure that all dependency versions are the same. 2007-10-03 09:10:54 +00:00
openjpa-integration Removed passing along "test" parameter to TCK script, since it seems to cause problems when it is unset. 2007-10-16 00:39:09 +00:00
openjpa-jdbc OPENJPA-592. Oops, reverting earlier commit. I got my issue numbers mixed up. 2008-05-12 18:21:28 +00:00
openjpa-kernel OPENJPA-231. Committing on behalf of Qin Feng. 2008-05-11 18:39:57 +00:00
openjpa-lib Simplify algorithm in NullSafeConcurrentHashMap; change SizedConcurrentHashMap's algorithms to remove overflow before putting new records into cache instead of after to avoid removing the very instances that were put. 2008-05-02 22:21:51 +00:00
openjpa-persistence OPENJPA-522. TestFetchPlanStacks failed on my Mac but passed on the Linux build machine; it seemed to have something to do with FetchConfiguration equality / hashCode implementation. Changed to IdentityHashMap to avoid the issue altogether. 2008-04-28 00:56:50 +00:00
openjpa-persistence-jdbc OPENJPA-130. Committing on behalf of Ignacio Andreu. 2008-05-12 17:59:27 +00:00
openjpa-project OPENJPA-130. Committing on behalf of Ignacio Andreu. 2008-05-12 17:59:27 +00:00
openjpa-slice OPENJPA-515 Remove XA transaction across slices + test configuration for Derby + activate tests 2008-02-16 22:03:25 +00:00
openjpa-xmlstore OPENJPA-544. Get rid of JDK1.4 support, fold the jdk1.5 modules into their siblings, get rid of some ugly reflection that was there for 1.5 support, and move to the java.util.concurrent collections classes. This includes a wrapper around ConcurrentHashMap that allows nulls, since the old OpenJPA concurrent map allowed nulls and we rely on that behavior. The implication is that putIfAbsent() and some of the other special JDK1.5 methods don't obey the same contracts as in the java.util.concurrent package. 2008-03-25 03:37:56 +00:00
src/site updated build site to include more timestamp information; removed some documentation-related stuff from pom files 2007-08-31 21:28:04 +00:00
README.txt updated README 2007-07-19 00:43:08 +00:00
pom.xml OPENJPA-544. Maybe this is a Windows-ism, or an IBM JDK-ism, but I still need the explicit <version>2.4</version> element for the surefire plugin... 2008-03-25 16:22:35 +00:00

README.txt

Apache OpenJPA Project
======================

For useful information, navigate to http://openjpa.apache.org