Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-12 Thread Claus Ibsen
On Thu, Jan 12, 2023 at 2:44 PM Jean-Baptiste Onofré wrote: > As already discussed, I will move forward on Camel-Karaf to > Karaf-Camel (I will ping you on zulip channel about that). > > Thanks for stepping up and moving the code over to karaf to its new osgi based home > Regards > JB > > On

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-12 Thread Jean-Baptiste Onofré
As already discussed, I will move forward on Camel-Karaf to Karaf-Camel (I will ping you on zulip channel about that). Regards JB On Wed, Jan 11, 2023 at 9:34 AM Andrea Cosentino wrote: > > Branches have been created. > > CI jobs should updated. > > I guess we need to aling the regen action for

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Andrea Cosentino
add these dependencies as test > dependencies to the pom of the module doing the test. > Then Maven will ensure it’s built before trying to run the tests. > > Chris > > From: Andrea Cosentino > Date: Wednesday, 11. January 2023 at 11:47 > To: dev@camel.apache.org > Subject: R

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Christofer Dutz
branch to Camel v4 (week 2 in 2023) If you run it from the beginning with a clean m2 repo, you'll get this [ERROR] Failed to execute goal on project camel-servlet: Could not resolve dependencies for project org.apache.camel:camel-servlet:jar:4.0.0-SNAPSHOT: Could not find artifact org.apache.camel:camel

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Andrea Cosentino
Yeah, Just noticed that. Sorry about the wrong information. Il giorno mer 11 gen 2023 alle ore 11:54 Guillaume Nodet ha scritto: > It's actually a bit more than that, as this component has been disabled in > the build. > Let me re-enable it. > > Le mer. 11 janv. 2023 à 11:47, Andrea Cosentino

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Guillaume Nodet
It's actually a bit more than that, as this component has been disabled in the build. Let me re-enable it. Le mer. 11 janv. 2023 à 11:47, Andrea Cosentino a écrit : > If you run it from the beginning with a clean m2 repo, you'll get this > > [ERROR] Failed to execute goal on project

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Andrea Cosentino
If you run it from the beginning with a clean m2 repo, you'll get this [ERROR] Failed to execute goal on project camel-servlet: Could not resolve dependencies for project org.apache.camel:camel-servlet:jar:4.0.0-SNAPSHOT: Could not find artifact

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Claus Ibsen
Hi The main branch is now v4 and this means you must use Java 17 to compile the code. On Wed, Jan 11, 2023 at 11:06 AM Guillaume Nodet wrote: > I pushed the changes. > > Le mer. 11 janv. 2023 à 10:54, Claus Ibsen a > écrit : > > > Hi > > > > Guillaume is ready for pushing v4 to main branch.

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Guillaume Nodet
I pushed the changes. Le mer. 11 janv. 2023 à 10:54, Claus Ibsen a écrit : > Hi > > Guillaume is ready for pushing v4 to main branch. So he is doing this now. > Until he is done then please do not commit directly to main, but only do > PRs > > On Wed, Jan 11, 2023 at 9:57 AM Andrea Cosentino >

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Claus Ibsen
Hi Guillaume is ready for pushing v4 to main branch. So he is doing this now. Until he is done then please do not commit directly to main, but only do PRs On Wed, Jan 11, 2023 at 9:57 AM Andrea Cosentino wrote: > Branches have been created. > > CI jobs should updated. > > I guess we need to

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-11 Thread Andrea Cosentino
Branches have been created. CI jobs should updated. I guess we need to aling the regen action for 3.x, by pointing to the new branches. If something is missing, please report. Thanks -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-10 Thread Andrea Cosentino
There are some pending PRs waiting to be merged. Once they are, we could create the branches. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-10 Thread Claus Ibsen
Hi Lets try to get ready this week for switching main to v4. Guillaume is back from PTO and will prepare his work today so it can be ready for the switch. In the meantime we need to prepare for the switch. We need to setup branches for v3 as its "main" branch. - camel-3.x - camel-spring-boot-3.x

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-05 Thread Jean-Baptiste Onofré
+1 It sounds good to me. Regards JB On Tue, Jan 3, 2023 at 11:46 AM Claus Ibsen wrote: > > Hi > > The work on Camel v4 is starting and we will publish a blog post on the > roadmap and timeline for Camel v4 later this week. > > Some time next week we would like to switch "main" branch to v4,

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-04 Thread Alexandre Gallice
Sounds like a great plan and the blog post is very good :+1 On Tue, Jan 3, 2023 at 6:16 PM Karen Lease wrote: > +1 > Looking forward to helping with the upgrade! > > Le 03/01/2023 à 11:46, Claus Ibsen a écrit : > > Hi > > > > The work on Camel v4 is starting and we will publish a blog post on

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-03 Thread Karen Lease
+1 Looking forward to helping with the upgrade! Le 03/01/2023 à 11:46, Claus Ibsen a écrit : Hi The work on Camel v4 is starting and we will publish a blog post on the roadmap and timeline for Camel v4 later this week. Some time next week we would like to switch "main" branch to v4, and then

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-03 Thread Otavio Rodolfo Piske
+1 On Tue, Jan 3, 2023 at 12:08 PM Zheng Feng wrote: > +1 > > On Tue, Jan 3, 2023 at 6:54 PM Claus Ibsen wrote: > > > Hi > > > > The work on Camel v4 is starting and we will publish a blog post on the > > roadmap and timeline for Camel v4 later this week. > > > > Some time next week we would

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-03 Thread Zheng Feng
+1 On Tue, Jan 3, 2023 at 6:54 PM Claus Ibsen wrote: > Hi > > The work on Camel v4 is starting and we will publish a blog post on the > roadmap and timeline for Camel v4 later this week. > > Some time next week we would like to switch "main" branch to v4, and then > create a new camel-3.x

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-03 Thread Zineb Bendhiba
+1 Le mar. 3 janv. 2023 à 11:46, Claus Ibsen a écrit : > Hi > > The work on Camel v4 is starting and we will publish a blog post on the > roadmap and timeline for Camel v4 later this week. > > Some time next week we would like to switch "main" branch to v4, and then > create a new camel-3.x

Re: [HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-03 Thread Andrea Cosentino
+1. Exciting time is coming! Il mar 3 gen 2023, 11:46 Claus Ibsen ha scritto: > Hi > > The work on Camel v4 is starting and we will publish a blog post on the > roadmap and timeline for Camel v4 later this week. > > Some time next week we would like to switch "main" branch to v4, and then >

[HEADS UP] - Switching main branch to Camel v4 (week 2 in 2023)

2023-01-03 Thread Claus Ibsen
Hi The work on Camel v4 is starting and we will publish a blog post on the roadmap and timeline for Camel v4 later this week. Some time next week we would like to switch "main" branch to v4, and then create a new camel-3.x branch as the active branch for future Camel v3 releases (next will be