buildbot failure in on tomee-1.7.x-deploy

2019-12-02 Thread buildbot
The Buildbot has detected a new failure on builder tomee-1.7.x-deploy while 
building . Full details are available at:
https://ci.apache.org/builders/tomee-1.7.x-deploy/builds/1502

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

Buildslave for this Build: bb_slave7_ubuntu

Build Reason: The Nightly scheduler named 'tomee-1.7.x-deploy' triggered this 
build
Build Source Stamp: [branch tomee-1.7.x] HEAD
Blamelist: 

BUILD FAILED: failed

Sincerely,
 -The Buildbot





buildbot success in on tomee-trunk-ubuntu-jvm8

2019-12-02 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/1248

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] 6c5e01294ccdd2815240953f86f16818f4f02f69
Blamelist: Daniel Dias ,Jonathan Gallimore 


Build succeeded!

Sincerely,
 -The Buildbot





[tomee] branch master updated (7ccfa34 -> 6c5e012)

2019-12-02 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

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


from 7ccfa34  Merge pull request #615 from Travelcompositor/master
 add 12ac24f  TOMEE-2734-Upgrade CXF to 3.3.4
 new 84985ac  Merge branch 'TOMEE-2734' of github.com:Daniel-Dos/tomee into 
TOMEE-2734
 new a4599ac  Merge remote-tracking branch 'apache/master' into TOMEE-2734
 new c934d01  Update MicroProfile REST client version to match CXF
 new d26c2a1  SSL tests not quite passing, but inching closer
 new 6c5e012  Fix up failing REST client TCK tests

The 5 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:
 pom.xml|  4 +-
 tck/microprofile-tck/rest-client/pom.xml   | 56 ++
 ...MicroProfileRestClientTCKArchiveProcessor.java} | 19 ++--
 .../MicroProfileRestClientTCKExtension.java}   |  6 +--
 ...org.jboss.arquillian.core.spi.LoadableExtension |  1 +
 .../rest-client/src/test/resources/arquillian.xml  |  6 +++
 6 files changed, 82 insertions(+), 10 deletions(-)
 copy 
tck/microprofile-tck/{config/src/test/java/org/apache/tomee/microprofile/tck/config/MicroProfileConfigTCKArchiveProcessor.java
 => 
rest-client/src/test/java/org/apache/tomee/microprofile/tck/restclient/MicroProfileRestClientTCKArchiveProcessor.java}
 (63%)
 copy 
tck/microprofile-tck/{config/src/test/java/org/apache/tomee/microprofile/tck/config/MicroProfileConfigTCKExtension.java
 => 
rest-client/src/test/java/org/apache/tomee/microprofile/tck/restclient/MicroProfileRestClientTCKExtension.java}
 (85%)
 create mode 100644 
tck/microprofile-tck/rest-client/src/test/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension



[tomee] 02/05: Merge remote-tracking branch 'apache/master' into TOMEE-2734

2019-12-02 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

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

commit a4599ac8aa797c6c5337a4e11224f3adcf3a24a3
Merge: 84985ac 7ccfa34
Author: Jonathan Gallimore 
AuthorDate: Thu Nov 28 11:00:31 2019 +

Merge remote-tracking branch 'apache/master' into TOMEE-2734

 README.adoc|   2 +-
 container/openejb-core/pom.xml |   6 +
 .../core/security/AbstractSecurityService.java |  20 +-
 examples/pom.xml   |   1 +
 examples/simple-jms/README.adoc| 251 
 examples/simple-jms/README_es.adoc | 253 +
 examples/simple-jms/build.xml  | 119 ++
 examples/simple-jms/pom.xml| 156 +
 .../java/org/superbiz/jms/CustomJmsService.java|  94 
 .../org/superbiz/jms/CustomJmsServiceTest.java |  68 ++
 .../simple-jms/src/test/resources/arquillian.xml   |  30 +++
 pom.xml|   2 +-
 tomee/tomee-embedded/pom.xml   |   4 +-
 tomee/tomee-plume-webapp/pom.xml   |   5 -
 tomee/tomee-plus-webapp/pom.xml|   5 -
 tomee/tomee-webapp/pom.xml |   4 +-
 16 files changed, 985 insertions(+), 35 deletions(-)

diff --cc pom.xml
index 20f07dd,abd5a5d..daa67b1
--- a/pom.xml
+++ b/pom.xml
@@@ -145,9 -145,9 +145,9 @@@
  2.0.0
  1.2.6
  
