Re: [VOTE] Release Apache Camel K 2.3.2 - Attempt #2

2024-05-30 Thread Miguel de Barros
+1 (non-binding)

Thanks very much for the prompt regression fixes!

Kind Regards,
Miguel

On Tue, 28 May 2024 at 16:27, Pasquale Congiusti <
pasquale.congiu...@gmail.com> wrote:

> Hello,
>
> This is a vote to release Apache Camel K 2.3.2. This release provides some
> bug fixes [1] due to certain regressions introduced in version 2.3.1. This
> is a second attempt which is replacing the staging artifacts released in
> the previous vote (canceled due to some other regressions identified, and
> promptly fixed).
>
> Camel K release files:
> https://dist.apache.org/repos/dist/dev/camel/camel-k/2.3.2/
>
> Camel K Tag:
> https://github.com/apache/camel-k/releases/tag/v2.3.2
>
> Camel K CRD Java dependency staging repository:
> https://repository.apache.org/content/repositories/org apache camel-1715/
> 
>
> Staging container image repository (multi architecture manifest):
>
> https://hub.docker.com/layers/camelk/camel-k/2.3.2/images/sha256-b4e2704b79e3b0fec6d1f5d8968764174ca8223ed7b0f5f5468d57f7829f7f80?context=explore
>
> It's possible to install all staging artifacts with a single command
> (preferably using the kamel CLI you find in Camel K release files):
>
> $ kamel install --operator-image=camelk/camel-k:2.3.2 --olm=false
>
> Please test this release candidate and cast your vote.
>
> [ ] +1 Release Apache Camel K 2.3.2
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> I start the vote with my +1 (binding).
>
> Thanks and regards,
> Pasquale Congiusti
>
> [1] https://github.com/apache/camel-k/milestone/51?closed=1
>


Re: [VOTE] Release Apache Camel-kafka-connector 4.4.2

2024-05-30 Thread Claus Ibsen
+1 (binding)

Thanks Andrea for jumping in and making this upgrade and release possible.
It was not a trivial upgrade due to also some changes on the kafka side.



On Thu, May 30, 2024 at 3:31 PM Andrea  wrote:

> Hello all,
>
> This is a vote to release Apache Camel-kafka-connector 4.4.2
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1718
>
> Tag:
>
> https://gitbox.apache.org/repos/asf?p=camel-kafka-connector.git;a=tag;h=refs/tags/camel-kafka-connector-4.4.2
>
> Updated to camel 4.4.2
> Connectors based on camel-jira kamelets has been removed
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as  Apache Camel-kafka-connector 4.4.2
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Andrea.
>


-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: [VOTE] Release Apache Camel-kafka-connector 4.4.2

2024-05-30 Thread Andrea Cosentino
+1 (binding)

Thanks Andrea for the release!

Il giorno gio 30 mag 2024 alle ore 15:31 Andrea  ha
scritto:

> Hello all,
>
> This is a vote to release Apache Camel-kafka-connector 4.4.2
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1718
>
> Tag:
>
> https://gitbox.apache.org/repos/asf?p=camel-kafka-connector.git;a=tag;h=refs/tags/camel-kafka-connector-4.4.2
>
> Updated to camel 4.4.2
> Connectors based on camel-jira kamelets has been removed
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as  Apache Camel-kafka-connector 4.4.2
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Andrea.
>


[VOTE] Release Apache Camel-kafka-connector 4.4.2

2024-05-30 Thread Andrea
Hello all,

This is a vote to release Apache Camel-kafka-connector 4.4.2

Staging repository:
https://repository.apache.org/content/repositories/orgapachecamel-1718

Tag:
https://gitbox.apache.org/repos/asf?p=camel-kafka-connector.git;a=tag;h=refs/tags/camel-kafka-connector-4.4.2

Updated to camel 4.4.2
Connectors based on camel-jira kamelets has been removed

Please test this release candidate and cast your vote.
[ ] +1 Release the binary as  Apache Camel-kafka-connector 4.4.2
[ ] -1 Veto the release (provide specific comments)

