You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/12/31 12:11:55 UTC

[I] Camel 4.4 - Allow to configure camel.variable.xxx [camel-quarkus]

davsclaus opened a new issue, #5620:
URL: https://github.com/apache/camel-quarkus/issues/5620

   ### Describe the feature here
   
   Camel 4.4 introduced variables which can be configured from application.properties.
   https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-19749
   
   However for Quarkus and Spring Boot then this requires to add code to support this
   
   A SB example is at
   https://github.com/apache/camel-spring-boot-examples/tree/main/variables
   
   And the commit in SB to support this is:
   https://github.com/apache/camel-spring-boot/commit/671e772eb2240ff0e4537f5e5d4330714cb73f24


-- 
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-unsubscribe@camel.apache.org.apache.org

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


Re: [I] Camel 4.4 - Allow to configure camel.variable.xxx [camel-quarkus]

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #5620:
URL: https://github.com/apache/camel-quarkus/issues/5620#issuecomment-1895952141

   There are 3 parts of the solution:
   
   1. Code in the camel-quarkus main: which is already merged in the `camel-main` branch as a part of upgrade to Camel 4.4
   2. Basic test coverage: https://github.com/apache/camel-quarkus/pull/5654
   3. Example: https://github.com/apache/camel-quarkus-examples/pull/194


-- 
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-unsubscribe@camel.apache.org

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