Apache OpenJPA
Go to file
Mark Struberg f7a4445e68 OPENJPA-2753 downgade to 5.1.x MySQL jdbc driver
mysql-jdbc-8.0.13 has a nasty bug in handling DATE columns.
from 1978-04-26-00:00:00+1 the JDBC driver adopts to the server TZ (GMT)
-> 1978-04-25-23:00:00GMT
then cuts off the hour
-> 1978-04-25 and stores this in the DB

When reading back we get:
1978-04-25 expanded to 1978-04-25-00:00:00GMT
-> adopted to locale timezone: 1978-04-25-01:00:00CET
which is then on the wrong day :(
2018-11-02 13:42:25 +01: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 OPENJPA-2775 OPENJPA-2555 fraction of seconds in MySQL 2018-10-31 20:51:31 +01:00
openjpa-features replace tabs with spaces - no functional change! 2018-10-28 13:07:42 +01:00
openjpa-integration [OPENJPA-2752] libraries are updated to most recent versions 2018-10-18 12:38:31 +07:00
openjpa-jdbc OPENJPA-2755 OPENJPA-2555 support fractions of a second 2018-11-01 21:06:41 +01:00
openjpa-jest replace tabs with spaces - no functional change! 2018-10-28 13:07:42 +01:00
openjpa-kernel [OPENJPA-2752] libraries are updated to most recent versions 2018-10-18 12:38:31 +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-2567 @Lob on String results in TEXT not BLOB 2018-11-02 10:38:53 +01:00
openjpa-persistence-locking OPENJPA-2753 deduplicate database configurations 2018-10-23 10:33:25 +02:00
openjpa-project [OPENJPA-2752] libraries are updated to most recent versions 2018-10-18 12:38:31 +07:00
openjpa-slice OPENJPA-2775 OPENJPA-2555 fraction of seconds in MySQL 2018-10-31 20:51:31 +01: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-2753 downgade to 5.1.x MySQL jdbc driver 2018-11-02 13:42:25 +01: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/