-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Support ignoring an existing persistence.xml file #6805
Labels
Milestone
Comments
Perhaps it helps when it comes to priorization: it's not "just" a legacy topic - I have to use a library with JPA based logic which is also used in an EE application. |
tisoft
added a commit
to tisoft/quarkus
that referenced
this issue
Jun 16, 2020
tisoft
added a commit
to tisoft/quarkus
that referenced
this issue
Jun 16, 2020
tisoft
added a commit
to tisoft/quarkus
that referenced
this issue
Jun 16, 2020
tisoft
added a commit
to tisoft/quarkus
that referenced
this issue
Jun 16, 2020
tisoft
added a commit
to tisoft/quarkus
that referenced
this issue
Jun 19, 2020
tisoft
added a commit
to tisoft/quarkus
that referenced
this issue
Jun 19, 2020
johnaohara
pushed a commit
to johnaohara/quarkus
that referenced
this issue
Jun 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It should be possible to skip an existing persistence.xml file, that is contained in a JAR file dependency.
My use case for this is, that I need to import a legacy jar, that unfortunately contains a persistence.xml with unsupported entries. Fortunately I only need the classes from this jar, not the persistence configuration, so ignoring it would help me.
Implementation ideas
I see the following possibilities for this:
The text was updated successfully, but these errors were encountered: