skin27 opened a new issue, #2502:
URL: https://github.com/apache/camel-kamelets/issues/2502

   There are many Camel components that use a resourceUri to load a resource. 
The Kamelets by default have:
   
   ```
   pattern: "^(http|https|file|classpath)://.*"
   ```
   
   However resources by default also support 'ref' and 'bean' to load resources 
from the registry or a bean. I would suggest to change this pattern value to:
   
   ```
   pattern: "^(http|https|file|classpath|ref|bean)://.*"
   ```
   
   Some example Kamelets that use this
   
   - String template
   - Mustasche
   - Jsonata
   - Jslt
   - Jolt
   - Xj
   - velocity
   - mvel
   
   And maybe a few more (best to check on the pattern keyword).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to