You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2017/10/24 20:58:03 UTC

[1/2] tomee git commit: TOMEE-2140 disable arquillian-jpa example

Repository: tomee
Updated Branches:
  refs/heads/fb_tomee8 93a3fc785 -> cde4122a4


TOMEE-2140 disable arquillian-jpa example

because it uses a library which is no longer maintained and
not compatible with newer Arquillian versions


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

Branch: refs/heads/fb_tomee8
Commit: 7b8d66fdf82a3103eb333faff79471c54f8a240a
Parents: 93a3fc7
Author: Mark Struberg <st...@apache.org>
Authored: Tue Oct 24 22:48:48 2017 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Oct 24 22:48:48 2017 +0200

----------------------------------------------------------------------
 examples/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/7b8d66fd/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index be830f0..d2f55ad 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -41,7 +41,10 @@
     <module>application-composer</module>
     <module>applicationcomposer-jaxws-cdi</module>
     <module>applicationexception</module>
+<!--
+BROKEN, see TOMEE-2140
     <module>arquillian-jpa</module>
+-->
     <module>async-methods</module>
     <module>async-postconstruct</module>
     <module>bean-validation-design-by-contract</module>


[2/2] tomee git commit: upgrade arquillian-transaction-impl-base to a compatible version

Posted by st...@apache.org.
upgrade arquillian-transaction-impl-base to a compatible version

1.0.1 is not compatible with Arquillian-1.1.13.Final


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

Branch: refs/heads/fb_tomee8
Commit: cde4122a4e4cc4c84d35b4a59f7324d3f9a92b47
Parents: 7b8d66f
Author: Mark Struberg <st...@apache.org>
Authored: Tue Oct 24 22:53:16 2017 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Oct 24 22:53:16 2017 +0200

----------------------------------------------------------------------
 arquillian/arquillian-openejb-transaction-provider/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/cde4122a/arquillian/arquillian-openejb-transaction-provider/pom.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-openejb-transaction-provider/pom.xml b/arquillian/arquillian-openejb-transaction-provider/pom.xml
index 499e570..69bfd09 100644
--- a/arquillian/arquillian-openejb-transaction-provider/pom.xml
+++ b/arquillian/arquillian-openejb-transaction-provider/pom.xml
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.jboss.arquillian.extension</groupId>
       <artifactId>arquillian-transaction-impl-base</artifactId>
-      <version>1.0.1.Final</version>
+      <version>1.0.5</version>
       <exclusions>
         <exclusion>
           <groupId>org.jboss.arquillian.core</groupId>