- 9.0.27
+ 9.0.29
  
 -3.3.2
 +3.3.4
  2.10.3
  
  7.5.3.v20111011



[tomee] 04/05: SSL tests not quite passing, but inching closer

2019-12-02 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

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

commit d26c2a1d15c8a246db1356ff52e717655a89f61a
Author: Jonathan Gallimore 
AuthorDate: Fri Nov 29 21:49:06 2019 +

SSL tests not quite passing, but inching closer
---
 tck/microprofile-tck/rest-client/pom.xml   | 56 ++
 .../rest-client/src/test/resources/arquillian.xml  |  3 ++
 2 files changed, 59 insertions(+)

diff --git a/tck/microprofile-tck/rest-client/pom.xml 
b/tck/microprofile-tck/rest-client/pom.xml
index 29e7763..b7840cf 100644
--- a/tck/microprofile-tck/rest-client/pom.xml
+++ b/tck/microprofile-tck/rest-client/pom.xml
@@ -152,7 +152,63 @@
   wiremock
   2.10.1
   test
+  
+
+  org.eclipse.jetty
+  *
+
+  
+
+
+
+  org.eclipse.jetty
+  jetty-server
+  9.2.22.v20170606
+  test
+
+
+  org.eclipse.jetty
+  jetty-http
+  9.2.22.v20170606
+  test
+
+
+  org.eclipse.jetty
+  jetty-io
+  9.2.22.v20170606
+  test
+
+
+  org.eclipse.jetty
+  jetty-security
+  9.2.22.v20170606
+  test
+
+
+  org.eclipse.jetty
+  jetty-servlet
+  9.2.22.v20170606
+  test
+
+
+  org.eclipse.jetty
+  jetty-servlets
+  9.2.22.v20170606
+  test
 
+
+  org.eclipse.jetty
+  jetty-webapp
+  9.2.22.v20170606
+  test
+
+
+  org.eclipse.jetty
+  jetty-util
+  9.2.22.v20170606
+  test
+
+
 
 
   org.apache.cxf
diff --git a/tck/microprofile-tck/rest-client/src/test/resources/arquillian.xml 
b/tck/microprofile-tck/rest-client/src/test/resources/arquillian.xml
index e17f109..efbd165 100644
--- a/tck/microprofile-tck/rest-client/src/test/resources/arquillian.xml
+++ b/tck/microprofile-tck/rest-client/src/test/resources/arquillian.xml
@@ -33,6 +33,7 @@
   true
   
 mvn:com.github.tomakehurst:wiremock-standalone:2.10.1
+mvn:org.apache.httpcomponents:httpcore:4.4.6
   
 
   
@@ -48,6 +49,7 @@
   true
   
 mvn:com.github.tomakehurst:wiremock-standalone:2.10.1
+mvn:org.apache.httpcomponents:httpcore:4.4.6
   
   
 tomee.mp.scan = all
@@ -66,6 +68,7 @@
   true
   
 mvn:com.github.tomakehurst:wiremock-standalone:2.10.1
+mvn:org.apache.httpcomponents:httpcore:4.4.6
   
   
 tomee.mp.scan = all



[tomee] 01/05: Merge branch 'TOMEE-2734' of github.com:Daniel-Dos/tomee into TOMEE-2734

2019-12-02 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

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

commit 84985acecaa99d04a67fa379a16313414ce5d748
Merge: 4ec07ef 12ac24f
Author: Jonathan Gallimore 
AuthorDate: Fri Nov 15 12:28:35 2019 +

Merge branch 'TOMEE-2734' of github.com:Daniel-Dos/tomee into TOMEE-2734

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tomee] 03/05: Update MicroProfile REST client version to match CXF

2019-12-02 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

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

commit c934d019bf24758bb811382199c5eb4cff1c61d9
Author: Jonathan Gallimore 
AuthorDate: Thu Nov 28 11:57:28 2019 +

Update MicroProfile REST client version to match CXF
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index daa67b1..5c9d454 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
 1.0.1
 1.1.1
 
1.0.2
-1.2.1
+1.3.3
 
${cxf.version}
 1.0.1
 
1.0.6



[tomee] 05/05: Fix up failing REST client TCK tests

2019-12-02 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

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

