Hi Claus,

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.
>
Yeah, it looks like this commit [1] removes all the configs of camel-rest
and camel-rest-openapi.
I opened a PR [2] to fix it and can you take a review?

[1]
https://github.com/apache/camel/commit/06e351d491cdb69379208d38b692b084c6ed8b52#diff-a5457bc70852851aa5a0665d100d62ebbbfca28d0703c637160413056ea2102d
[2] https://github.com/apache/camel/pull/15415


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

Reply via email to