This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.
from b714dba use correct name for the db
new b484ee1 add missing delegate method for Java8 support
new 0d96457 add -ea to have all debug options uniform
new 80736f6 OPENJPA-2733 subquery parameters are incorrectly assigned
new 0e4ec5b OPENJPA-2733 fix param index.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/openjpa/kernel/QueryImpl.java | 4 +-
.../lib/jdbc/DelegatingPreparedStatement.java | 6 +-
.../org/apache/openjpa/lib/util/OrderedMap.java | 1 +
.../apache/openjpa/persistence/criteria/Order.java | 18 +--
.../persistence/criteria/TestSubqueries.java | 121 +++++++++++++++++++--
.../persistence/criteria/CriteriaBuilderImpl.java | 2 +-
.../persistence/criteria/CriteriaQueryImpl.java | 33 +++---
.../criteria/ParameterExpressionImpl.java | 41 ++++++-
.../openjpa/persistence/criteria/SubqueryImpl.java | 8 +-
openjpa-project/BUILDING.txt | 2 +-
10 files changed, 194 insertions(+), 42 deletions(-)