This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
new 893a9f8 Fixing tests with Java 7
893a9f8 is described below
commit 893a9f872ef402367e21b324081b6ea2183407de
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Sep 12 15:44:25 2017 +0100
Fixing tests with Java 7
---
systests/tomcat8/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systests/tomcat8/pom.xml b/systests/tomcat8/pom.xml
index 3a4422b..c3525ac 100644
--- a/systests/tomcat8/pom.xml
+++ b/systests/tomcat8/pom.xml
@@ -198,7 +198,7 @@
<includes>
<include>**/integrationtests/**</include>
</includes>
- <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m
</argLine>
+ <argLine>-Xms512m -Xmx1024m
-XX:MaxPermSize=512m</argLine>
<!--argLine>-Xms512m -Xmx1024m
-XX:MaxPermSize=256m -Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
</configuration>
</execution>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].