The vote is open for at least 72 hours.

Thanks,
Andrea.


Camel migrations

2024-05-30 Thread Jiří Ondrušek
Hi all,

Quarkus introduced a migration tool in the past (see the documentation -
https://quarkus.io/guides/update-quarkus). We leveraged the tool in Camel
Quarkus and added support for migration of the camel-quarkus projects. Now
is the right time to bring such migrations into plain Camel.

Current status:
• Quarkus migration tool uses OpenRewrite recipes
• Camel Quarkus added recipes for the migration of plain Camel from 3.x to
4.x
• Recipes are located in the Quarkus repository (
https://github.com/quarkusio/quarkus-updates/tree/main/recipes/src/main/java/io/quarkus/updates/camel
)

I'd like to propose several improvements:

   1. The recipes should be moved into the Camel repository (together with
   the tests)
   2. There should be an easy way of running those recipes on plain Camel
   projects
   3. The recipes module has to become a part of the released Camel bits
   (it could be added as the last released module as nothing should depend on
   it)
   4. The Quarkus repository has to be refactored to use the Camel recipes
   (and tests) artifact

If there is an agreement on this task, I'd create a ticket for the work and
I'd like to take care of it.

Best regards,
Jiri


Re: Draft Camel Board Report for June 2024

2024-05-30 Thread Jean-Baptiste Onofré
Thanks Andrea !

Regards
JB

On Thu, May 30, 2024 at 12:01 PM Andrea Cosentino  wrote:
>
> Hello, I added this section
>
> Apache Camel-Karaf:
> - Camel-karaf main branch has been updated and now works with Camel 4.6.0
> and
>   Karaf 4.4.6+. We are working on new good features, heading to the first
>   camel-karaf 4.x release. Many new contributors are helping on this.
>
> Thanks JB.
>
> Il giorno gio 30 mag 2024 alle ore 11:57 Andrea Cosentino 
> ha scritto:
>
> > Thanks JB, I'm updating it.
> >
> > Il giorno gio 30 mag 2024 alle ore 11:52 Jean-Baptiste Onofré <
> > j...@nanthrax.net> ha scritto:
> >
> >> Hi Andrea,
> >>
> >> Maybe we can mention that camel-karaf main branch has been updated and
> >> now works with Camel 4.6.0 and Karaf 4.4.6+.
> >> We are working on new good features, heading to the first camel-karaf
> >> 4.x release.
> >>
> >> It looks good to me anyway :)
> >>
> >> Regards
> >> JB
> >>
> >> On Thu, May 30, 2024 at 9:56 AM Andrea Cosentino 
> >> wrote:
> >> >
> >> > Hello all,
> >> >
> >> > I prepare the draft for June 2024, I'm planning to submit tomorrow
> >> > afternoon to avoid any delay. Feedback is welcome.
> >> >
> >> > ## Description:
> >> > The mission of Apache Camel is the creation and maintenance of an
> >> > open-source
> >> > integration framework based on known Enterprise Integration Patterns.
> >> >
> >> > ## Project Status:
> >> > Current project status: Ongoing with high activity
> >> > Issues for the board: There
> >> > are no issues requiring board attention at this time.
> >> >
> >> > ## Membership Data:
> >> > Apache Camel was founded 2008-12-17 (15 years ago)
> >> > There are currently 93 committers and 47 PMC members in this project.
> >> > The Committer-to-PMC ratio is roughly 2:1.
> >> >
> >> > Community changes, past quarter:
> >> > - Colm O hEigeartaigh was added to the PMC on 2024-03-11
> >> > - Marat Gubaidullin was added to the PMC on 2024-03-11
> >> > - Gaelle Fournier was added as committer on 2024-03-06
> >> > - Ivan Kulaga was added as committer on 2024-03-12
> >> >
> >> > ## Project Activity:
> >> > Apache Camel:
> >> > - We released Camel 3.22.2
> >> > - We released Camel 4.0.5
> >> > - We released Camel 4.4.1
> >> > - We released Camel 4.4.2
> >> > - We released Camel 4.5.0
> >> > - We released Camel 4.6.0
> >> > - Note: Camel releases have synchronized releases of Camel-Karaf and
> >> >   Camel-Spring-Boot too for 3.x, while for 4.x only Camel-Spring-Boot is
> >> >   synchronized.
> >> > - The 4.4.x release is our LTS release train and we are already release
> >> two
> >> >   patch releases 4.4.1 and 4.4.2
> >> > - We are working torward our next LTS release 4.8.0, we released two
> >> >   development releases 4.5.0 and 4.6.0
> >> > - We continued the release train for 3.22.x LTS
> >> > - The 3.22.x release train is the LTS for 3.x
> >> > - The situation is really healthy and the community is super. We are
> >> >   introducing many new features and working on engaging the community
> >> more.
> >> >
> >> > Apache Camel K:
> >> > - For Camel K we released a 2.3.0, 2.3.1 and 2.3.2 (on vote) with a lot
> >> of
> >> >   good stuff.
> >> > - For Camel-K-runtime we released 3.8.0, for 2.3.x work.
> >> > - Camel K is in good shape and the community is expading with new
> >> > contributors
> >> >   and many new good idea.
> >> >
> >> > Apache Camel Kamelets:
> >> > - We released Camel Kamelets 4.4.1
> >> > - We released Camel Kamelets 4.4.2
> >> > - We released Camel Kamelets 4.5.0
> >> > - We released Camel Kamelets 4.6.0
> >> > - The 4.4.x release train is matching the LTS release from Camel core
> >> and
> >> > it's
> >> >   an important building block for starting with routes
> >> > - We introduced a lot of new Kamelets and we are improving the
> >> documentation
> >> >   by focusing on much more examples
> >> >
> >> > Apache Camel Quarkus:
> >> > - The Camel-Quarkus work is going ahead following the main camel
> >> releases
> >> > with
> >> >   multiple releases
> >> > - We released Camel-quarkus 3.8.1
> >> > - We released Camel-quarkus 3.8.2
> >> > - We released Camel-quarkus 3.9.0
> >> > - We released Camel-quarkus 3.10.0
> >> > - We released Camel-quarkus 3.11.0
> >> > - The 3.8.x release train is matching the 4.4.x release from Camel core
> >> and
> >> > it
> >> >   will be an LTS
> >> > - A lot of work has been done on testing side and we are working on
> >> > supporting
> >> >   more extensions for vector databases and AI
> >> >
> >> > Apache Camel-Karavan:
> >> > - Camel-Karavan is improving and the community around the project is
> >> >   increasing in number of features and new issues reporting
> >> > - We released the 4.4.0
> >> > - We released the 4.4.1
> >> > - We released the 4.5.0
> >> > - We released the 4.6.0
> >> > - We released also the 4.4.x patch releases matching the LTS version
> >> from
> >> >   Camel core
> >> >
> >> > Camel-Kafka-Connector:
> >> > - We plan to release a 4.4.2 to match the LTS release from camel core,
> >> 

