This is an automated email from the ASF dual-hosted git repository.
vlamp pushed a change to branch jpa-core-TAP5-2824
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from 428a60141 Separate tapestry-jpa-core from tapestry-jpa
add dc1e602f0 Port unit test - avoiding TestNG
No new revisions were added by this update.
Summary of changes:
.gitignore | 3 +-
tapestry-jpa-core/build.gradle | 2 +-
.../tapestry5/jpa/core/JpaTransactionAdvisor.java | 2 +-
.../jpa/core/JpaTransactionAdvisorImplSpec.groovy | 319 ++++++++++++
.../jpa/core/EntityManagerSourceImplTest.java | 16 +-
.../jpa/core/JpaTransactionAdvisorImplTest.java | 553 ---------------------
.../src/test/resources/single-persistence-unit.xml | 0
7 files changed, 332 insertions(+), 563 deletions(-)
create mode 100644
tapestry-jpa-core/src/test/groovy/org/apache/tapestry5/internal/jpa/core/JpaTransactionAdvisorImplSpec.groovy
delete mode 100644
tapestry-jpa-core/src/test/java/org/apache/tapestry5/internal/jpa/core/JpaTransactionAdvisorImplTest.java
copy {tapestry-jpa =>
tapestry-jpa-core}/src/test/resources/single-persistence-unit.xml (100%)