[openjpa] branch master updated: OPENJPA-2809 adding openjpa-junit5 module

2020-03-17 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new ae9b2a9  OPENJPA-2809 adding openjpa-junit5 module
ae9b2a9 is described below

commit ae9b2a904bc5611257e2db888d3c61c7235be19f
Author: Romain Manni-Bucau 
AuthorDate: Tue Mar 17 17:17:19 2020 +0100

OPENJPA-2809 adding openjpa-junit5 module
---
 openjpa-examples/image-gallery/pom.xml |   2 -
 openjpa-examples/openbooks/pom.xml |   1 -
 openjpa-examples/pom.xml   |   3 +-
 openjpa-examples/simple/pom.xml|   1 -
 openjpa-features/src/main/feature/feature.xml  |   6 +-
 openjpa-integration/daytrader/pom.xml  |   2 -
 openjpa-integration/examples/pom.xml   |   3 -
 openjpa-integration/jmx/pom.xml|   2 -
 openjpa-integration/slf4j/pom.xml  |   2 -
 openjpa-integration/tck/pom.xml|   1 -
 openjpa-integration/validation/pom.xml |   1 -
 {openjpa-tools => openjpa-junit5}/pom.xml  |  54 ++--
 .../org/apache/openjpa/junit5/OpenJPASupport.java  |  57 
 .../openjpa/junit5/internal/OpenJPAExtension.java  | 346 +
 .../java/org/apache/openjpa/junit5/MyEntity.java   |  28 ++
 .../apache/openjpa/junit5/OpenJPASupportTest.java  |  32 ++
 openjpa-kernel/pom.xml |   2 +-
 openjpa-project/checkstyle.xml |  20 +-
 openjpa-tools/openjpa-fetch-statistics-was/pom.xml |   1 -
 openjpa-tools/openjpa-fetch-statistics/pom.xml |   1 -
 openjpa-tools/openjpa-maven-plugin/pom.xml |   1 -
 openjpa-tools/pom.xml  |   4 -
 pom.xml|  41 ++-
 23 files changed, 543 insertions(+), 68 deletions(-)

diff --git a/openjpa-examples/image-gallery/pom.xml 
b/openjpa-examples/image-gallery/pom.xml
index bff6ae3..8bfc302 100644
--- a/openjpa-examples/image-gallery/pom.xml
+++ b/openjpa-examples/image-gallery/pom.xml
@@ -38,8 +38,6 @@
   Apache OpenJPA Examples - image-gallery
 
   
