Apache OpenJPA
Go to file
Patrick Linskey 4ab190fee2 OPENJPA-559. Ported Mike's fix to 1.1.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.1.x@657918 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 18:52:02 +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-597. Committing on behalf of Sandeep Srivastava. 2008-05-12 18:58:00 +00:00
openjpa-kernel OPENJPA-559. Ported Mike's fix to 1.1.x. 2008-05-19 18:52:02 +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 Bugfix for multiple insert,delete,query cycles of the same id in the same 2008-05-15 19:18:27 +00:00
openjpa-project merged changes from 1.1.0 release assembly process to 1.1.x branch 2008-05-19 18:29:42 +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 merged changes from 1.1.0 release assembly process to 1.1.x branch 2008-05-19 18:29:42 +00:00

README.txt

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

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