You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by rm...@apache.org on 2021/05/28 08:30:10 UTC

[openjpa] branch master updated (ba985ac -> 722eb57)

This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.


    from ba985ac  [maven-release-plugin] prepare for next development iteration
     new 4894c17  OPENJPA-2875 make sure to avoid doing things when another persistence provider is specified.
     new 2771cce  Small fixes on the tests
     new 722eb57  Merge pull request #80 from jeanouii/OPENJPA-2875_filterJPAProvider

The 5214 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../TestPersistenceProviderFilteringTestCase.java  | 98 ++++++++++++++++++++++
 .../persistence/PersistenceProviderImpl.java       | 65 ++++++++++----
 2 files changed, 148 insertions(+), 15 deletions(-)
 create mode 100644 openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/TestPersistenceProviderFilteringTestCase.java