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 2022/06/24 16:46:25 UTC

[tomee] branch master updated: Upgrade to see if it solves the issue

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 3531a574ed Upgrade to see if it solves the issue
3531a574ed is described below

commit 3531a574ed0f8c3936e1b0fc02517f48ae258cd0
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Jun 24 18:46:15 2022 +0200

    Upgrade to see if it solves the issue
---
 examples/mvc-resteasy/pom.xml                           | 2 +-
 examples/mvc-resteasy/src/test/resources/arquillian.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/mvc-resteasy/pom.xml b/examples/mvc-resteasy/pom.xml
index 4bb38f0e3b..9f4f88c978 100644
--- a/examples/mvc-resteasy/pom.xml
+++ b/examples/mvc-resteasy/pom.xml
@@ -29,7 +29,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>9.0.0-M8-SNAPSHOT</tomee.version>
     <version.krazo>2.0.1</version.krazo>
-    <resteasy.version>3.15.2.Final</resteasy.version>
+    <resteasy.version>3.15.3.Final</resteasy.version>
     <version.arquillian>1.7.0.Alpha10</version.arquillian>
     <version.graphene.webdriver>3.0.0-alpha.3</version.graphene.webdriver>
   </properties>
diff --git a/examples/mvc-resteasy/src/test/resources/arquillian.xml b/examples/mvc-resteasy/src/test/resources/arquillian.xml
index f792b09e55..06520c34af 100644
--- a/examples/mvc-resteasy/src/test/resources/arquillian.xml
+++ b/examples/mvc-resteasy/src/test/resources/arquillian.xml
@@ -24,6 +24,7 @@
                <property name="httpPort">-1</property>
                <property name="stopPort">-1</property>
                <property name="ajpPort">-1</property>
+               <property name="debug">false</property>
                <property name="dir">target/tomee</property>
                <property name="appWorkingDir">target/arquillian-dump-dir</property>
             </configuration>