ivan-ra commented on issue #605:
URL: https://github.com/apache/camel-karaf/issues/605#issuecomment-2743434292

   as a workaround i have put camel in firstStageBoot section, and now karaf 
loads all features without conflicts.
   karaf-maven-plugin:
   ```
   <startupFeatures>
        <feature>eventadmin</feature>
   </startupFeatures>
   <firstStageBootFeatures>
        <feature>standard</feature>
        <feature>camel</feature>
   </firstStageBootFeatures>
   <bootFeatures>...
   ```
   result (etc/org.apache.karaf.features.cfg):
   ```
   featuresBoot = \
       (standard, \
       camel, \
       wrap), \
       camel-cxf/4.8.5, \
   ...
   ```


-- 
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

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

Reply via email to