From 86924ce09eaf6d24427ac0923d119e5d418aa315 Mon Sep 17 00:00:00 2001 From: Simon Priadka Date: Fri, 27 Mar 2020 10:29:15 +0100 Subject: [PATCH 1/4] introduced letsencrypt profile + fixing letsencrypt tests --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 178261bf..647f5593 100644 --- a/pom.xml +++ b/pom.xml @@ -647,7 +647,11 @@ +<<<<<<< HEAD org.jboss.hal.testsuite.category.RequiresLetsEncrypt +======= + rg.jboss.hal.testsuite.category.RequiresLetsEncrypt +>>>>>>> introduced letsencrypt profile + fixing letsencrypt tests From 7c61c451e19f0a8b131a890372779a7b12f73515 Mon Sep 17 00:00:00 2001 From: Simon Priadka Date: Wed, 8 Apr 2020 11:46:34 +0200 Subject: [PATCH 2/4] quickfix --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 647f5593..178261bf 100644 --- a/pom.xml +++ b/pom.xml @@ -647,11 +647,7 @@ -<<<<<<< HEAD org.jboss.hal.testsuite.category.RequiresLetsEncrypt -======= - rg.jboss.hal.testsuite.category.RequiresLetsEncrypt ->>>>>>> introduced letsencrypt profile + fixing letsencrypt tests From 82e46dea54d1110c995d60b0137d5f4c4ee55194 Mon Sep 17 00:00:00 2001 From: Simon Priadka Date: Mon, 23 May 2022 07:20:36 +0200 Subject: [PATCH 3/4] jdk17 support revisited --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 178261bf..087e693a 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ - + 127.0.0.1 9990 phantomjs @@ -366,7 +366,7 @@ ${test.included.category} ${test.excluded.category},${upstream.excluded.category} - ${jvm.options} + ${client.jvm.jpms.args} @@ -426,7 +426,7 @@ [17,) - --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED + --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED From 7aba3882e92146f3a958bdbed020626cb7ea27ff Mon Sep 17 00:00:00 2001 From: Simon Priadka Date: Mon, 6 Jun 2022 09:23:28 +0200 Subject: [PATCH 4/4] further findbugs changes --- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) mode change 100644 => 100755 pom.xml diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index 087e693a..6ad7b418 --- a/pom.xml +++ b/pom.xml @@ -405,7 +405,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.2.2 + 4.7.0.0 finding-bugs @@ -413,6 +413,9 @@ check + + false + @@ -421,9 +424,9 @@ - jdk17 + jdk11plus - [17,) + [11,) --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED