You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/31 04:30:00 UTC

[camel-spring-boot] branch main updated: Apply fixes from CAMEL-18370 to camel-spring-boot (#617)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7fba3e0e653 Apply fixes from CAMEL-18370 to camel-spring-boot (#617)
7fba3e0e653 is described below

commit 7fba3e0e653e5276b41b576dcdb63fc3c0a397df
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Wed Aug 31 00:29:55 2022 -0400

    Apply fixes from CAMEL-18370 to camel-spring-boot (#617)
---
 .../camel/component/kamelet/springboot/KameletGlobalPropertiesTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-kamelet-starter/src/test/java/org/apache/camel/component/kamelet/springboot/KameletGlobalPropertiesTest.java b/components-starter/camel-kamelet-starter/src/test/java/org/apache/camel/component/kamelet/springboot/KameletGlobalPropertiesTest.java
index a272fe2c53f..bf60ce85f3a 100644
--- a/components-starter/camel-kamelet-starter/src/test/java/org/apache/camel/component/kamelet/springboot/KameletGlobalPropertiesTest.java
+++ b/components-starter/camel-kamelet-starter/src/test/java/org/apache/camel/component/kamelet/springboot/KameletGlobalPropertiesTest.java
@@ -192,7 +192,7 @@ public class KameletGlobalPropertiesTest {
 						.templateParameter("proxyPwd")
 						.from("kamelet:source")
 						.log("info")
-						.to("http://localhost:8080?proxyAuthUsername={{proxyUsr}}&proxyAuthPassword={{proxyPwd}}");
+						.to("http://localhost:8080?proxyAuthUsername=RAW({{proxyUsr}})&proxyAuthPassword=RAW({{proxyPwd}})");
 
 				// template
 				routeTemplate("timer-source")