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.git
The following commit(s) were added to refs/heads/main by this push:
new 32274d8576dd Typo
32274d8576dd is described below
commit 32274d8576dda6d4a3dd4d1c278c38a26b12b87b
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 27 15:02:13 2026 +0100
Typo
---
.../camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
b/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
index 30c5ae4f6fc5..c862d13cbd1f 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
@@ -2131,7 +2131,7 @@ public abstract class BaseMainSupport extends BaseService
{
tmp.setCamelContext(camelContext);
tmp.setTrustManager(TrustAllTrustManager.INSTANCE);
LOG.warn(
- "Trust all certifications enabled. Using this in
production can expose the application to man-in-the-middle attacks");
+ "Trust all certificates enabled. Using this in production
can expose the application to man-in-the-middle attacks");
} else if (sslConfig.getTrustStore() != null) {
KeyStoreParameters tsp = new KeyStoreParameters();
String store = sslConfig.getTrustStore();