You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/08/31 10:14:49 UTC

[1/2] tomee git commit: Fixed MP OpenTracing tests. Forkcount = 0 causes issue with the test app path.

Repository: tomee
Updated Branches:
  refs/heads/master 92fb90f08 -> 4ea18ce59


Fixed MP OpenTracing tests. Forkcount = 0 causes issue with the test app path.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6fd66e66
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/6fd66e66
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/6fd66e66

Branch: refs/heads/master
Commit: 6fd66e66f1356fa77368ce53fe49a7288642558d
Parents: 92fb90f
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Thu Aug 23 16:48:23 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Mon Aug 27 10:57:55 2018 +0100

----------------------------------------------------------------------
 tck/microprofile-tck/opentracing/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/6fd66e66/tck/microprofile-tck/opentracing/pom.xml
----------------------------------------------------------------------
diff --git a/tck/microprofile-tck/opentracing/pom.xml b/tck/microprofile-tck/opentracing/pom.xml
index 5dd4dc6..cb9124b 100644
--- a/tck/microprofile-tck/opentracing/pom.xml
+++ b/tck/microprofile-tck/opentracing/pom.xml
@@ -36,7 +36,6 @@
         <!-- Updated version to fix hanging text -->
         <version>2.22.0</version>
         <configuration>
-          <forkCount>0</forkCount>
           <dependenciesToScan>
             <dependency>org.eclipse.microprofile.opentracing:microprofile-opentracing-tck</dependency>
           </dependenciesToScan>


[2/2] tomee git commit: Fixed incompatible version of woodstox-core-asl between cxf and wss4j.

Posted by jg...@apache.org.
Fixed incompatible version of woodstox-core-asl between cxf and wss4j.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/4ea18ce5
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/4ea18ce5
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/4ea18ce5

Branch: refs/heads/master
Commit: 4ea18ce5963d3977159a0fbc1a332539a50e92f6
Parents: 6fd66e6
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Mon Aug 27 15:47:33 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Mon Aug 27 15:47:33 2018 +0100

----------------------------------------------------------------------
 server/openejb-cxf/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/4ea18ce5/server/openejb-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index c40c6bf..e796f69 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -33,7 +33,7 @@
   <name>OpenEJB :: Server :: CXF</name>
 
   <properties>
-    <wss4j.version>2.2.0</wss4j.version>
+    <wss4j.version>2.2.2</wss4j.version>
     <openejb.osgi.import.pkg>
       org.apache.xml.resolver*;resolution:=optional,
       *
@@ -77,6 +77,10 @@
           <artifactId>guava</artifactId>
           <groupId>com.google.guava</groupId>
         </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.woodstox</groupId>
+          <artifactId>woodstox-core-asl</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- Override the bcprov from the previous artifact -->