Re: Draft Camel Board Report for June 2024

2024-05-30 Thread Andrea Cosentino
Hello, I added this section

Apache Camel-Karaf:
- Camel-karaf main branch has been updated and now works with Camel 4.6.0
and
  Karaf 4.4.6+. We are working on new good features, heading to the first
  camel-karaf 4.x release. Many new contributors are helping on this.

Thanks JB.

Il giorno gio 30 mag 2024 alle ore 11:57 Andrea Cosentino 
ha scritto:

> Thanks JB, I'm updating it.
>
> Il giorno gio 30 mag 2024 alle ore 11:52 Jean-Baptiste Onofré <
> j...@nanthrax.net> ha scritto:
>
>> Hi Andrea,
>>
>> Maybe we can mention that camel-karaf main branch has been updated and
>> now works with Camel 4.6.0 and Karaf 4.4.6+.
>> We are working on new good features, heading to the first camel-karaf
>> 4.x release.
>>
>> It looks good to me anyway :)
>>
>> Regards
>> JB
>>
>> On Thu, May 30, 2024 at 9:56 AM Andrea Cosentino 
>> wrote:
>> >
>> > Hello all,
>> >
>> > I prepare the draft for June 2024, I'm planning to submit tomorrow
>> > afternoon to avoid any delay. Feedback is welcome.
>> >
>> > ## Description:
>> > The mission of Apache Camel is the creation and maintenance of an
>> > open-source
>> > integration framework based on known Enterprise Integration Patterns.
>> >
>> > ## Project Status:
>> > Current project status: Ongoing with high activity
>> > Issues for the board: There
>> > are no issues requiring board attention at this time.
>> >
>> > ## Membership Data:
>> > Apache Camel was founded 2008-12-17 (15 years ago)
>> > There are currently 93 committers and 47 PMC members in this project.
>> > The Committer-to-PMC ratio is roughly 2:1.
>> >
>> > Community changes, past quarter:
>> > - Colm O hEigeartaigh was added to the PMC on 2024-03-11
>> > - Marat Gubaidullin was added to the PMC on 2024-03-11
>> > - Gaelle Fournier was added as committer on 2024-03-06
>> > - Ivan Kulaga was added as committer on 2024-03-12
>> >
>> > ## Project Activity:
>> > Apache Camel:
>> > - We released Camel 3.22.2
>> > - We released Camel 4.0.5
>> > - We released Camel 4.4.1
>> > - We released Camel 4.4.2
>> > - We released Camel 4.5.0
>> > - We released Camel 4.6.0
>> > - Note: Camel releases have synchronized releases of Camel-Karaf and
>> >   Camel-Spring-Boot too for 3.x, while for 4.x only Camel-Spring-Boot is
>> >   synchronized.
>> > - The 4.4.x release is our LTS release train and we are already release
>> two
>> >   patch releases 4.4.1 and 4.4.2
>> > - We are working torward our next LTS release 4.8.0, we released two
>> >   development releases 4.5.0 and 4.6.0
>> > - We continued the release train for 3.22.x LTS
>> > - The 3.22.x release train is the LTS for 3.x
>> > - The situation is really healthy and the community is super. We are
>> >   introducing many new features and working on engaging the community
>> more.
>> >
>> > Apache Camel K:
>> > - For Camel K we released a 2.3.0, 2.3.1 and 2.3.2 (on vote) with a lot
>> of
>> >   good stuff.
>> > - For Camel-K-runtime we released 3.8.0, for 2.3.x work.
>> > - Camel K is in good shape and the community is expading with new
>> > contributors
>> >   and many new good idea.
>> >
>> > Apache Camel Kamelets:
>> > - We released Camel Kamelets 4.4.1
>> > - We released Camel Kamelets 4.4.2
>> > - We released Camel Kamelets 4.5.0
>> > - We released Camel Kamelets 4.6.0
>> > - The 4.4.x release train is matching the LTS release from Camel core
>> and
>> > it's
>> >   an important building block for starting with routes
>> > - We introduced a lot of new Kamelets and we are improving the
>> documentation
>> >   by focusing on much more examples
>> >
>> > Apache Camel Quarkus:
>> > - The Camel-Quarkus work is going ahead following the main camel
>> releases
>> > with
>> >   multiple releases
>> > - We released Camel-quarkus 3.8.1
>> > - We released Camel-quarkus 3.8.2
>> > - We released Camel-quarkus 3.9.0
>> > - We released Camel-quarkus 3.10.0
>> > - We released Camel-quarkus 3.11.0
>> > - The 3.8.x release train is matching the 4.4.x release from Camel core
>> and
>> > it
>> >   will be an LTS
>> > - A lot of work has been done on testing side and we are working on
>> > supporting
>> >   more extensions for vector databases and AI
>> >
>> > Apache Camel-Karavan:
>> > - Camel-Karavan is improving and the community around the project is
>> >   increasing in number of features and new issues reporting
>> > - We released the 4.4.0
>> > - We released the 4.4.1
>> > - We released the 4.5.0
>> > - We released the 4.6.0
>> > - We released also the 4.4.x patch releases matching the LTS version
>> from
>> >   Camel core
>> >
>> > Camel-Kafka-Connector:
>> > - We plan to release a 4.4.2 to match the LTS release from camel core,
>> the
>> >   release process is on-going
>> > - The community is active and we receive a lot of feedback and requests
>> >
>> > Overall:
>> > - The Camel project and all the subprojects are in a really good shape
>> and
>> > all
>> >   of them are growing in terms of community involvement and
>> contributions.
>> >
>> > ## Community Health:
>> > - 339 

