You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2023/10/02 14:52:35 UTC

[camel-quarkus-examples] branch camel-quarkus-main updated: fix deprecated systemProperties

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

aldettinger pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this push:
     new 589b7e3  fix deprecated systemProperties
589b7e3 is described below

commit 589b7e3470ede35f2224b56eb3f5918bc00c8b87
Author: aldettinger <al...@gmail.com>
AuthorDate: Mon Oct 2 16:03:43 2023 +0200

    fix deprecated systemProperties
---
 aws-lambda/pom.xml                      | 4 ++--
 cluster-leader-election/pom.xml         | 4 ++--
 cxf-soap/pom.xml                        | 4 ++--
 file-bindy-ftp/pom.xml                  | 4 ++--
 file-split-log-xml/pom.xml              | 4 ++--
 health/pom.xml                          | 4 ++--
 http-log/pom.xml                        | 4 ++--
 jdbc-datasource/pom.xml                 | 4 ++--
 jms-jpa/pom.xml                         | 4 ++--
 jpa-idempotent-repository/pom.xml       | 4 ++--
 jta-jpa/pom.xml                         | 4 ++--
 kafka/pom.xml                           | 4 ++--
 kamelet-chucknorris/pom.xml             | 4 ++--
 observability/pom.xml                   | 8 ++++----
 platform-http-security-keycloak/pom.xml | 4 ++--
 rest-json/pom.xml                       | 8 ++++----
 timer-log-kotlin/pom.xml                | 4 ++--
 timer-log-main/pom.xml                  | 4 ++--
 timer-log/pom.xml                       | 4 ++--
 19 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 2bb8d49..0789626 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -146,10 +146,10 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
                             <maven.home>${maven.home}</maven.home>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 37b2b47..aaf9d87 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -157,9 +157,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index fafed22..47fd31d 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -157,9 +157,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 7b1431f..734dd78 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -179,9 +179,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index c71d494..48aa7dc 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -152,9 +152,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/health/pom.xml b/health/pom.xml
index bfa114e..0bfd145 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -151,9 +151,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 9e0468a..61f07e8 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -152,9 +152,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index 6806aed..d09ba73 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -149,9 +149,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
                 <plugin>
diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index f6ee82f..3eb70f0 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -191,9 +191,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
                 <plugin>
diff --git a/jpa-idempotent-repository/pom.xml b/jpa-idempotent-repository/pom.xml
index f7ffe8b..495e9e5 100644
--- a/jpa-idempotent-repository/pom.xml
+++ b/jpa-idempotent-repository/pom.xml
@@ -185,9 +185,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index 8c7e0af..82764cd 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -161,9 +161,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
                 <plugin>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 5c27557..3c16a07 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -176,9 +176,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index 63db671..7a7f008 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -180,10 +180,10 @@
                             <phase>integration-test</phase>
                             <configuration>
                                 <failIfNoTests>false</failIfNoTests>
-                                <systemProperties>
+                                <systemPropertyVariables>
                                     <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
                                     <quarkus.runner>${quarkus.runner}</quarkus.runner>
-                                </systemProperties>
+                                </systemPropertyVariables>
                             </configuration>
                         </execution>
                     </executions>
diff --git a/observability/pom.xml b/observability/pom.xml
index c0350c2..829c297 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -169,9 +169,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
@@ -322,9 +322,9 @@
                             <version>${maven-surefire-plugin.version}</version>
                             <configuration>
                                 <failIfNoTests>false</failIfNoTests>
-                                <systemProperties>
+                                <systemPropertyVariables>
                                     <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                                </systemProperties>
+                                </systemPropertyVariables>
                             </configuration>
                         </plugin>
 
diff --git a/platform-http-security-keycloak/pom.xml b/platform-http-security-keycloak/pom.xml
index 0d30b9d..b387329 100644
--- a/platform-http-security-keycloak/pom.xml
+++ b/platform-http-security-keycloak/pom.xml
@@ -149,9 +149,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index 4c3bfa4..7f68b9b 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -144,9 +144,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
@@ -297,9 +297,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index a20efaa..a55c982 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -152,9 +152,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index f184e8a..b9520c5 100644
--- a/timer-log-main/pom.xml
+++ b/timer-log-main/pom.xml
@@ -175,10 +175,10 @@
                             <phase>integration-test</phase>
                             <configuration>
                                 <failIfNoTests>false</failIfNoTests>
-                                <systemProperties>
+                                <systemPropertyVariables>
                                     <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
                                     <quarkus.runner>${quarkus.runner}</quarkus.runner>
-                                </systemProperties>
+                                </systemPropertyVariables>
                             </configuration>
                         </execution>
                     </executions>
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index 538656c..eb04955 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -154,9 +154,9 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>