From 4c26b0c194807ee401324a19bc252c1541229b5d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 15 Oct 2015 23:36:18 -0700 Subject: [PATCH 1/3] Increase PermGen for CLI integration tests --- spring-boot-cli/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 9ac21cfe24..03603f8397 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -136,6 +136,9 @@ org.apache.maven.plugins maven-failsafe-plugin + + -Xmx1024m -XX:MaxPermSize=512m + org.apache.maven.plugins From d84889b03cea49c55868f53f57571218afb7d4f0 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 16 Oct 2015 00:01:52 -0700 Subject: [PATCH 2/3] Revert "Compile samples and integration tests with Java 8" This reverts commit 09395f956ad223e7c0d32a8c08f670bcb5e90209. --- spring-boot-integration-tests/pom.xml | 1 - spring-boot-samples/pom.xml | 4 +--- spring-boot-samples/spring-boot-sample-jersey/pom.xml | 1 + spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml | 1 + spring-boot-samples/spring-boot-sample-servlet/pom.xml | 1 + spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml | 1 + spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml | 1 + spring-boot-samples/spring-boot-sample-web-jsp/pom.xml | 1 + spring-boot-samples/spring-boot-sample-web-static/pom.xml | 1 + .../spring-boot-sample-websocket-jetty/pom.xml | 1 + .../spring-boot-sample-websocket-tomcat/pom.xml | 1 + .../spring-boot-sample-websocket-undertow/pom.xml | 1 + 12 files changed, 11 insertions(+), 4 deletions(-) diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 9c61788a59..8e50df9938 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -18,7 +18,6 @@ ${basedir}/.. - 1.8 spring-boot-gradle-tests diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 7c8b54d111..e29c287398 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -19,7 +18,6 @@ ${basedir}/.. - 1.8 spring-boot-sample-actuator diff --git a/spring-boot-samples/spring-boot-sample-jersey/pom.xml b/spring-boot-samples/spring-boot-sample-jersey/pom.xml index 320b94f9cc..e219f6ebf0 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jersey/pom.xml @@ -18,6 +18,7 @@ ${basedir}/../.. + 1.7 diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml b/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml index e4edda4001..4aba3c8b5e 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml @@ -17,6 +17,7 @@ http://www.spring.io + 1.7 ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-servlet/pom.xml b/spring-boot-samples/spring-boot-sample-servlet/pom.xml index 1d92d532d2..e96dc1f047 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/pom.xml +++ b/spring-boot-samples/spring-boot-sample-servlet/pom.xml @@ -18,6 +18,7 @@ ${basedir}/../.. + 1.7 / diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml index 849629fbb8..655be0ae5a 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. / + 1.7 diff --git a/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml index c394d83dc1..b3a608326b 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml @@ -20,6 +20,7 @@ ${basedir}/../.. / 7.0.59 + 1.7 diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml index a6dc9b3c72..6ff960f430 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml @@ -18,6 +18,7 @@ ${basedir}/../.. + 1.7 / diff --git a/spring-boot-samples/spring-boot-sample-web-static/pom.xml b/spring-boot-samples/spring-boot-sample-web-static/pom.xml index 3dade1d797..47d8d14023 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-static/pom.xml @@ -17,6 +17,7 @@ http://www.spring.io + 1.7 ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml b/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml index 53d5285f96..17ff9a4963 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml @@ -17,6 +17,7 @@ ${basedir}/../.. + 1.7 diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml index fa69d90100..01a47ca2ee 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml @@ -17,6 +17,7 @@ ${basedir}/../.. + 1.7 diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml b/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml index bbdacfa25a..85c8cf8f14 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml @@ -17,6 +17,7 @@ ${basedir}/../.. + 1.7 From b0d287356cd2e103b883f6f9d9a013c057294ade Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 16 Oct 2015 00:28:05 -0700 Subject: [PATCH 3/3] Revert "Increase PermGen for CLI integration tests" This reverts commit 4c26b0c194807ee401324a19bc252c1541229b5d. --- spring-boot-cli/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 03603f8397..9ac21cfe24 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -136,9 +136,6 @@ org.apache.maven.plugins maven-failsafe-plugin - - -Xmx1024m -XX:MaxPermSize=512m - org.apache.maven.plugins