Re: Draft Camel Board Report for June 2024

2024-05-30 Thread Andrea Cosentino
Thanks JB, I'm updating it.

Il giorno gio 30 mag 2024 alle ore 11:52 Jean-Baptiste Onofré <
j...@nanthrax.net> ha scritto:

> Hi Andrea,
>
> Maybe we can mention that camel-karaf main branch has been updated and
> now works with Camel 4.6.0 and Karaf 4.4.6+.
> We are working on new good features, heading to the first camel-karaf
> 4.x release.
>
> It looks good to me anyway :)
>
> Regards
> JB
>
> On Thu, May 30, 2024 at 9:56 AM Andrea Cosentino 
> wrote:
> >
> > Hello all,
> >
> > I prepare the draft for June 2024, I'm planning to submit tomorrow
> > afternoon to avoid any delay. Feedback is welcome.
> >
> > ## Description:
> > The mission of Apache Camel is the creation and maintenance of an
> > open-source
> > integration framework based on known Enterprise Integration Patterns.
> >
> > ## Project Status:
> > Current project status: Ongoing with high activity
> > Issues for the board: There
> > are no issues requiring board attention at this time.
> >
> > ## Membership Data:
> > Apache Camel was founded 2008-12-17 (15 years ago)
> > There are currently 93 committers and 47 PMC members in this project.
> > The Committer-to-PMC ratio is roughly 2:1.
> >
> > Community changes, past quarter:
> > - Colm O hEigeartaigh was added to the PMC on 2024-03-11
> > - Marat Gubaidullin was added to the PMC on 2024-03-11
> > - Gaelle Fournier was added as committer on 2024-03-06
> > - Ivan Kulaga was added as committer on 2024-03-12
> >
> > ## Project Activity:
> > Apache Camel:
> > - We released Camel 3.22.2
> > - We released Camel 4.0.5
> > - We released Camel 4.4.1
> > - We released Camel 4.4.2
> > - We released Camel 4.5.0
> > - We released Camel 4.6.0
> > - Note: Camel releases have synchronized releases of Camel-Karaf and
> >   Camel-Spring-Boot too for 3.x, while for 4.x only Camel-Spring-Boot is
> >   synchronized.
> > - The 4.4.x release is our LTS release train and we are already release
> two
> >   patch releases 4.4.1 and 4.4.2
> > - We are working torward our next LTS release 4.8.0, we released two
> >   development releases 4.5.0 and 4.6.0
> > - We continued the release train for 3.22.x LTS
> > - The 3.22.x release train is the LTS for 3.x
> > - The situation is really healthy and the community is super. We are
> >   introducing many new features and working on engaging the community
> more.
> >
> > Apache Camel K:
> > - For Camel K we released a 2.3.0, 2.3.1 and 2.3.2 (on vote) with a lot
> of
> >   good stuff.
> > - For Camel-K-runtime we released 3.8.0, for 2.3.x work.
> > - Camel K is in good shape and the community is expading with new
> > contributors
> >   and many new good idea.
> >
> > Apache Camel Kamelets:
> > - We released Camel Kamelets 4.4.1
> > - We released Camel Kamelets 4.4.2
> > - We released Camel Kamelets 4.5.0
> > - We released Camel Kamelets 4.6.0
> > - The 4.4.x release train is matching the LTS release from Camel core and
> > it's
> >   an important building block for starting with routes
> > - We introduced a lot of new Kamelets and we are improving the
> documentation
> >   by focusing on much more examples
> >
> > Apache Camel Quarkus:
> > - The Camel-Quarkus work is going ahead following the main camel releases
> > with
> >   multiple releases
> > - We released Camel-quarkus 3.8.1
> > - We released Camel-quarkus 3.8.2
> > - We released Camel-quarkus 3.9.0
> > - We released Camel-quarkus 3.10.0
> > - We released Camel-quarkus 3.11.0
> > - The 3.8.x release train is matching the 4.4.x release from Camel core
> and
> > it
> >   will be an LTS
> > - A lot of work has been done on testing side and we are working on
> > supporting
> >   more extensions for vector databases and AI
> >
> > Apache Camel-Karavan:
> > - Camel-Karavan is improving and the community around the project is
> >   increasing in number of features and new issues reporting
> > - We released the 4.4.0
> > - We released the 4.4.1
> > - We released the 4.5.0
> > - We released the 4.6.0
> > - We released also the 4.4.x patch releases matching the LTS version from
> >   Camel core
> >
> > Camel-Kafka-Connector:
> > - We plan to release a 4.4.2 to match the LTS release from camel core,
> the
> >   release process is on-going
> > - The community is active and we receive a lot of feedback and requests
> >
> > Overall:
> > - The Camel project and all the subprojects are in a really good shape
> and
> > all
> >   of them are growing in terms of community involvement and
> contributions.
> >
> > ## Community Health:
> > - 339 issues opened on GitHub, past quarter (11% increase) and 339 issues
> >   closed on GitHub, past quarter (12% increase): Some of the subproject
> are
> >   using github issues, but Camel core is still on JIRA. We are seeing
> > increase
> >   in Camel K and Camel Quarkus.
> > - 4248 commits in the past quarter (17% decrease) and 115 code
> contributors
> > in
> >   the past quarter (10% increase): We are consolidating the codebase and
> > that
> >   explains the decrease in commits and we are seeing 

