Re: Release 3.21.0

2023-06-22 Thread Nicolas Filotto
Hi, The OSGI problem is fixed, so the branches are ready for the release. Gregor, since Claus is off, what can I do to help? Regards, Nicolas From: Claus Ibsen Sent: Thursday, June 22, 2023 19:41 To: dev@camel.apache.org Subject: Re: Release 3.21.0 Hi Gregor

Newcomer friendly default build, faster fast build and better reproducibility

2023-06-22 Thread Peter Palaga
Hi, In PR https://github.com/apache/camel/pull/10476 I tried to make some changes to improve ergonomics and reproducibility. The first idea is to auto-fix formatting issues instead of outputting error messages. I.e. rather than using Checkstyle plugin that is not able to fix even basic viola

Re: Release 4.0-RC1

2023-06-22 Thread Claus Ibsen
Hi I think we are close to be good for RC1 as well. We can decide to move Kafka 3.5 upgrade for later. And Nicolas has some test / alignment on SB but that can be done later as well. I will be on PTO for 2 weeks, but it would be good to get RC1 released while I am away. Then I dont make trouble a

Re: Release 3.21.0

2023-06-22 Thread Claus Ibsen
Hi Gregor The SB has been upgraded, and I checked the branches for CS and RAT which was good today. Nicolas is working on the OSGi problems, and it seems we are reverting a snakeyaml upgrade, so when his PRs are merged. Then we should be good to go. Nicolas can you give a heads up tomorrow when

Re: Release 3.21.0

2023-06-22 Thread Claus Ibsen
Hi SB has been upgraded but there is an OSGi problem https://issues.apache.org/jira/browse/CAMEL-19488 And there is a new component that would be good to get into 3.21, as next release is 6 months away for 3.x users. https://github.com/apache/camel/pull/10460 On Thu, Jun 22, 2023 at 10:55 AM Gr

Re: Release 3.21.0

2023-06-22 Thread Gregor Zurowski
I ran into another error with camel-grpc: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project camel-grpc: No tests matching pattern "false" were executed! (Set -Dsurefire.failIfNoSpecifiedTests=false to ignore this error.) -> [Help

Re: Some thoughts on bisecting Camel and our git commit practices

2023-06-22 Thread Nicolas Filotto
Hi, For me, the best you can do to avoid this kind of problem is to avoid committing directly into the target branch by always submitting a PR for any change. And then, once the build is green, merge the PR with "Squash and merge" which is the default action on Camel. The action "Rebase and mer