Re: [I] incompatibility with karaf core features [camel-karaf]

2025-04-25 Thread via GitHub
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

Re: [I] incompatibility with karaf core features [camel-karaf]

2025-04-25 Thread via GitHub
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()

[I] incompatibility with karaf core features [camel-karaf]

2025-04-05 Thread via GitHub
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

Re: [I] incompatibility with karaf core features [camel-karaf]

2025-03-21 Thread via GitHub
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

Re: [I] incompatibility with karaf core features [camel-karaf]

2025-03-21 Thread via GitHub
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