buildbot success in on tomee-trunk-ubuntu-jvm8

2019-09-22 Thread buildbot
The Buildbot has detected a restored build on builder tomee-trunk-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8/builds/1205

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] 66230480e1858fed3174c25fa33de58ee93872fe
Blamelist: Jean-Louis Monteiro 

Build succeeded!

Sincerely,
 -The Buildbot





[tomee] 01/01: move APIs and TCK to the last version for MicroProfile 3.0

2019-09-22 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch TOMEE-2689_MicroProfile3.0
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 83812d23512b2ab269435d21962f14202f281912
Author: Jean-Louis Monteiro 
AuthorDate: Sun Sep 22 16:54:20 2019 -0700

move APIs and TCK to the last version for MicroProfile 3.0
---
 pom.xml   | 15 +++
 .../tck/metrics/MicroProfileMetricsTCKObserver.java   |  3 +--
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a72f18..03e1aa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,23 +211,22 @@
 2.1.0
 
 
-2.0
+3.0
 1.3
 1.2.1
 1.1.1
 
${project.version}
-
-
1.1.4
+
2.0.1
 
1.2.1
-1.0
+2.1
 1.0.1
-1.1.1
+2.1.0
 
1.0.2
-1.2.1
+1.3.3
 
${cxf.version}
-1.0.1
+1.1.2
 
1.0.6
-1.1
+1.3.1
 
1.0.0
 0.31.0
 
diff --git 
a/tck/microprofile-tck/metrics/src/test/java/org/apache/tomee/microprofile/tck/metrics/MicroProfileMetricsTCKObserver.java
 
b/tck/microprofile-tck/metrics/src/test/java/org/apache/tomee/microprofile/tck/metrics/MicroProfileMetricsTCKObserver.java
index 399b702..71c57c8 100644
--- 
a/tck/microprofile-tck/metrics/src/test/java/org/apache/tomee/microprofile/tck/metrics/MicroProfileMetricsTCKObserver.java
+++ 
b/tck/microprofile-tck/metrics/src/test/java/org/apache/tomee/microprofile/tck/metrics/MicroProfileMetricsTCKObserver.java
@@ -16,8 +16,7 @@
  */
 package org.apache.tomee.microprofile.tck.metrics;
 
-import com.jayway.restassured.RestAssured;
-import org.apache.openejb.arquillian.common.TomEEContainer;
+import io.restassured.RestAssured;
 import org.jboss.arquillian.container.spi.event.container.AfterDeploy;
 import org.jboss.arquillian.core.api.annotation.Observes;
 



buildbot failure in on tomee-trunk-ubuntu-jvm8

2019-09-22 Thread buildbot
The Buildbot has detected a new failure on builder tomee-trunk-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8/builds/1204

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] 36fce57849c962612d0552078fc39faf1a963e67
Blamelist: Jean-Louis Monteiro 

BUILD FAILED: failed test

Sincerely,
 -The Buildbot





[jira] [Created] (TOMEE-2689) MicroProfile 3.0

2019-09-22 Thread Jean-Louis MONTEIRO (Jira)
Jean-Louis MONTEIRO created TOMEE-2689:
--

 Summary: MicroProfile 3.0
 Key: TOMEE-2689
 URL: https://issues.apache.org/jira/browse/TOMEE-2689
 Project: TomEE
  Issue Type: New Feature
Reporter: Jean-Louis MONTEIRO


This is an holder to support/implement MicroProfile 3.0

All required tasks are going to be created as subtasks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (TOMEE-2688) MicroProfile GraphQL implementation

2019-09-22 Thread Jean-Louis MONTEIRO (Jira)
Jean-Louis MONTEIRO created TOMEE-2688:
--

 Summary: MicroProfile GraphQL implementation
 Key: TOMEE-2688
 URL: https://issues.apache.org/jira/browse/TOMEE-2688
 Project: TomEE
  Issue Type: New Feature
Reporter: Jean-Louis MONTEIRO


