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 d3790f7 OPENJPA-2754 also move postgres config to dbcp2 maxTotal
new 6afab64 OPENJPA-2754 re-enable dbcp2 auto detection
new f7c8988 add missing port to postgresql config
new d25ed12 OPENJPA-2753 improve postgresql docker setup
The 3 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:
.../openjpa/jdbc/conf/JDBCConfiguration.java | 2 +-
.../openjpa/jdbc/conf/JDBCConfigurationImpl.java | 10 +-
.../openjpa/jdbc/schema/AutoDriverDataSource.java | 45 +++
.../openjpa/jdbc/schema/DBCPDriverDataSource.java | 308 +++++++++++++++++++++
.../openjpa/jdbc/schema/DataSourceFactory.java | 80 ++----
.../jdbc/schema/SimpleDriverDataSource.java | 18 +-
openjpa-project/BUILDING.txt | 2 +-
.../src/doc/manual/ref_guide_dbsetup.xml | 18 +-
pom.xml | 4 +-
9 files changed, 417 insertions(+), 70 deletions(-)
create mode 100644
openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/AutoDriverDataSource.java
create mode 100644
openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/DBCPDriverDataSource.java