Apache OpenJPA
Go to file
Maxim Solodovnik d874cbf6d3
[OPENJPA-2754] maxActive -> maxTotal (#24)
* [OPENJPA-2754] maxActive -> maxTotal

* commons-pool2 and commons-dbcp2 versions are updated, setMaxActive is deprecated with warn being logged

* DBCPDriverDataSource and AutoDriverDataSource are removed

* BasicDataSource is being loaded in case jdbc.DriverDataSource is set to 'dbcp'

* Normal call is replaced with reflection
2018-11-16 13:48:40 +07:00
openjpa replace tabs with spaces - no functional change! 2018-10-28 13:07:42 +01:00
openjpa-all [OPENJPA-2752] libraries are updated to most recent versions 2018-10-18 12:38:31 +07:00
openjpa-examples fix more broken tests due to lazy Id generation 2018-11-03 14:25:23 +01:00
openjpa-features OPENJPA-2757 upgrade to xbean-asm7 for Java7 support 2018-11-10 21:33:02 +01:00
openjpa-integration [OPENJPA-2754] maxActive -> maxTotal (#24) 2018-11-16 13:48:40 +07:00
openjpa-jdbc [OPENJPA-2754] maxActive -> maxTotal (#24) 2018-11-16 13:48:40 +07:00
openjpa-jest replace tabs with spaces - no functional change! 2018-10-28 13:07:42 +01:00
openjpa-kernel [OPENJPA-2754] maxActive -> maxTotal (#24) 2018-11-16 13:48:40 +07:00
openjpa-lib [OPENJPA-2752] libraries are updated to most recent versions 2018-10-18 12:38:31 +07:00
openjpa-persistence [OPENJPA-2752] libraries are updated to most recent versions 2018-10-18 12:38:31 +07:00
openjpa-persistence-jdbc [OPENJPA-2754] maxActive -> maxTotal (#24) 2018-11-16 13:48:40 +07:00
openjpa-persistence-locking [OPENJPA-2754] maxActive -> maxTotal (#24) 2018-11-16 13:48:40 +07:00
openjpa-project [OPENJPA-2754] maxActive -> maxTotal (#24) 2018-11-16 13:48:40 +07:00
openjpa-slice [OPENJPA-2754] maxActive -> maxTotal (#24) 2018-11-16 13:48:40 +07:00
openjpa-tools replace tabs with spaces - no functional change! 2018-10-28 13:07:42 +01:00
openjpa-xmlstore [OPENJPA-2752] libraries are updated to most recent versions 2018-10-18 12:38:31 +07:00
scripts [OPENJPA-2751] trailing white-spaces were removed 2018-10-02 12:32:32 +00:00
src/site [OPENJPA-2751] trailing white-spaces were removed 2018-10-02 12:32:32 +00:00
.gitignore add .idea to gitignore 2018-10-13 21:15:31 +02:00
LICENSE [OPENJPA-2751] trailing white-spaces were removed 2018-10-02 12:32:32 +00:00
NOTICE upgrade license year to - 2015 2015-04-03 19:38:01 +00:00
README.adoc move README to asciidoc 2018-10-15 22:32:54 +02:00
patchoj.py [OPENJPA-2751] trailing white-spaces were removed 2018-10-02 12:32:32 +00:00
pom.xml [OPENJPA-2754] maxActive -> maxTotal (#24) 2018-11-16 13:48:40 +07:00

README.adoc

= Apache OpenJPA - README

== Preface
Thank you for downloading this release of Apache OpenJPA.

Apache OpenJPA is an implementation of the Java Persistence API specification.


== License
The content of this repository is licensed under Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0

== Further Information

The following files can be found in the openjpa-project subdirectory:

* BUILDING.txt
* CHANGES.txt
* RELEASE-NOTES.html

For documentation and project information, please visit our project site:
    http://openjpa.apache.org/