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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new cfecd326da0 Regen for commit e9f7afe27bd7e4c56a5b7bdfbd2fe06e55a81056
cfecd326da0 is described below

commit cfecd326da02d14eb37e15a76098d98103441781
Author: jeremyross <jeremyr...@users.noreply.github.com>
AuthorDate: Mon Jan 16 18:21:26 2023 +0000

    Regen for commit e9f7afe27bd7e4c56a5b7bdfbd2fe06e55a81056
    
    Signed-off-by: GitHub <nore...@github.com>
---
 bom/camel-bom/pom.xml                                          | 10 ++++++++++
 .../src/main/java/org/apache/camel/util/SensitiveUtils.java    |  8 +-------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index e739ba2aebb..b963e5faf65 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1346,6 +1346,11 @@
         <artifactId>camel-microprofile-health</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-milo</artifactId>
+        <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-mina</artifactId>
@@ -1826,6 +1831,11 @@
         <artifactId>camel-support</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-swift</artifactId>
+        <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-syslog</artifactId>
diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java 
b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
index b2aed8394cc..4e35ee31578 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
@@ -51,9 +51,7 @@ public final class SensitiveUtils {
                     "consumersecret",
                     "emailaddress",
                     "httpproxypassword",
-                    "keypassword",
                     "keystore",
-                    "keystorepassword",
                     "oauthaccesstoken",
                     "oauthappid",
                     "oauthappsecret",
@@ -91,7 +89,6 @@ public final class SensitiveUtils {
                     "token",
                     "tokencredential",
                     "user",
-                    "userauthenticationcredentials",
                     "username",
                     "userpassword",
                     "verificationcode",
@@ -126,9 +123,7 @@ public final class SensitiveUtils {
                                                     + "|\\Qconsumersecret\\E"
                                                     + "|\\Qemailaddress\\E"
                                                     + 
"|\\Qhttpproxypassword\\E"
-                                                    + "|\\Qkeypassword\\E"
                                                     + "|\\Qkeystore\\E"
-                                                    + "|\\Qkeystorepassword\\E"
                                                     + "|\\Qoauthaccesstoken\\E"
                                                     + "|\\Qoauthappid\\E"
                                                     + "|\\Qoauthappsecret\\E"
@@ -166,13 +161,12 @@ public final class SensitiveUtils {
                                                     + "|\\Qtoken\\E"
                                                     + "|\\Qtokencredential\\E"
                                                     + "|\\Quser\\E"
-                                                    + 
"|\\Quserauthenticationcredentials\\E"
                                                     + "|\\Qusername\\E"
                                                     + "|\\Quserpassword\\E"
                                                     + "|\\Qverificationcode\\E"
                                                     + 
"|\\Qwebhookverifytoken\\E"
                                                     + 
"|\\Qzookeeperpassword\\E"
-    // SENSITIVE-PATTERN: END
+                                                    // SENSITIVE-PATTERN: END
     ;
 
     private SensitiveUtils() {

Reply via email to