You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2017/09/12 16:43:28 UTC

[cxf-fediz] branch master updated: Removing PermGen stuff

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 7515660  Removing PermGen stuff
7515660 is described below

commit 7515660a8a3ceddc1011966723d9355014464ea8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Sep 12 17:43:17 2017 +0100

    Removing PermGen stuff
---
 services/idp/pom.xml                        | 1 -
 systests/custom/pom.xml                     | 4 ++--
 systests/cxf/pom.xml                        | 3 +--
 systests/federation/samlsso/pom.xml         | 3 +--
 systests/federation/unknown-subject/pom.xml | 3 +--
 systests/federation/wsfed/pom.xml           | 3 +--
 systests/idp/pom.xml                        | 4 ++--
 systests/jetty9/pom.xml                     | 1 -
 systests/kerberos/pom.xml                   | 3 +--
 systests/ldap/pom.xml                       | 3 +--
 systests/oidc/pom.xml                       | 4 ++--
 systests/samlsso/pom.xml                    | 4 ++--
 systests/spring/pom.xml                     | 1 -
 systests/tomcat8/pom.xml                    | 4 ++--
 systests/websphere/pom.xml                  | 4 ++--
 15 files changed, 18 insertions(+), 27 deletions(-)

diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index c7fa916..59c2776 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -301,7 +301,6 @@
                             <includes>
                                 <include>**/integrationtests/**</include>
                             </includes>
-                            <argLine>-XX:MaxPermSize=512M</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/custom/pom.xml b/systests/custom/pom.xml
index 89c6111..d81c87c 100644
--- a/systests/custom/pom.xml
+++ b/systests/custom/pom.xml
@@ -315,8 +315,8 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m </argLine>
-                            <!--argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
+                            <argLine>-Xms512m -Xmx1024m</argLine>
+                            <!--argLine>-Xms512m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/cxf/pom.xml b/systests/cxf/pom.xml
index d11a258..0c06718 100644
--- a/systests/cxf/pom.xml
+++ b/systests/cxf/pom.xml
@@ -245,8 +245,7 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m
-                                -XX:MaxPermSize=256m</argLine>
+                            <argLine>-Xms512m -Xmx1024m</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/federation/samlsso/pom.xml b/systests/federation/samlsso/pom.xml
index def8725..6ed23c9 100644
--- a/systests/federation/samlsso/pom.xml
+++ b/systests/federation/samlsso/pom.xml
@@ -323,8 +323,7 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m
-                                -XX:MaxPermSize=256m</argLine>
+                            <argLine>-Xms512m -Xmx1024m</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/federation/unknown-subject/pom.xml b/systests/federation/unknown-subject/pom.xml
index e15f805..fe20e2e 100644
--- a/systests/federation/unknown-subject/pom.xml
+++ b/systests/federation/unknown-subject/pom.xml
@@ -319,8 +319,7 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m
-                                -XX:MaxPermSize=256m</argLine>
+                            <argLine>-Xms512m -Xmx1024m</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/federation/wsfed/pom.xml b/systests/federation/wsfed/pom.xml
index ff533ab..1d0cec2 100644
--- a/systests/federation/wsfed/pom.xml
+++ b/systests/federation/wsfed/pom.xml
@@ -313,8 +313,7 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m
-                                -XX:MaxPermSize=256m</argLine>
+                            <argLine>-Xms512m -Xmx1024m</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/idp/pom.xml b/systests/idp/pom.xml
index e1d2a3c..a8fcaf9 100644
--- a/systests/idp/pom.xml
+++ b/systests/idp/pom.xml
@@ -204,8 +204,8 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m </argLine>
-                            <!--argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
+                            <argLine>-Xms512m -Xmx1024m </argLine>
+                            <!--argLine>-Xms512m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/jetty9/pom.xml b/systests/jetty9/pom.xml
index 85b9932..aab9d30 100644
--- a/systests/jetty9/pom.xml
+++ b/systests/jetty9/pom.xml
@@ -248,7 +248,6 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-XX:MaxPermSize=512M</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index 2d20519..fa7f63b 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -225,8 +225,7 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m
-                                -XX:MaxPermSize=256m</argLine>
+                            <argLine>-Xms512m -Xmx1024m</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/ldap/pom.xml b/systests/ldap/pom.xml
index e5f5d64..f693d5d 100644
--- a/systests/ldap/pom.xml
+++ b/systests/ldap/pom.xml
@@ -240,8 +240,7 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m
-                                -XX:MaxPermSize=256m</argLine>
+                            <argLine>-Xms512m -Xmx1024m</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/oidc/pom.xml b/systests/oidc/pom.xml
index 741aed3..6341a19 100644
--- a/systests/oidc/pom.xml
+++ b/systests/oidc/pom.xml
@@ -282,8 +282,8 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m </argLine>
-                            <!--argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
+                            <argLine>-Xms512m -Xmx1024m</argLine>
+                            <!--argLine>-Xms512m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/samlsso/pom.xml b/systests/samlsso/pom.xml
index be459e9..f091627 100644
--- a/systests/samlsso/pom.xml
+++ b/systests/samlsso/pom.xml
@@ -199,8 +199,8 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m </argLine>
-                            <!--argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
+                            <argLine>-Xms512m -Xmx1024m </argLine>
+                            <!--argLine>-Xms512m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index e1a7b74..c3128f0 100644
--- a/systests/spring/pom.xml
+++ b/systests/spring/pom.xml
@@ -193,7 +193,6 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-XX:MaxPermSize=512M</argLine>
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/tomcat8/pom.xml b/systests/tomcat8/pom.xml
index 254ca34..719e4f1 100644
--- a/systests/tomcat8/pom.xml
+++ b/systests/tomcat8/pom.xml
@@ -192,8 +192,8 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m </argLine>
-                            <!--argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
+                            <argLine>-Xms512m -Xmx1024m</argLine>
+                            <!--argLine>-Xms512m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine-->
                         </configuration>
                     </execution>
                     <execution>
diff --git a/systests/websphere/pom.xml b/systests/websphere/pom.xml
index 3fa208a..7956585 100644
--- a/systests/websphere/pom.xml
+++ b/systests/websphere/pom.xml
@@ -216,8 +216,8 @@
                             <includes>
                                 <include>**/systests/**</include>
                             </includes>
-                            <!-- <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m </argLine> -->
-                            <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=8005,server=y,suspend=y</argLine>
+                            <!-- <argLine>-Xms512m -Xmx1024m </argLine> -->
+                            <argLine>-Xms512m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8005,server=y,suspend=y</argLine>
                         </configuration>
                     </execution>
                     <execution>

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].