Re: [Website] Possible change in components page generation (preview available)

2021-09-20 Thread Zoran Regvart
Hi David, big thanks for cleaning that up! On Tue, Sep 21, 2021 at 6:30 AM David Jencks wrote: > > I think I’ve covered all the work related to this in a final PR, > https://github.com/apache/camel/pull/6124. It was supposed to be simple but > I discovered quite a few problems… > > I suspect i

Re: "Regen and polished" commit appears to have broken the (website) build

2021-09-20 Thread Claus Ibsen
Hi Pushed a commit that rename so lets see if that fixes the build On Tue, Sep 21, 2021 at 7:57 AM Claus Ibsen wrote: > > Hi > > Ah yeah the component has a wrong name, renaming and rebuilding now > > On Tue, Sep 21, 2021 at 7:47 AM David Jencks wrote: > > > > I think that fe62e22 > >

Re: "Regen and polished" commit appears to have broken the (website) build

2021-09-20 Thread Claus Ibsen
Hi Ah yeah the component has a wrong name, renaming and rebuilding now On Tue, Sep 21, 2021 at 7:47 AM David Jencks wrote: > > I think that fe62e22 > > left the website build broken as it removed > components/ca

Re: [HEADS-UP][DISCUSS] migrating Camel Kafka Connector to use kamelets

2021-09-20 Thread Otavio Rodolfo Piske
Hi Andrea, that looks great! I am looking forward to seeing this on the main tree. I think the idea of releasing 0.11 based on Camel 3.11 is great and should give some room for the users to migrate. I hope the tests didn't give too much of a headache to convert o.O Kind regards On Mon, Sep 20,

"Regen and polished" commit appears to have broken the (website) build

2021-09-20 Thread David Jencks
I think that fe62e22 left the website build broken as it removed components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json but left a copy in catalog (pro

Re: Camel-spring-boot has no sourcecheck profile

2021-09-20 Thread Claus Ibsen
Hi I dont think it was intentional, most of the code is auto generated in the -starter JARs so there hasn't been too much need for it. But yeah we should add it so it is consistent across the sub projects. On Mon, Sep 20, 2021 at 5:36 PM Karen Lease wrote: > > Hi Camel Developers, > > I've migr

Re: [Website] Possible change in components page generation (preview available)

2021-09-20 Thread Claus Ibsen
On Tue, Sep 21, 2021 at 6:30 AM David Jencks wrote: > > I think I’ve covered all the work related to this in a final PR, > https://github.com/apache/camel/pull/6124. It was supposed to be simple but > I discovered quite a few problems… > > I suspect it would be fairly simple to back port these

Re: [Website] Possible change in components page generation (preview available)

2021-09-20 Thread David Jencks
I think I’ve covered all the work related to this in a final PR, https://github.com/apache/camel/pull/6124. It was supposed to be simple but I discovered quite a few problems… I suspect it would be fairly simple to back port these changes to 3.11.x. Shall I look into doing that? 3.7.x would

Camel-spring-boot has no sourcecheck profile

2021-09-20 Thread Karen Lease
Hi Camel Developers, I've migrated the camel-spring-boot junit tests from Junit4 to Junit5. I realized when I was preparing to commit that this project has no sourcecheck profile defined. Is that intentional? If not, shall I add the necessary profile and plugin and format the source files?

Re: [HEADS-UP][DISCUSS] migrating Camel Kafka Connector to use kamelets

2021-09-20 Thread Luca Burgazzoli
On Mon, Sep 20, 2021 at 9:12 AM Claus Ibsen wrote: > > If a old connector is needed we could ship the maven plugin so CKC > users can generate a custom connector themseleves as "fallback" > > Wonder if the generation of a camel kafka connector could also be a target for https://github.com/apache/

Re: [HEADS-UP][DISCUSS] migrating Camel Kafka Connector to use kamelets

2021-09-20 Thread Zineb Bendhiba
Hello Andrea, I like this idea. Zineb Le lun. 20 sept. 2021 à 09:57, Claus Ibsen a écrit : > On Mon, Sep 20, 2021 at 9:53 AM Andrea wrote: > > > > Oh if I understand correctly you idea: > > > > - release ckc 0.11.0 based on camel 3.11 generating connectors the old > way > > - merge kamelets i

Re: [Website] version link anomalies?

2021-09-20 Thread Zoran Regvart
Hi David, On Mon, Sep 20, 2021 at 9:01 AM David Jencks wrote: > if the downloads page was an Antora page we could both generate it from a > json or yaml file and also include the EOL date elsewhere using > asciidoctor-jsonpath. It looks like the current downloads page is generated > somehow b

Re: Dropping Java 8

2021-09-20 Thread Claus Ibsen
On Sat, Sep 18, 2021 at 9:44 AM Zoran Regvart wrote: > > Hi Claus, > it should be relatively easy to add requirements to the front matter of > release notes and have those displayed on the download/release pages. > We do have a dependencies page[1] in the user manual, so we need a change > there

Re: [HEADS-UP][DISCUSS] migrating Camel Kafka Connector to use kamelets

2021-09-20 Thread Claus Ibsen
On Mon, Sep 20, 2021 at 9:53 AM Andrea wrote: > > Oh if I understand correctly you idea: > > - release ckc 0.11.0 based on camel 3.11 generating connectors the old way > - merge kamelets into main and generate connectors just from kamelets from > 3.12 onward > > Is that what you have in mand? If

Re: [HEADS-UP][DISCUSS] migrating Camel Kafka Connector to use kamelets

2021-09-20 Thread Andrea
Oh if I understand correctly you idea: - release ckc 0.11.0 based on camel 3.11 generating connectors the old way - merge kamelets into main and generate connectors just from kamelets from 3.12 onward Is that what you have in mand? If yes you have my +1 :) On Mon, Sep 20, 2021, at 09:12, Claus

Re: [HEADS-UP][DISCUSS] migrating Camel Kafka Connector to use kamelets

2021-09-20 Thread Claus Ibsen
Hi Great to see progress on CKC. Before doing the "kamelet" thingy. I wonder if we can get a 0.11.0 release out that is just "the old way" but for the 3.11 LTS release. Then users have that stable Camel version to stay on. Then the kamalet work can be merged after that and go into releases for C

Re: [Website] version link anomalies?

2021-09-20 Thread David Jencks
> On Sep 19, 2021, at 10:20 PM, Claus Ibsen wrote: > > On Sun, Sep 19, 2021 at 1:46 AM David Jencks > wrote: >> >> Now I have more questions :-\ >> >> IIUC the latest (code) release is 3.11.2. Is this what is documented in the >> 3.11.x doc version? >> Does