Create a graphql implementation for MicroProfile



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[tomee] branch master updated (36fce57 -> 6623048)

2019-09-22 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

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


from 36fce57  TOMEE-2686 add bval TCK Signature Test
 new d6ef2a1  TOMEE-2687 add CDI TCK Signature Test
 new 6623048  Make sure to use the same API version

The 2 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:
 examples/connector-ear/connector-sample-api/pom.xml |  2 +-
 .../connector-sample-functional-tests/pom.xml   |  2 +-
 .../connector-ear/connector-sample-impl/pom.xml |  2 +-
 examples/connector-ear/connector-sample-war/pom.xml |  2 +-
 examples/connector-ear/pom.xml  |  4 ++--
 examples/connector-war/pom.xml  |  4 ++--
 examples/mp-config-source-database/pom.xml  |  2 +-
 examples/mp-faulttolerance-fallback/pom.xml |  2 +-
 tck/{cdi-standalone => cdi-signature-test}/pom.xml  | 21 -
 tck/cdi-tomee/pom.xml   |  1 -
 tck/pom.xml |  2 +-
 11 files changed, 23 insertions(+), 21 deletions(-)
 rename tck/{cdi-standalone => cdi-signature-test}/pom.xml (86%)



[jira] [Resolved] (TOMEE-2687) CDI TCK Signature Test