commit 6c5e01294ccdd2815240953f86f16818f4f02f69
Author: Jonathan Gallimore 
AuthorDate: Mon Dec 2 20:09:25 2019 +

Fix up failing REST client TCK tests
---
 .../MicroProfileRestClientTCKArchiveProcessor.java | 45 ++
 .../MicroProfileRestClientTCKExtension.java| 29 ++
 ...org.jboss.arquillian.core.spi.LoadableExtension |  1 +
 .../rest-client/src/test/resources/arquillian.xml  |  3 ++
 4 files changed, 78 insertions(+)

diff --git 
a/tck/microprofile-tck/rest-client/src/test/java/org/apache/tomee/microprofile/tck/restclient/MicroProfileRestClientTCKArchiveProcessor.java
 
b/tck/microprofile-tck/rest-client/src/test/java/org/apache/tomee/microprofile/tck/restclient/MicroProfileRestClientTCKArchiveProcessor.java
new file mode 100644
index 000..049bcb9
--- /dev/null
+++ 
b/tck/microprofile-tck/rest-client/src/test/java/org/apache/tomee/microprofile/tck/restclient/MicroProfileRestClientTCKArchiveProcessor.java
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+package org.apache.tomee.microprofile.tck.restclient;
+
+import 
org.jboss.arquillian.container.test.spi.client.deployment.ApplicationArchiveProcessor;
+import org.jboss.arquillian.test.spi.TestClass;
+import org.jboss.shrinkwrap.api.Archive;
+import org.jboss.shrinkwrap.api.ArchivePath;
+import org.jboss.shrinkwrap.api.Node;
+import org.jboss.shrinkwrap.api.spec.WebArchive;
+import org.jboss.shrinkwrap.impl.base.path.BasicPath;
+
+import java.util.Map;
+
+public class MicroProfileRestClientTCKArchiveProcessor implements 
ApplicationArchiveProcessor {
+@Override
+public void process(final Archive archive, final TestClass testClass) {
+if (archive instanceof WebArchive) {
+
+WebArchive webArchive = (WebArchive) archive;
+final Map content = webArchive.getContent();
+
+final Node node = content.get(new 
BasicPath("META-INF/certificates-dir.txt"));
+if (node != null) {
+webArchive.addAsResource(node.getAsset(), 
"META-INF/certificates-dir.txt");
+}
+}
+}
+}
diff --git 
a/tck/microprofile-tck/rest-client/src/test/java/org/apache/tomee/microprofile/tck/restclient/MicroProfileRestClientTCKExtension.java
 
b/tck/microprofile-tck/rest-client/src/test/java/org/apache/tomee/microprofile/tck/restclient/MicroProfileRestClientTCKExtension.java
new file mode 100644
index 000..8aedfc6
--- /dev/null
+++ 
b/tck/microprofile-tck/rest-client/src/test/java/org/apache/tomee/microprofile/tck/restclient/MicroProfileRestClientTCKExtension.java
@@ -0,0 +1,29 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+package org.apache.tomee.microprofile.tck.restclient;
+
+import 
org.jboss.arquillian.container.test.spi.client.deployment.ApplicationArchiveProcessor;
+import org.jboss.arquillian.core.spi.LoadableExtension;
+
+public class MicroProfileRestClientTCKExtension implements LoadableExtension {
+@Override
+public void register(final ExtensionBuilder extensionBuilder) {
+extensionBuilder.service(ApplicationArchiveProcessor.class, 
MicroProfileRestClientTCKArchiveProcessor.class);
+}
+}
diff --git 

[jira] [Created] (TOMEE-2747) Change to jsonb provider breaks code that previously worked with TomEE 7.x

2019-12-02 Thread Jonathan Gallimore (Jira)
Jonathan Gallimore created TOMEE-2747:
-

 Summary: Change to jsonb provider breaks code that previously 
worked with TomEE 7.x
 Key: TOMEE-2747
 URL: https://issues.apache.org/jira/browse/TOMEE-2747
 Project: TomEE
  Issue Type: Bug
Reporter: Jonathan Gallimore


This change: 
[https://github.com/apache/tomee/commit/424ea0f0121604b58f140bbf4d6233be5874591c#diff-b22ad18567f14c1bdba3fa795bd10535]
 switches over to use TomEEJsonbProvider by default. This is appropriate for 
EE8 and should be kept in master. Introducing this in the 7.1.x line causes 
consumer code to break - I propose that we revert this change.



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