-
${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml
-
${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml
 256m
 1024m
 -Xmx${test.jvm.maxheapsize}
diff --git a/openjpa-examples/openbooks/pom.xml 
b/openjpa-examples/openbooks/pom.xml
index b33c758..2a00c1e 100644
--- a/openjpa-examples/openbooks/pom.xml
+++ b/openjpa-examples/openbooks/pom.xml
@@ -40,7 +40,6 @@
 Apache OpenJPA Examples - OpenBooks
 
 
-
${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml
 
${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml
 
org.apache.openjpa.examples.openbooks
 
diff --git a/openjpa-examples/pom.xml b/openjpa-examples/pom.xml
index 96ed800..b7d5289 100644
--- a/openjpa-examples/pom.xml
+++ b/openjpa-examples/pom.xml
@@ -39,8 +39,7 @@
 
 
 DefaultLevel=WARN
-
${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml
-
${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml
+
${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml
 
 
 
diff --git a/openjpa-examples/simple/pom.xml b/openjpa-examples/simple/pom.xml
index 7e9c7df..661d26a 100644
--- a/openjpa-examples/simple/pom.xml
+++ b/openjpa-examples/simple/pom.xml
@@ -47,7 +47,6 @@
 
 
 
-
${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml
 
${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml
 
org.apache.openjpa.examples.simple
 
diff --git a/openjpa-features/src/main/feature/feature.xml 
b/openjpa-features/src/main/feature/feature.xml
index 4737feb..63b39c0 100644
--- a/openjpa-features/src/main/feature/feature.xml
+++ b/openjpa-features/src/main/feature/feature.xml
@@ -25,10 +25,10 @@
 mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1
 mvn:org.apache.geronimo.specs/geronimo-el_1.0_spec/1.0.1
 mvn:org.apache.commons/commons-pool2/2.6.0
-mvn:org.apache.commons/commons-dbcp2/2.6.0
-mvn:org.apache.commons/commons-collections4/4.3
+mvn:org.apache.commons/commons-dbcp2/2.7.0
+mvn:org.apache.commons/commons-collections4/4.4
 

Build failed in Jenkins: OpenJPA-Trunk-Deploy #90

2020-03-17 Thread Apache Jenkins Server
See 


Changes:

[rmannibucau] OPENJPA-2809 adding openjpa-junit5 module


--
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu) in workspace 

No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/openjpa.git 
 > # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/openjpa.git
 > git --version # timeout=10
 > git fetch --tags --progress -- 
 > https://gitbox.apache.org/repos/asf/openjpa.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ae9b2a904bc5611257e2db888d3c61c7235be19f 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae9b2a904bc5611257e2db888d3c61c7235be19f
Commit message: "OPENJPA-2809 adding openjpa-junit5 module"
 > git rev-list --no-walk 44c4d8dc0203664a1d178b395174e4347fa9faaf # timeout=10
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
ERROR: No tool found matching MAVEN_3_0_4_HOME
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_5_4_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4
[OpenJPA-Trunk-Deploy] $ /bin/bash -xe /tmp/jenkins6018109240900044287.sh
+ export ANT_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
+ ANT_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
+ export JAVA_HOME=/home/jenkins/tools/java/latest1.8
+ JAVA_HOME=/home/jenkins/tools/java/latest1.8
+ export M2_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4
+ M2_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4
+ export 
PATH=/home/jenkins/tools/ant/apache-ant-1.9.7/bin:/home/jenkins/tools/java/latest1.8/bin:/home/jenkins/tools/maven/apache-maven-3.5.4/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ 
PATH=/home/jenkins/tools/ant/apache-ant-1.9.7/bin:/home/jenkins/tools/java/latest1.8/bin:/home/jenkins/tools/maven/apache-maven-3.5.4/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ mvn clean deploy -DskipTests
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for 
org.apache.openjpa:openjpa-junit5:[unknown-version]: Could not find artifact 
org.apache.openjpa:openjpa-parent:pom:3.0.1-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 24, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.openjpa:openjpa-junit5:[unknown-version] 
(
 has 1 error
[ERROR] Non-resolvable parent POM for 
org.apache.openjpa:openjpa-junit5:[unknown-version]: Could not find artifact 
org.apache.openjpa:openjpa-parent:pom:3.0.1-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 24, column 13 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Execute shell' marked build as failure
Archiving artifacts
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
ERROR: No tool found matching MAVEN_3_0_4_HOME
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_5_4_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
ERROR: No tool found matching MAVEN_3_0_4_HOME
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_5_4_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4


Build failed in Jenkins: OpenJPA-trunk #101

2020-03-17 Thread Apache Jenkins Server
See 


Changes:

[rmannibucau] OPENJPA-2809 adding openjpa-junit5 module


--
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu) in workspace 

No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/openjpa.git
 > git init  # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/openjpa.git
 > git --version # timeout=10
 > git fetch --tags --progress -- 
 > https://gitbox.apache.org/repos/asf/openjpa.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/openjpa.git 
 > # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/openjpa.git 
 > # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/openjpa.git
 > git fetch --tags --progress -- 
 > https://gitbox.apache.org/repos/asf/openjpa.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ae9b2a904bc5611257e2db888d3c61c7235be19f 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae9b2a904bc5611257e2db888d3c61c7235be19f
Commit message: "OPENJPA-2809 adding openjpa-junit5 module"
 > git rev-list --no-walk 44c4d8dc0203664a1d178b395174e4347fa9faaf # timeout=10
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_3_9_HOME=/home/jenkins/tools/maven/apache-maven-3.3.9
ERROR: No tool found matching MAVEN_3_3_3_HOME
Setting MAVEN_3_5_4_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4
[OpenJPA-trunk] $ /bin/bash -xe /tmp/jenkins826983993596807688.sh
+ export ANT_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
+ ANT_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
+ export JAVA_HOME=/home/jenkins/tools/java/latest1.8
+ JAVA_HOME=/home/jenkins/tools/java/latest1.8
+ export M2_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4
+ M2_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4
+ export 
PATH=/home/jenkins/tools/ant/apache-ant-1.9.7/bin:/home/jenkins/tools/java/latest1.8/bin:/home/jenkins/tools/maven/apache-maven-3.5.4/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ 
PATH=/home/jenkins/tools/ant/apache-ant-1.9.7/bin:/home/jenkins/tools/java/latest1.8/bin:/home/jenkins/tools/maven/apache-maven-3.5.4/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for 
org.apache.openjpa:openjpa-junit5:[unknown-version]: Could not find artifact 
org.apache.openjpa:openjpa-parent:pom:3.0.1-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 24, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.openjpa:openjpa-junit5:[unknown-version] 
( has 1 
error
[ERROR] Non-resolvable parent POM for 
org.apache.openjpa:openjpa-junit5:[unknown-version]: Could not find artifact 
org.apache.openjpa:openjpa-parent:pom:3.0.1-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 24, column 13 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Execute shell' marked build as failure
Archiving artifacts
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_3_9_HOME=/home/jenkins/tools/maven/apache-maven-3.3.9
ERROR: No tool found matching MAVEN_3_3_3_HOME
Setting MAVEN_3_5_4_HOME=/home/jenkins/tools/maven/apache-maven-3.5.4
Recording test results
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_3_9_HOME=/home/jenkins/tools/maven/apache-maven-3.3.9
ERROR: No tool found matching MAVEN_3_3_3_HOME