mirror of
https://github.com/apache/openjpa.git
synced 2025-02-06 10:09:30 +00:00
Kevin W. Sutter
d826caf711
OPENJPA-119. Needed to allow the EM.clear operation to perform without doing an implicit flush. Introduced a new boolean
parameter to indicate whether a flush is desired or not. This allows both the new (correct) behaviour for JPA as well as the old behaviour for other persistence personalities (JDO, etc). I also introduced a new testcase for this scenario, and updated a couple of other tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@502751 13f79535-47bb-0310-9956-ffa450edef68
Changed docbook build mechanism to no longer manually download the docbook files from sourgeforge.net, and instead have the docbook files be a maven dependency, and access the dependency directly. This is mainly because they removed the old file from http://docbook.sourceforge.net/release/xsl that we were relying on, but has the side-benefit of removing one network-sensitive component from the release build probless. Unfortunately, this also means that we need to downgrade from version 1.69.1 to 1.67.2 of the docbook stylesheets (since the Maven repository doesn't yet have the newer versions), but that doesn't appear to have any visible effects.
The Open JPA podling of the Apache incubator
Languages
Java
99.2%
HTML
0.4%
JavaScript
0.2%