Hi Nicolas,

Thanks for the fixes. I am taking a look at the branch now and will
send out another message once I start with the release.

Thanks,
Gregor

On Fri, Jun 23, 2023 at 8:49 AM Nicolas Filotto <nfilo...@talend.com> wrote:
>
> 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 <claus.ib...@gmail.com>
> Sent: Thursday, June 22, 2023 19:41
> To: dev@camel.apache.org <dev@camel.apache.org>
> Subject: Re: Release 3.21.0
>
> 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 its all ready.
>
> I will be leaving for PTO tomorrow morning and be away for 2 weeks.
>
>
>
> On Thu, Jun 22, 2023 at 1:45 PM Claus Ibsen <claus.ib...@gmail.com> wrote:
>
> > Hi
> >
> > SB has been upgraded but there is an OSGi problem
> > https://urldefense.com/v3/__https://issues.apache.org/jira/browse/CAMEL-19488__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9ozV-kUg$
> >
> > 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://urldefense.com/v3/__https://github.com/apache/camel/pull/10460__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9sp-c6T3$
> >
> >
> > On Thu, Jun 22, 2023 at 10:55 AM Gregor Zurowski <gre...@list.zurowski.org>
> > wrote:
> >
> >> 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 1]
> >> ```
> >>
> >> camel-grpc has its own surefire plugin configuration:
> >>
> >> ```
> >> <plugin>
> >>   <groupId>org.apache.maven.plugins</groupId>
> >>   <artifactId>maven-surefire-plugin</artifactId>
> >>   <configuration>
> >>     <skipTests>${skipTests}</skipTests>
> >>   </configuration>
> >> </plugin>
> >> ```
> >>
> >> I updated the release profile to set the `skipTests` property
> >> accordingly:
> >> https://urldefense.com/v3/__https://github.com/apache/camel/commit/98911009b3b976bcaa93ace5ebc79671feaf4d57__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9mP5Sylh$
> >>
> >> The 3.x branch is now good for release. Will wait for the Spring Boot
> >> updates.
> >>
> >> Thanks
> >> Gregor
> >>
> >> On Thu, Jun 22, 2023 at 7:16 AM Gregor Zurowski
> >> <gre...@list.zurowski.org> wrote:
> >> >
> >> > Hi Claus,
> >> >
> >> > I confirm that it now works for me as expected. No errors on
> >> > `camel-bundle-plugin` and tests are not getting executed.
> >> >
> >> > Thanks a lot!
> >> >
> >> > Gregor
> >> >
> >> > On Wed, Jun 21, 2023 at 2:51 PM Claus Ibsen <claus.ib...@gmail.com>
> >> wrote:
> >> > >
> >> > > Hi Gregor
> >> > >
> >> > > Okay I think I may have fixed it with setting surefire to skip tests.
> >> Now I
> >> > > can do the dry run and no tests are executed at all
> >> > >
> >> https://urldefense.com/v3/__https://github.com/apache/camel/commit/d5bbc6b8f431dd03b4ab75a033e7f51f9eb5b8e8__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9otYAIJW$
> >> > >
> >> > > If this works for you, then we need to make same change on main
> >> branch.
> >> > >
> >> > > Before cutting 3.21.0 then we need to update to the new SB that is
> >> released
> >> > > tomorrow.
> >> > >
> >> > >
> >> > > On Tue, Jun 20, 2023 at 2:55 PM Gregor Zurowski <
> >> gre...@list.zurowski.org>
> >> > > wrote:
> >> > >
> >> > > > Hi Claus,
> >> > > >
> >> > > > When I run `release:prepare -Prelease -DdryRun` at the root of the
> >> > > > project, no unit tests are executed.
> >> > > >
> >> > > > I am using the Maven Wrapper (at project root) which gives the
> >> > > > following details when invoked:
> >> > > >
> >> > > > ```
> >> > > > Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
> >> > > > Maven home:
> >> > > >
> >> /root/.m2/wrapper/dists/apache-maven-3.8.6-bin/67568434/apache-maven-3.8.6
> >> > > > Java version: 11.0.11, vendor: AdoptOpenJDK, runtime:
> >> /opt/java/openjdk
> >> > > > [...]
> >> > > > ```
> >> > > >
> >> > > > Thanks,
> >> > > > Gregor
> >> > > >
> >> > > > On Tue, Jun 20, 2023 at 2:18 PM Claus Ibsen <claus.ib...@gmail.com>
> >> wrote:
> >> > > > >
> >> > > > > Hi Gregor
> >> > > > >
> >> > > > > Btw what Maven version do you use?
> >> > > > >
> >> > > > > I am using 3.9.2
> >> > > > >
> >> > > > > On Tue, Jun 20, 2023 at 12:04 PM Gregor Zurowski <
> >> > > > gre...@list.zurowski.org>
> >> > > > > wrote:
> >> > > > >
> >> > > > > > Hi,
> >> > > > > >
> >> > > > > > I've looked at the camel-3.x branch before, but I am running
> >> into the
> >> > > > > > following issue when running `release:prepare`:
> >> > > > > >
> >> > > > > > ```
> >> > > > > > [ERROR] Failed to execute goal
> >> > > > > > org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test
> >> > > > > > (default-test) on project camel-bundle-plugin: No tests matching
> >> > > > > > pattern "false" were executed! (Set
> >> > > > > > -Dsurefire.failIfNoSpecifiedTests=false to ignore this error.)
> >> ->
> >> > > > > > [Help 1]
> >> > > > > > ```
> >> > > > > >
> >> > > > > > This can be easily reproduced by running `mvn release:prepare
> >> > > > > > -Prelease -DdryRun` on the `camel-3.x` branch.
> >> > > > > >
> >> > > > > > Can someone take a look please?
> >> > > > > >
> >> > > > > > Thanks in advance
> >> > > > > > Gregor
> >> > > > > >
> >> > > > > > On Tue, Jun 20, 2023 at 11:12 AM Claus Ibsen <
> >> claus.ib...@gmail.com>
> >> > > > > > wrote:
> >> > > > > > >
> >> > > > > > > Hi
> >> > > > > > >
> >> > > > > > > For 3.21 then we need to wait until friday as we want to
> >> upgrade to
> >> > > > > > latest
> >> > > > > > > SB that is to be released on thursday
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > On Fri, Jun 16, 2023 at 10:47 AM Claus Ibsen <
> >> claus.ib...@gmail.com>
> >> > > > > > wrote:
> >> > > > > > >
> >> > > > > > > > Hi
> >> > > > > > > >
> >> > > > > > > > Btw it would be good to get the bouncycastle 1.74 upgrade
> >> included
> >> > > > (CVE
> >> > > > > > > > fix)
> >> > > > > > > > https://urldefense.com/v3/__https://issues.apache.org/jira/browse/CAMEL-19458__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9mdk3P_U$
> >> > > > > > > >
> >> > > > > > > > On Fri, Jun 16, 2023 at 9:00 AM Claus Ibsen <
> >> claus.ib...@gmail.com
> >> > > > >
> >> > > > > > wrote:
> >> > > > > > > >
> >> > > > > > > >> Hi
> >> > > > > > > >>
> >> > > > > > > >> The branches are ready for cutting 3.21.0 release.
> >> > > > > > > >>
> >> > > > > > > >> Gregor, more work for you :)
> >> > > > > > > >>
> >> > > > > > > >>
> >> > > > > > > >>
> >> > > > > > > >> On Wed, Jun 14, 2023 at 4:23 PM Claus Ibsen <
> >> > > > claus.ib...@gmail.com>
> >> > > > > > > >> wrote:
> >> > > > > > > >>
> >> > > > > > > >>> Hi
> >> > > > > > > >>>
> >> > > > > > > >>> So I had to do some fix and cleanup for 3.x branches to
> >> make it
> >> > > > ready
> >> > > > > > > >>> for 3.21.0 release.
> >> > > > > > > >>>
> >> > > > > > > >>> There was some changes in a sync plugin for
> >> > > > > > camel-dependencies/pom.xml
> >> > > > > > > >>> that was done to prepare for Maven v4 support.
> >> > > > > > > >>> However this is broken in OSGi and causes camel-osgi-core
> >> not
> >> > > > able
> >> > > > > > to be
> >> > > > > > > >>> built at all. I have reverted this back so 3.21 will be
> >> > > > > > > >>> the same as 3.20.
> >> > > > > > > >>>
> >> > > > > > > >>> I am doing a bit more testing and checks before giving
> >> the green
> >> > > > > > light.
> >> > > > > > > >>>
> >> > > > > > > >>>
> >> > > > > > > >>>
> >> > > > > > > >>> On Wed, Jun 14, 2023 at 1:31 PM Claus Ibsen <
> >> > > > claus.ib...@gmail.com>
> >> > > > > > > >>> wrote:
> >> > > > > > > >>>
> >> > > > > > > >>>> Hi
> >> > > > > > > >>>>
> >> > > > > > > >>>> I need to do a little bit of cleaning etc but I also
> >> think we
> >> > > > are
> >> > > > > > soon
> >> > > > > > > >>>> ready for cutting 3.21 LTS as well.
> >> > > > > > > >>>>
> >> > > > > > > >>>>
> >> > > > > > > >>>>
> >> > > > > > > >>>> --
> >> > > > > > > >>>> Claus Ibsen
> >> > > > > > > >>>> -----------------
> >> > > > > > > >>>> @davsclaus
> >> > > > > > > >>>> Camel in Action 2: 
> >> > > > > > > >>>> https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
> >> > > > > > > >>>>
> >> > > > > > > >>>
> >> > > > > > > >>>
> >> > > > > > > >>> --
> >> > > > > > > >>> Claus Ibsen
> >> > > > > > > >>> -----------------
> >> > > > > > > >>> @davsclaus
> >> > > > > > > >>> Camel in Action 2: 
> >> > > > > > > >>> https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
> >> > > > > > > >>>
> >> > > > > > > >>
> >> > > > > > > >>
> >> > > > > > > >> --
> >> > > > > > > >> Claus Ibsen
> >> > > > > > > >> -----------------
> >> > > > > > > >> @davsclaus
> >> > > > > > > >> Camel in Action 2: 
> >> > > > > > > >> https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
> >> > > > > > > >>
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > > --
> >> > > > > > > > Claus Ibsen
> >> > > > > > > > -----------------
> >> > > > > > > > @davsclaus
> >> > > > > > > > Camel in Action 2: 
> >> > > > > > > > https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
> >> > > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > --
> >> > > > > > > Claus Ibsen
> >> > > > > > > -----------------
> >> > > > > > > @davsclaus
> >> > > > > > > Camel in Action 2: 
> >> > > > > > > https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Claus Ibsen
> >> > > > > -----------------
> >> > > > > @davsclaus
> >> > > > > Camel in Action 2: 
> >> > > > > https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Claus Ibsen
> >> > > -----------------
> >> > > @davsclaus
> >> > > Camel in Action 2: 
> >> > > https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
> >>
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > @davsclaus
> > Camel in Action 2: 
> > https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
> >
>
>
> --
> Claus Ibsen
> -----------------
> @davsclaus
> Camel in Action 2: 
> https://urldefense.com/v3/__https://www.manning.com/ibsen2__;!!CiXD_PY!Q73eCNQmrqeJ2ALWYK5fgDR8ZUIQITQbWd3lhjA2b_BEPZd5b0WvHXiPax38ucDsicoQUKqyJJ7e9lkEl1BH$
>
> As a recipient of an email from the Talend Group, your personal data will be 
> processed by our systems. Please see our Privacy Notice 
> <https://www.talend.com/privacy-policy/> for more information about our 
> collection and use of your personal information, our security practices, and 
> your data protection rights, including any rights you may have to object to 
> automated-decision making or profiling we use to analyze support or marketing 
> related communications. To manage or discontinue promotional communications, 
> use the communication preferences 
> portal<https://info.talend.com/emailpreferencesen.html>. To exercise your 
> data protection rights, use the privacy request 
> form<https://talend.my.onetrust.com/webform/ef906c5a-de41-4ea0-ba73-96c079cdd15a/b191c71d-f3cb-4a42-9815-0c3ca021704cl>.
>  Contact us here <https://www.talend.com/contact/> or by mail to either of 
> our co-headquarters: Talend, Inc.: 400 South El Camino Real, Ste 1400, San 
> Mateo, CA 94402; Talend SAS: 5/7 rue Salomon De Rothschild, 92150 Suresnes, 
> France

Reply via email to