Re: Draft Camel Board Report for June 2024

2024-05-30 Thread Jean-Baptiste Onofré
Hi Andrea,

Maybe we can mention that camel-karaf main branch has been updated and
now works with Camel 4.6.0 and Karaf 4.4.6+.
We are working on new good features, heading to the first camel-karaf
4.x release.

It looks good to me anyway :)

Regards
JB

On Thu, May 30, 2024 at 9:56 AM Andrea Cosentino  wrote:
>
> Hello all,
>
> I prepare the draft for June 2024, I'm planning to submit tomorrow
> afternoon to avoid any delay. Feedback is welcome.
>
> ## Description:
> The mission of Apache Camel is the creation and maintenance of an
> open-source
> integration framework based on known Enterprise Integration Patterns.
>
> ## Project Status:
> Current project status: Ongoing with high activity
> Issues for the board: There
> are no issues requiring board attention at this time.
>
> ## Membership Data:
> Apache Camel was founded 2008-12-17 (15 years ago)
> There are currently 93 committers and 47 PMC members in this project.
> The Committer-to-PMC ratio is roughly 2:1.
>
> Community changes, past quarter:
> - Colm O hEigeartaigh was added to the PMC on 2024-03-11
> - Marat Gubaidullin was added to the PMC on 2024-03-11
> - Gaelle Fournier was added as committer on 2024-03-06
> - Ivan Kulaga was added as committer on 2024-03-12
>
> ## Project Activity:
> Apache Camel:
> - We released Camel 3.22.2
> - We released Camel 4.0.5
> - We released Camel 4.4.1
> - We released Camel 4.4.2
> - We released Camel 4.5.0
> - We released Camel 4.6.0
> - Note: Camel releases have synchronized releases of Camel-Karaf and
>   Camel-Spring-Boot too for 3.x, while for 4.x only Camel-Spring-Boot is
>   synchronized.
> - The 4.4.x release is our LTS release train and we are already release two
>   patch releases 4.4.1 and 4.4.2
> - We are working torward our next LTS release 4.8.0, we released two
>   development releases 4.5.0 and 4.6.0
> - We continued the release train for 3.22.x LTS
> - The 3.22.x release train is the LTS for 3.x
> - The situation is really healthy and the community is super. We are
>   introducing many new features and working on engaging the community more.
>
> Apache Camel K:
> - For Camel K we released a 2.3.0, 2.3.1 and 2.3.2 (on vote) with a lot of
>   good stuff.
> - For Camel-K-runtime we released 3.8.0, for 2.3.x work.
> - Camel K is in good shape and the community is expading with new
> contributors
>   and many new good idea.
>
> Apache Camel Kamelets:
> - We released Camel Kamelets 4.4.1
> - We released Camel Kamelets 4.4.2
> - We released Camel Kamelets 4.5.0
> - We released Camel Kamelets 4.6.0
> - The 4.4.x release train is matching the LTS release from Camel core and
> it's
>   an important building block for starting with routes
> - We introduced a lot of new Kamelets and we are improving the documentation
>   by focusing on much more examples
>
> Apache Camel Quarkus:
> - The Camel-Quarkus work is going ahead following the main camel releases
> with
>   multiple releases
> - We released Camel-quarkus 3.8.1
> - We released Camel-quarkus 3.8.2
> - We released Camel-quarkus 3.9.0
> - We released Camel-quarkus 3.10.0
> - We released Camel-quarkus 3.11.0
> - The 3.8.x release train is matching the 4.4.x release from Camel core and
> it
>   will be an LTS
> - A lot of work has been done on testing side and we are working on
> supporting
>   more extensions for vector databases and AI
>
> Apache Camel-Karavan:
> - Camel-Karavan is improving and the community around the project is
>   increasing in number of features and new issues reporting
> - We released the 4.4.0
> - We released the 4.4.1
> - We released the 4.5.0
> - We released the 4.6.0
> - We released also the 4.4.x patch releases matching the LTS version from
>   Camel core
>
> Camel-Kafka-Connector:
> - We plan to release a 4.4.2 to match the LTS release from camel core, the
>   release process is on-going
> - The community is active and we receive a lot of feedback and requests
>
> Overall:
> - The Camel project and all the subprojects are in a really good shape and
> all
>   of them are growing in terms of community involvement and contributions.
>
> ## Community Health:
> - 339 issues opened on GitHub, past quarter (11% increase) and 339 issues
>   closed on GitHub, past quarter (12% increase): Some of the subproject are
>   using github issues, but Camel core is still on JIRA. We are seeing
> increase
>   in Camel K and Camel Quarkus.
> - 4248 commits in the past quarter (17% decrease) and 115 code contributors
> in
>   the past quarter (10% increase): We are consolidating the codebase and
> that
>   explains the decrease in commits and we are seeing increase in terms of
>   contributors
> - 1706 PRs opened on GitHub, past quarter (5% decrease) and 1699 PRs closed
> on
>   GitHub, past quarter (6% decrease): Here we are more or less in line with
>   the last quarter. The situation is really good and we are observing more
>   engagement in open PRs.
> - dev@camel.apache.org had a 10% increase in traffic in the past quarter
> (363
>   

Draft Camel Board Report for June 2024

2024-05-30 Thread Andrea Cosentino
Hello all,

I prepare the draft for June 2024, I'm planning to submit tomorrow
afternoon to avoid any delay. Feedback is welcome.

## Description:
The mission of Apache Camel is the creation and maintenance of an
open-source
integration framework based on known Enterprise Integration Patterns.

## Project Status:
Current project status: Ongoing with high activity
Issues for the board: There
are no issues requiring board attention at this time.

## Membership Data:
Apache Camel was founded 2008-12-17 (15 years ago)
There are currently 93 committers and 47 PMC members in this project.
The Committer-to-PMC ratio is roughly 2:1.

Community changes, past quarter:
- Colm O hEigeartaigh was added to the PMC on 2024-03-11
- Marat Gubaidullin was added to the PMC on 2024-03-11
- Gaelle Fournier was added as committer on 2024-03-06
- Ivan Kulaga was added as committer on 2024-03-12

## Project Activity:
Apache Camel:
- We released Camel 3.22.2
- We released Camel 4.0.5
- We released Camel 4.4.1
- We released Camel 4.4.2
- We released Camel 4.5.0
- We released Camel 4.6.0
- Note: Camel releases have synchronized releases of Camel-Karaf and
  Camel-Spring-Boot too for 3.x, while for 4.x only Camel-Spring-Boot is
  synchronized.
- The 4.4.x release is our LTS release train and we are already release two
  patch releases 4.4.1 and 4.4.2
- We are working torward our next LTS release 4.8.0, we released two
  development releases 4.5.0 and 4.6.0
- We continued the release train for 3.22.x LTS
- The 3.22.x release train is the LTS for 3.x
- The situation is really healthy and the community is super. We are
  introducing many new features and working on engaging the community more.

Apache Camel K:
- For Camel K we released a 2.3.0, 2.3.1 and 2.3.2 (on vote) with a lot of
  good stuff.
- For Camel-K-runtime we released 3.8.0, for 2.3.x work.
- Camel K is in good shape and the community is expading with new
contributors
  and many new good idea.

Apache Camel Kamelets:
- We released Camel Kamelets 4.4.1
- We released Camel Kamelets 4.4.2
- We released Camel Kamelets 4.5.0
- We released Camel Kamelets 4.6.0
- The 4.4.x release train is matching the LTS release from Camel core and
it's
  an important building block for starting with routes
- We introduced a lot of new Kamelets and we are improving the documentation
  by focusing on much more examples

Apache Camel Quarkus:
- The Camel-Quarkus work is going ahead following the main camel releases
with
  multiple releases
- We released Camel-quarkus 3.8.1
- We released Camel-quarkus 3.8.2
- We released Camel-quarkus 3.9.0
- We released Camel-quarkus 3.10.0
- We released Camel-quarkus 3.11.0
- The 3.8.x release train is matching the 4.4.x release from Camel core and
it
  will be an LTS
- A lot of work has been done on testing side and we are working on
supporting
  more extensions for vector databases and AI

Apache Camel-Karavan:
- Camel-Karavan is improving and the community around the project is
  increasing in number of features and new issues reporting
- We released the 4.4.0
- We released the 4.4.1
- We released the 4.5.0
- We released the 4.6.0
- We released also the 4.4.x patch releases matching the LTS version from
  Camel core

Camel-Kafka-Connector:
- We plan to release a 4.4.2 to match the LTS release from camel core, the
  release process is on-going
- The community is active and we receive a lot of feedback and requests

Overall:
- The Camel project and all the subprojects are in a really good shape and
all
  of them are growing in terms of community involvement and contributions.

## Community Health:
- 339 issues opened on GitHub, past quarter (11% increase) and 339 issues
  closed on GitHub, past quarter (12% increase): Some of the subproject are
  using github issues, but Camel core is still on JIRA. We are seeing
increase
  in Camel K and Camel Quarkus.
- 4248 commits in the past quarter (17% decrease) and 115 code contributors
in
  the past quarter (10% increase): We are consolidating the codebase and
that
  explains the decrease in commits and we are seeing increase in terms of
  contributors
- 1706 PRs opened on GitHub, past quarter (5% decrease) and 1699 PRs closed
on
  GitHub, past quarter (6% decrease): Here we are more or less in line with
  the last quarter. The situation is really good and we are observing more
  engagement in open PRs.
- dev@camel.apache.org had a 10% increase in traffic in the past quarter
(363
  emails compared to 328): The discussion are moving much more on Zulip but
  still there was an increase.
- iss...@camel.apache.org had a 10% increase in traffic in the past quarter
  (2122 emails compared to 1915): We are opening more new issues related to
   possible improvements and developments
- us...@camel.apache.org had a 17% increase in traffic in the past quarter
  (218 emails compared to 185): Users are starting to move and ask questions
   on Zulip, like the discussion for development, but we have some more
   discussions related