-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ForeignExample for OpenJPA #728
base: master
Are you sure you want to change the base?
Conversation
This is a draft as it depends on snapshot version of OpenJPA |
@@ -41,7 +41,7 @@ | |||
<dependency> | |||
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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