2019-09-22 Thread Jean-Louis MONTEIRO (Jira)


 [ 
https://issues.apache.org/jira/browse/TOMEE-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis MONTEIRO resolved TOMEE-2687.

Resolution: Fixed

> CDI TCK Signature Test
> --
>
> Key: TOMEE-2687
> URL: https://issues.apache.org/jira/browse/TOMEE-2687
> Project: TomEE
>  Issue Type: Task
>Reporter: Jean-Louis MONTEIRO
>Assignee: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 8.0.1
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[tomee] 01/02: TOMEE-2687 add CDI TCK Signature Test

2019-09-22 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

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

commit d6ef2a14ce21abe19fc9e00038b682b0ddc17758
Author: Jean-Louis Monteiro 
AuthorDate: Sun Sep 22 14:00:44 2019 -0700

TOMEE-2687 add CDI TCK Signature Test
---
 tck/{cdi-standalone => cdi-signature-test}/pom.xml | 21 -
 tck/pom.xml|  2 +-
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/tck/cdi-standalone/pom.xml b/tck/cdi-signature-test/pom.xml
similarity index 86%
rename from tck/cdi-standalone/pom.xml
rename to tck/cdi-signature-test/pom.xml
index e3c6fdc..0463179 100644
--- a/tck/cdi-standalone/pom.xml
+++ b/tck/cdi-signature-test/pom.xml
@@ -23,8 +23,8 @@
   
 
   4.0.0
-  cdi-standalone
-  TomEE :: TCK :: CDI Standalone
+  cdi-signature-test
+  TomEE :: TCK :: CDI TCK Signature Tests
 
   
 
@@ -76,13 +76,14 @@
 
   
 
+
   
 org.apache.maven.plugins
 maven-dependency-plugin
 3.0.0
 
   
-copy-tck-api-signature-file
+copy-tck-cdi-api-signature-file
 generate-test-sources
 
   unpack
@@ -94,13 +95,17 @@
   cdi-tck-impl
   ${cdi-tck.version}
   jar
-  false
+  true
 
   
+  
+  **/*.sig
+  
${project.build.directory}/api-signature
 
   
 
   
+
   
 org.netbeans.tools
 sigtest-maven-plugin
@@ -113,13 +118,11 @@
   
 
 
-  
javax.validation,javax.validation.bootstrap,javax.validation.constraints,
-
javax.validation.constraintvalidation,javax.validation.executable,javax.validation.groups,
-
javax.validation.metadata,javax.validation.spi,javax.validation.valueextraction
-  
-  
${project.build.directory}/api-signature/validation-api-java8.sig
+  javax.inject,javax.decorator
+  
${project.build.directory}/api-signature/cdi-api-jdk7.sig
 
   
+
 
   
 
diff --git a/tck/pom.xml b/tck/pom.xml
index e8fb9eb..c515c14 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -38,7 +38,7 @@
 tck-common
 cdi-embedded
 cdi-tomee
-
+cdi-signature-test
 bval-embedded
 bval-tomee
 bval-signature-test



[tomee] 02/02: Make sure to use the same API version

2019-09-22 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

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

commit 66230480e1858fed3174c25fa33de58ee93872fe
Author: Jean-Louis Monteiro 
AuthorDate: Sun Sep 22 14:01:00 2019 -0700

Make sure to use the same API version
---
 examples/connector-ear/connector-sample-api/pom.xml  | 2 +-
 examples/connector-ear/connector-sample-functional-tests/pom.xml | 2 +-
 examples/connector-ear/connector-sample-impl/pom.xml | 2 +-
 examples/connector-ear/connector-sample-war/pom.xml  | 2 +-
 examples/connector-ear/pom.xml   | 4 ++--
 examples/connector-war/pom.xml   | 4 ++--
 examples/mp-config-source-database/pom.xml   | 2 +-
 examples/mp-faulttolerance-fallback/pom.xml  | 2 +-
 tck/cdi-tomee/pom.xml| 1 -
 9 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/examples/connector-ear/connector-sample-api/pom.xml 
b/examples/connector-ear/connector-sample-api/pom.xml
index abbf0a6..6003cd2 100644
--- a/examples/connector-ear/connector-sample-api/pom.xml
+++ b/examples/connector-ear/connector-sample-api/pom.xml
@@ -35,7 +35,7 @@
 
   
 
-  org.apache.openejb
+  org.apache.tomee
   javaee-api
   provided
 
diff --git a/examples/connector-ear/connector-sample-functional-tests/pom.xml 
b/examples/connector-ear/connector-sample-functional-tests/pom.xml
index 8dad01a..a9500ef 100644
--- a/examples/connector-ear/connector-sample-functional-tests/pom.xml
+++ b/examples/connector-ear/connector-sample-functional-tests/pom.xml
@@ -57,7 +57,7 @@
   
   
 
-  org.apache.openejb
+  org.apache.tomee
   javaee-api
   provided
 
diff --git a/examples/connector-ear/connector-sample-impl/pom.xml 
b/examples/connector-ear/connector-sample-impl/pom.xml
index cfaa240..b1a4959 100644
--- a/examples/connector-ear/connector-sample-impl/pom.xml
+++ b/examples/connector-ear/connector-sample-impl/pom.xml
@@ -40,7 +40,7 @@
   test
 
 
-  org.apache.openejb
+  org.apache.tomee
   javaee-api
   provided
 
diff --git a/examples/connector-ear/connector-sample-war/pom.xml 
b/examples/connector-ear/connector-sample-war/pom.xml
index f7ad970..9f81e92 100644
--- a/examples/connector-ear/connector-sample-war/pom.xml
+++ b/examples/connector-ear/connector-sample-war/pom.xml
@@ -47,7 +47,7 @@
   test
 
 
-  org.apache.openejb
+  org.apache.tomee
   javaee-api
   provided
 
diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml
index 413b6c2..44fefbf 100644
--- a/examples/connector-ear/pom.xml
+++ b/examples/connector-ear/pom.xml
@@ -47,9 +47,9 @@
 test
   
   
-org.apache.openejb
+org.apache.tomee
 javaee-api
-6.0-6
+8.0-2
 provided
   
 
diff --git a/examples/connector-war/pom.xml b/examples/connector-war/pom.xml
index a3f3036..db91ae9 100644
--- a/examples/connector-war/pom.xml
+++ b/examples/connector-war/pom.xml
@@ -100,9 +100,9 @@
   
   
 
-  org.apache.openejb
+  org.apache.tomee
   javaee-api
-  6.0-6
+  8.0-2
   provided
 
 
diff --git a/examples/mp-config-source-database/pom.xml 
b/examples/mp-config-source-database/pom.xml
index 82e36b3..0a19bcc 100644
--- a/examples/mp-config-source-database/pom.xml
+++ b/examples/mp-config-source-database/pom.xml
@@ -26,7 +26,7 @@
   MicroProfile :: Examples :: Config Source Database
 
   
-8.0
+8.0-2
 2.0.1
 1.1.13.Final
 8.0.1-SNAPSHOT
diff --git a/examples/mp-faulttolerance-fallback/pom.xml 
b/examples/mp-faulttolerance-fallback/pom.xml
index 3302ae2..f862fc5 100644
--- a/examples/mp-faulttolerance-fallback/pom.xml
+++ b/examples/mp-faulttolerance-fallback/pom.xml
@@ -27,7 +27,7 @@
 
1.4.0.Final
 3.7.0
 3.1.0
-8.0
+8.0-2
 4.12
 1.8
 1.8
diff --git a/tck/cdi-tomee/pom.xml b/tck/cdi-tomee/pom.xml
index 248ed9c..ee324e3 100644
--- a/tck/cdi-tomee/pom.xml
+++ b/tck/cdi-tomee/pom.xml
@@ -32,7 +32,6 @@
 
   
 passing
-${cdi.tck.20.version}
 
   
 



[jira] [Work started] (TOMEE-2687) CDI TCK Signature Test

2019-09-22 Thread Jean-Louis MONTEIRO (Jira)


 [ 
https://issues.apache.org/jira/browse/TOMEE-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on TOMEE-2687 started by Jean-Louis MONTEIRO.
--
> CDI TCK Signature Test
> --
>
> Key: TOMEE-2687
> URL: https://issues.apache.org/jira/browse/TOMEE-2687
> Project: TomEE
>  Issue Type: Task
>Reporter: Jean-Louis MONTEIRO
>Assignee: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 8.0.1
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (TOMEE-2686) Bean Validation TCK Signature test

2019-09-22 Thread Jean-Louis MONTEIRO (Jira)


 [ 
https://issues.apache.org/jira/browse/TOMEE-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis MONTEIRO resolved TOMEE-2686.

Resolution: Fixed

> Bean Validation TCK Signature test
> --
>
> Key: TOMEE-2686
> URL: https://issues.apache.org/jira/browse/TOMEE-2686
> Project: TomEE
>  Issue Type: Task
>Reporter: Jean-Louis MONTEIRO
>Assignee: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 8.0.1
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (TOMEE-2686) Bean Validation TCK Signature test

2019-09-22 Thread Jean-Louis MONTEIRO (Jira)


 [ 
https://issues.apache.org/jira/browse/TOMEE-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on TOMEE-2686 started by Jean-Louis MONTEIRO.
--
> Bean Validation TCK Signature test
> --
>
> Key: TOMEE-2686
> URL: https://issues.apache.org/jira/browse/TOMEE-2686
> Project: TomEE
>  Issue Type: Task
>Reporter: Jean-Louis MONTEIRO
>Assignee: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 8.0.1
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[tomee] branch master updated: TOMEE-2686 add bval TCK Signature Test

2019-09-22 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 36fce57  TOMEE-2686 add bval TCK Signature Test
36fce57 is described below

commit 36fce57849c962612d0552078fc39faf1a963e67
Author: Jean-Louis Monteiro 
AuthorDate: Sun Sep 22 12:56:28 2019 -0700

TOMEE-2686 add bval TCK Signature Test
---
 tck/bval-signature-test/pom.xml | 133 
 tck/cdi-standalone/pom.xml  | 126 +
 tck/pom.xml |   3 +
 3 files changed, 262 insertions(+)

diff --git a/tck/bval-signature-test/pom.xml b/tck/bval-signature-test/pom.xml
new file mode 100644
index 000..c4fa367
--- /dev/null
+++ b/tck/bval-signature-test/pom.xml
@@ -0,0 +1,133 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+  
+tck
+org.apache.tomee
+8.0.1-SNAPSHOT
+  
+  4.0.0
+
+  bval-signature-test
+  TomEE :: TCK :: Bean Validation TCK Signature tests
+
+  
+
${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml
+  
+
+  
+
+  ${project.groupId}
+  tck-common
+  ${project.version}
+  test
+  
+
+  org.jboss.test-harness
+  jboss-test-harness
+
+  
+
+
+  ${project.groupId}
+  openejb-core
+  ${project.version}
+  test
+
+
+  org.testng
+  testng
+  test
+
+
+  org.hibernate.beanvalidation.tck
+  beanvalidation-tck-tests
+  ${bval-tck.version}
+  test
+
+  
+
+  
+
+  
+src/main/resources
+true
+  
+
+
+
+  
+org.apache.maven.plugins
+maven-surefire-plugin
+
+  false
+  true
+  true
+
+  
+
+  
+org.apache.maven.plugins
+maven-dependency-plugin
+3.0.0
+
+  
+copy-tck-bv-api-signature-file
+generate-test-sources
+
+  unpack
+
+
+  
+
+  org.hibernate.beanvalidation.tck
+  beanvalidation-tck-tests
+  ${bval-tck.version}
+  jar
+  false
+
+  
+  
+  **/*.sig
+  
${project.build.directory}/api-signature
+
+  
+
+  
+  
+org.netbeans.tools
+sigtest-maven-plugin
+1.0
+
+  
+
+  check
+
+  
+
+
+  
javax.validation,javax.validation.bootstrap,javax.validation.constraints,
+
javax.validation.constraintvalidation,javax.validation.executable,javax.validation.groups,
+
javax.validation.metadata,javax.validation.spi,javax.validation.valueextraction
+  
+  
${project.build.directory}/api-signature/validation-api-java8.sig
+
+  
+
+  
+
diff --git a/tck/cdi-standalone/pom.xml b/tck/cdi-standalone/pom.xml
new file mode 100644
index 000..e3c6fdc
--- /dev/null
+++ b/tck/cdi-standalone/pom.xml
@@ -0,0 +1,126 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+  
+tck
+org.apache.tomee
+8.0.1-SNAPSHOT
+  
+
+  4.0.0
+  cdi-standalone
+  TomEE :: TCK :: CDI Standalone
+
+  
+
+  ${project.groupId}
+  javaee-api
+  ${version.javaee-api}
+  provided
+
+
+  org.jboss.cdi.tck
+  cdi-tck-impl
+  ${cdi-tck.version}
+  
+
+  javax.xml.soap
+  javax.xml.soap-api
+
+
+  javax.inject
+  javax.inject
+
+
+  javax.enterprise
+  cdi-api
+
+
+  javax.faces
+  jsf-api
+
+
+  javax.servlet
+  javax.servlet-api
+
+
+  javax.servlet.jsp
+  jsp-api
+
+
+  javax.transaction
+  jta
+
+
+  javax.annotation
+  javax.annotation-api
+
+  
+
+  
+
+  
+
+  
+org.apache.maven.plugins
+maven-dependency-plugin
+3.0.0
+
+  
+copy-tck-api-signature-file
+generate-test-sources
+
+  unpack
+
+
+  
+
+  org.jboss.cdi.tck
+  cdi-tck-impl
+  ${cdi-tck.version}
+  

[jira] [Created] (TOMEE-2686) Bean Validation TCK Signature test

2019-09-22 Thread Jean-Louis MONTEIRO (Jira)
Jean-Louis MONTEIRO created TOMEE-2686:
--

 Summary: Bean Validation TCK Signature test
 Key: TOMEE-2686
 URL: https://issues.apache.org/jira/browse/TOMEE-2686
 Project: TomEE
  Issue Type: Task
Reporter: Jean-Louis MONTEIRO
Assignee: Jean-Louis MONTEIRO
 Fix For: 8.0.1






--
This message was sent by Atlassian Jira
(v8.3.4#803005)