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

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


The following commit(s) were added to refs/heads/main by this push:
     new b16e87e994 fixes #7275 Jasypt tests fail on FIPS machine
b16e87e994 is described below

commit b16e87e994bc8b62d9c9f2b7cbce751c4b7338d9
Author: Jiri Ondrusek <ondrusek.j...@gmail.com>
AuthorDate: Thu Apr 17 14:04:21 2025 +0200

    fixes #7275 Jasypt tests fail on FIPS machine
---
 .../camel/quarkus/component/jasypt/it/JasyptFipsModeTestProfile.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptFipsModeTestProfile.java
 
b/integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptFipsModeTestProfile.java
index 3aa1f22571..8ad47cba76 100644
--- 
a/integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptFipsModeTestProfile.java
+++ 
b/integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptFipsModeTestProfile.java
@@ -31,6 +31,9 @@ public class JasyptFipsModeTestProfile implements 
QuarkusTestProfile {
                 "explicit.config.provider.secret", 
"ENC(tp3QOxMouvD3oIdTXNM0uH+BtVEMCI1ak+GBTzPZOatthRP3m+ZxAg7CF0saNTmK)",
                 "camel.component.direct.timeout", "30000",
                 "timer.delay.secret", 
"ENC(/NsF9u8xrJh/sIre0ZQtOf6DwBaVVOcQkHe3ungkmvVfUyLXgboTgunz5Rpy+C6G)",
-                "timer.repeatCount.secret", 
"ENC(J1sLt6MpTuCTROefLY3MwQXcbPEDXnReFqvNdf/mBta4fs2HuO1Jkl8YbASg2oVt)");
+                "timer.repeatCount.secret", 
"ENC(J1sLt6MpTuCTROefLY3MwQXcbPEDXnReFqvNdf/mBta4fs2HuO1Jkl8YbASg2oVt)",
+                "%custom-profile.greeting.expression.secret",
+                
"ENC(tp3QOxMouvD3oIdTXNM0uH+BtVEMCI1ak+GBTzPZOatthRP3m+ZxAg7CF0saNTmK)",
+                "%custom-profile.greeting.secret", 
"tp3QOxMouvD3oIdTXNM0uH+BtVEMCI1ak+GBTzPZOatthRP3m+ZxAg7CF0saNTmK");
     }
 }

Reply via email to