OK, I open a quick fix on https://github.com/apache/camel/pull/15380

On Fri, Aug 30, 2024 at 8:26 PM Claus Ibsen <claus.ib...@gmail.com> wrote:

> On Fri, Aug 30, 2024 at 2:09 PM Zheng Feng <zf...@redhat.com> wrote:
>
> > In this case, should we update the doc to add camel-quarkus-rest in the
> > Quarkus section.
> >
> > By the way, I tried to use
> > "jbang -Dcamel.jbang.version=4.8.0-SNAPSHOT camel@apache/camel export
> > foo.java --runtime=quarkus --dir=quarkus --gav=org.acme:test:1.0
> > --dep=camel-cli-connector,camel-rest"
> >
> > but the exported pom.xml contains such dependency, like
> >         <dependency>
> >             <groupId>org.apache.camel</groupId>
> >             <artifactId>camel-cli-connector,camel-rest</artifactId>
> >             <version>4.8.0-SNAPSHOT</version>
> >         </dependency>
> >
> > It smells like a bug.
> >
> >
> Yes Thomas changed the cli so it favour using repeating arguments, so use
> --dep=x --dep=b and so on.
> However the old with a single arg and comma separated should also be
> supported so could be that little bug is still there.
>
>
>
> > On Fri, Aug 30, 2024 at 7:23 PM Claus Ibsen <claus.ib...@gmail.com>
> wrote:
> >
> > > Hi
> > >
> > > There is no CEQ releases with Camel 4.8.0 so something they get out of
> > sync
> > > a bit.
> > > And rest is now only exported if it's really in use.
> > >
> > > On Fri, Aug 30, 2024 at 12:46 PM Zheng Feng <zf...@redhat.com> wrote:
> > >
> > > > Thanks Claus - I should have read the doc more carefully!
> > > >
> > > > Hmm, it works perfectly in the camel jbang 4.7.0 but not work for
> > > > 4.8.0-SNAPSHOT, because "camel export --with-runtime=quarkus", the
> > > pom.xml
> > > > in exported project is missing
> > > >         <dependency>
> > > >             <groupId>org.apache.camel.quarkus</groupId>
> > > >             <artifactId>camel-quarkus-rest</artifactId>
> > > >         </dependency>
> > > > In 4.7.0, there are a camel-quarkus-openapi and camel-quarkus-rest.
> Is
> > it
> > > > like a bug? or I missed something?
> > > >
> > > > On Fri, Aug 30, 2024 at 6:13 PM Claus Ibsen <claus.ib...@gmail.com>
> > > wrote:
> > > >
> > > > > Hi
> > > > >
> > > > > See this doc
> > > > >
> > > > >
> > > >
> > >
> >
> https://camel.apache.org/manual/camel-jbang.html#_controlling_spring_boot_and_quarkus_integrations
> > > > >
> > > > > On Fri, Aug 30, 2024 at 11:55 AM Zheng Feng <zf...@redhat.com>
> > wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > When I run a camel application outside of camel jbang and the
> > `camel
> > > > ps`
> > > > > > command does not find it. I think it is expected since camel
> jbang
> > > can
> > > > > only
> > > > > > manage the process which is spawned by `camel run` command? is it
> > > > right?
> > > > > >
> > > > > > I tried to run a camel quarkus app in a native mode by itself
> > because
> > > > > > `camel run --with-runtime=quarkus` can only run the integration
> in
> > a
> > > > jvm
> > > > > > mode and I want to use camel jbang to manage it, this look
> > > impossible?
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> >
>
>
> --
> Claus Ibsen
> -----------------
> @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>

Reply via email to