Conversation
|
This is a draft as it depends on snapshot version of OpenJPA |
| <groupId>org.apache.openjpa</groupId> | ||
| <artifactId>openjpa</artifactId> | ||
| <version>3.1.1</version> | ||
| <version>3.1.3-SNAPSHOT</version> |
There was a problem hiding this comment.
this can be seen a problematic for a release, but it is needed in order to see the test work.
if we want to cut a release we must revert back to 3.1.2 and comment parts of the test
I hope that with @rmannibucau 's help we could release OpenJPA 3.1.3 soon
herddb-thirdparty/openjpa-test/src/main/resources/META-INF/persistence.xml
Show resolved
Hide resolved
| supportsForeignKeys = false; | ||
| supportsUniqueConstraints = false; | ||
| supportsCascadeDeleteAction = false; | ||
| supportsDeferredConstraints = false; |
There was a problem hiding this comment.
this is the same change did on OpenJPA 3.1.3-SNAPSHOT on "official" HerdDB dictionary
|
For reference this is the bug on OpenJPA I will work on it this week |
6134cf1 to
ebf6348
Compare
|
We have to wait for OpenJPA 3.1.3 |
Follow up of #732