jbonofre closed issue #605: incompatibility with karaf core features
URL: https://github.com/apache/camel-karaf/issues/605
--
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 un
aenevala commented on issue #605:
URL: https://github.com/apache/camel-karaf/issues/605#issuecomment-2830099322
I think this is fixed along with #618 . At least I could do this without any
problems:
```
karaf@root()> feature:install http webconsole camel-jetty camel-cxf
karaf@root()
ivan-ra opened a new issue, #605:
URL: https://github.com/apache/camel-karaf/issues/605
I want to install some standard karaf and camel features at boot time, but
it causes error. To reproduce it just enter command on clean karaf:
```
karaf@root()> feature:repo-add camel 4.8.5
Addin
jbonofre commented on issue #605:
URL: https://github.com/apache/camel-karaf/issues/605#issuecomment-2742961115
Yes, that's not surprising as the resolver is not the same when you install
all features in a row or sequential.
--
This is an automated message from the Apache Git Service.
To
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:
```
eventadmin