Re: camel-quartz URL decode

2023-01-11 Thread Lindgren Peter
Hi! Basically, this is what we're doing with the SFTP endpoint URL (we're adding several other SFTP parameters in the same way, not shown here for clarity): Map existingParameters = new CaseInsensitiveMap(); String uriQueryPart = URISupport.extractQuery(urlWithParameters); existingParameters =

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

2023-01-11 Thread Andrea Cosentino
It's a different problem. The module was skipped and btw this a switch to a bigger refactor related to move to Camel 4.x, so hiccups is expected. Il giorno mer 11 gen 2023 alle ore 12:01 Christofer Dutz < christofer.d...@c-ware.de> ha scritto: > This was exactly what I noticed when reviewing t

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

2023-01-11 Thread Christofer Dutz
This was exactly what I noticed when reviewing the RC for the 3.20.0 release. I think I even left some comments on how to fix the problems. In this case I think the integration-tests failed because the pom in the test referenced artifacts that weren’t built yet. A simple fix should be to simply

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

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 org.apache.camel:camel-swagger-java:jar:4.0.0-SNAPSH

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 ali

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 S