This is an automated email from the ASF dual-hosted git repository.
solomax pushed a change to branch OPENJPA-2754-maxTotal
in repository https://gitbox.apache.org/repos/asf/openjpa.git.
from 2092625 BasicDataSource is being loaded in case jdbc.DriverDataSource
is set to 'dbcp'
add 8d41f3d OPENJPA-2753 fix testBatchLimit test for PostgreSQL
add 7bc0929 OPENJPA-2753 fix schema creation with PostgreSQL
add 60ccac0 OPENJPA-2753 postgres doesn't know BLOG
add db6f6b6 OPENJPA-2756 escape search strings for all Postgres versions
add 39bde81 OPENJPA-2757 upgrade to xbean-asm7 for Java7 support
add 7f4997b fix SCM and release-plugin sections for GIT
add 8c1f326 Merge remote-tracking branch 'origin/master' into
OPENJPA-2754-maxTotal
add 0282a7e Normal call is replaced with reflection
No new revisions were added by this update.
Summary of changes:
openjpa-features/src/main/feature/feature.xml | 2 +-
.../openjpa/jdbc/schema/DataSourceFactory.java | 39 +++++++++++-----------
.../openjpa/jdbc/sql/PostgresDictionary.java | 5 ++-
openjpa-kernel/pom.xml | 4 +--
.../org/apache/openjpa/enhance/AsmAdaptor.java | 10 +++---
.../batch/exception/TestBatchLimitException.java | 9 +++--
.../generationtype/TestMultipleSchemaNames.java | 7 ++--
.../schema/TestSchemaGenerationProperties.java | 24 +++++++++++--
.../schema/{create.sql => create-postgresql.sql} | 6 ++--
openjpa-project/assembly.xml | 2 +-
openjpa-project/bin-assembly.xml | 2 +-
pom.xml | 10 ++++--
12 files changed, 75 insertions(+), 45 deletions(-)
copy
openjpa-persistence-jdbc/src/test/resources/org/apache/openjpa/persistence/jdbc/schema/{create.sql
=> create-postgresql.sql} (84%)