You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/21 07:57:55 UTC

[tomee] branch master updated (b6c95f2 -> 936f72c)

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 b6c95f2  downgrade Tomcat because it makes the async servlet example to fail
     new 660113b  Cleanup xbean versions
     new 936f72c  Temp removal of mbean examples

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:
 arquillian/arquillian-tomee-common/pom.xml | 2 +-
 examples/deltaspike-fullstack/pom.xml      | 2 +-
 examples/polling-parent/pom.xml            | 2 +-
 examples/pom.xml                           | 2 ++
 4 files changed, 5 insertions(+), 3 deletions(-)


[tomee] 01/02: Cleanup xbean versions

Posted by jl...@apache.org.
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 660113bc6e7005f648e91562f5a741d05408955d
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 21 09:56:39 2019 +0200

    Cleanup xbean versions
---
 arquillian/arquillian-tomee-common/pom.xml | 2 +-
 examples/deltaspike-fullstack/pom.xml      | 2 +-
 examples/polling-parent/pom.xml            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arquillian/arquillian-tomee-common/pom.xml b/arquillian/arquillian-tomee-common/pom.xml
index e06c634..a45667c 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-finder-shaded</artifactId>
-      <version>4.8</version>
+      <version>${xbeanVersion}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml
index d8d764b..b7e204a 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-asm7-shaded</artifactId>
-      <version>4.12</version>
+      <version>4.14</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml
index 2617ff9..674ed05 100644
--- a/examples/polling-parent/pom.xml
+++ b/examples/polling-parent/pom.xml
@@ -26,7 +26,7 @@
   <name>TomEE :: Examples :: Polling</name>
 
   <properties>
-    <xbean.version>4.8</xbean.version>
+    <xbean.version>4.14</xbean.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
     <cxf.version>3.3.1</cxf.version>


[tomee] 02/02: Temp removal of mbean examples

Posted by jl...@apache.org.
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 936f72c5c394fa544e7f8c6e8c6e561d59998f52
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 21 09:57:39 2019 +0200

    Temp removal of mbean examples
---
 examples/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index cac2ca7..08c1511 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -103,7 +103,9 @@
     <module>jsf-cdi-and-ejb</module>
     <module>lookup-of-ejbs</module>
     <module>lookup-of-ejbs-with-descriptor</module>
+    <!-- Does not work with Java 9+ because of the modules. Needs more work
     <module>mbean-auto-registration</module>
+    -->
     <module>movies-complete-meta</module>
     <module>movies-complete</module>
     <module>mp-config-example</module>