You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2021/08/09 04:24:45 UTC

[aries-jpa] 01/01: Merge pull request #10 from apache/ARIES-2050

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jpa.git

commit d017bd7bb735626840a63d6b79db25e28ef82a46
Merge: c9056db 125a4ae
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Aug 9 06:24:37 2021 +0200

    Merge pull request #10 from apache/ARIES-2050
    
    [ARIES-2050] EMSupplier selectes better TX-related coordination to st…

 .../osgi.bnd                                       | 18 +++++
 .../jpa-container-blueprint-testbundle-dao/pom.xml | 86 ++++++++++++++++++++++
 .../container/itest/bundle/blueprint/CarDao.java   | 31 ++++++++
 .../itest/bundle/blueprint/NewTxTestService.java   | 27 +++++++
 .../itest/bundle/blueprint/TestService.java        | 25 +++++++
 .../itest/bundle/blueprint/dao/CarDaoImpl.java     | 45 +++++++++++
 .../blueprint/impl/NewTxTestServiceImpl.java       | 58 +++++++++++++++
 .../bundle/blueprint/impl/TestServiceImpl.java     | 72 ++++++++++++++++++
 .../main/resources/OSGI-INF/blueprint/config.xml   | 48 ++++++++++++
 itests/jpa-container-itest/pom.xml                 |  6 ++
 .../blueprint/aries/itest/BlueprintDaoTest.java    | 48 ++++++++++++
 .../apache/aries/jpa/itest/AbstractJPAItest.java   |  4 +
 itests/pom.xml                                     |  1 +
 .../aries/jpa/support/impl/EMSupplierImpl.java     | 10 +++
 14 files changed, 479 insertions(+)