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

zhfeng pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 42a112695cd CAMEL-18266 - camel-support: add bean in schema checking 
(#8000)
42a112695cd is described below

commit 42a112695cd2c7225ae76c6995a008fff7b1f384
Author: Amos Feng <[email protected]>
AuthorDate: Tue Jul 12 20:17:40 2022 +0800

    CAMEL-18266 - camel-support: add bean in schema checking (#8000)
---
 .../src/main/java/org/apache/camel/support/ResourceHelper.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/ResourceHelper.java 
b/core/camel-support/src/main/java/org/apache/camel/support/ResourceHelper.java
index b7d70ba57d6..0cf84430eff 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/ResourceHelper.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/ResourceHelper.java
@@ -70,7 +70,7 @@ public final class ResourceHelper {
         }
 
         return uri.startsWith("file:") || uri.startsWith("classpath:") || 
uri.startsWith("ref:") ||
-                uri.startsWith("http:") || uri.startsWith("https:");
+                uri.startsWith("bean:") || uri.startsWith("http:") || 
uri.startsWith("https:");
     }
 
     /**

Reply via email to