Thank you, I will cherry-pick and post updates.

Thanks
Gregor

On Mon, Jan 30, 2023 at 2:15 PM Claus Ibsen <[email protected]> wrote:
>
> Hi
>
> Okay I fixed the archetypes. You can cherry-pick this commit
> https://github.com/apache/camel/commit/f59bb34c047284737ce8440ae0570d4e55010729
>
> On Mon, Jan 30, 2023 at 2:11 PM Gregor Zurowski <[email protected]>
> wrote:
>
> > Thanks Otavio,
> >
> > Yes, I believe your fix will work. I will cherry-pick and re-test once
> > it's merged.
> >
> > Thanks again,
> > Gregor
> >
> > On Mon, Jan 30, 2023 at 1:43 PM Otavio Rodolfo Piske
> > <[email protected]> wrote:
> > >
> > > Hello, thanks Gregor.
> > >
> > > For camel-kafka, I think this should do the trick:
> > > https://github.com/apache/camel/pull/9253. I believe we'll need to
> > > cherry-pick it.
> > >
> > > Kind regards
> > >
> > > On Mon, Jan 30, 2023 at 1:01 PM Gregor Zurowski <
> > [email protected]>
> > > wrote:
> > >
> > > > I have found two issues so far:
> > > >
> > > > 1) camel-kafka is executing integration tests (and fails) with the
> > > > "release" profile active. This seems to be caused by this Maven
> > > > configuration:
> > > >
> > > >
> > > >
> > https://github.com/apache/camel/blob/main/components/camel-kafka/pom.xml#L139
> > > >
> > > > 2) camel-archetype-component is executing integration tests (and
> > > > fails) with the "release" profile active. Not sure how it's supposed
> > > > to get disabled, there is the following configuration, but it doesn't
> > > > seem to be effective:
> > > >
> > > > https://github.com/apache/camel/blob/main/archetypes/pom.xml#L83
> > > >
> > > > I guess it's worth fixing the root cause of this besides disabling
> > > > integration tests in the release profile. The root causes seems to be
> > > > the JUnit 4 import here:
> > > >
> > > >
> > https://github.com/apache/camel/blob/main/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/test/java/__name__ComponentTest.java#L21
> > > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Sun, Jan 29, 2023 at 8:21 PM Andrea Cosentino <[email protected]>
> > > > wrote:
> > > > >
> > > > > It won't move on Karaf as the vote has been aborted for vetos. But it
> > > > will
> > > > > be best effort. If someone have time/will to align to camel 4.x we
> > will
> > > > > consider it again, but always as an additional release not with core
> > and
> > > > Sb.
> > > > >
> > > > > For too much time camel-karaf has been maintained by the same two
> > > > people. I
> > > > > don't have the time anymore
> > > > >
> > > > > Il dom 29 gen 2023, 19:55 Gregor Zurowski <[email protected]>
> > ha
> > > > > scritto:
> > > > >
> > > > > > Still building Camel, but already pushed up `release/4.0.0-M1`
> > > > > > branches on both camel and camel-spring-boot repositories, so
> > everyone
> > > > > > can continue to commit on `main`. As far as I understood from
> > previous
> > > > > > discussions, we are not releasing camel-karaf as part of a 4.x
> > release
> > > > > > as it moves over to Karaf?
> > > > > >
> > > > > > Thanks,
> > > > > > Gregor
> > > > > >
> > > > > > On Sun, Jan 29, 2023 at 7:33 PM Gregor Zurowski
> > > > > > <[email protected]> wrote:
> > > > > > >
> > > > > > > Thanks Andrea, it worked. I had previously provided it via the
> > > > command
> > > > > > > line for testing (using `-D
> > Dsurefire.failIfNoSpecifiedTests=false`)
> > > > > > > without success.
> > > > > > >
> > > > > > > I am currently running through the `prepare` phase with Java 17
> > and
> > > > > > > will let you know if I run into any other issues.
> > > > > > >
> > > > > > > Thanks for your help.
> > > > > > > Gregor
> > > > > > >
> > > > > > > On Sun, Jan 29, 2023 at 6:51 PM Andrea Cosentino <
> > [email protected]>
> > > > > > wrote:
> > > > > > > >
> > > > > > > > Let us know and thanks Gregor
> > > > > > > >
> > > > > > > > Il giorno dom 29 gen 2023 alle ore 18:50 Andrea Cosentino <
> > > > > > [email protected]>
> > > > > > > > ha scritto:
> > > > > > > >
> > > > > > > > > I pushed a possible fix.
> > > > > > > > >
> > > > > > > > > Il giorno dom 29 gen 2023 alle ore 18:16 Andrea Cosentino <
> > > > > > > > > [email protected]> ha scritto:
> > > > > > > > >
> > > > > > > > >> I think it needs to be set as false in the surefire
> > > > configuration.
> > > > > > > > >>
> > > > > > > > >> Il dom 29 gen 2023, 17:36 Gregor Zurowski <
> > > > [email protected]>
> > > > > > ha
> > > > > > > > >> scritto:
> > > > > > > > >>
> > > > > > > > >>> I am getting the following error early on when preparing
> > the
> > > > > > release:
> > > > > > > > >>>
> > > > > > > > >>> ```
> > > > > > > > >>> [ERROR] Failed to execute goal
> > > > > > > > >>>
> > org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
> > > > > > > > >>> (default-test) on project camel-tooling-util: No tests
> > matching
> > > > > > > > >>> pattern "false" were executed! (Set
> > > > > > > > >>> -Dsurefire.failIfNoSpecifiedTests=false to ignore this
> > error.)
> > > > ->
> > > > > > > > >>> [Help 1]
> > > > > > > > >>> ```
> > > > > > > > >>>
> > > > > > > > >>> Any idea what is causing this?
> > > > > > > > >>>
> > > > > > > > >>> Thanks in advance
> > > > > > > > >>> Gregor
> > > > > > > > >>>
> > > > > > > > >>> On Sun, Jan 29, 2023 at 4:20 PM Claus Ibsen <
> > > > [email protected]
> > > > > > >
> > > > > > > > >>> wrote:
> > > > > > > > >>> >
> > > > > > > > >>> > Hi
> > > > > > > > >>> >
> > > > > > > > >>> > Okay there was an issue in SB we have not migrated one
> > of the
> > > > > > starters
> > > > > > > > >>> so I
> > > > > > > > >>> > had to remove it
> > > > > > > > >>> > https://issues.apache.org/jira/browse/CAMEL-18984
> > > > > > > > >>> >
> > > > > > > > >>> > Both branches now compiles with empty maven repo and
> > pass CS
> > > > and
> > > > > > RAT
> > > > > > > > >>> checks.
> > > > > > > > >>> >
> > > > > > > > >>> >
> > > > > > > > >>> > On Sat, Jan 28, 2023 at 7:18 PM Gregor Zurowski <
> > > > > > > > >>> [email protected]>
> > > > > > > > >>> > wrote:
> > > > > > > > >>> >
> > > > > > > > >>> > > I will start taking a look tomorrow and post updates.
> > > > > > > > >>> > >
> > > > > > > > >>> > > Thanks,
> > > > > > > > >>> > > Gregor
> > > > > > > > >>> > >
> > > > > > > > >>> > > On Sat, Jan 28, 2023, 8:53 AM Claus Ibsen <
> > > > > > [email protected]>
> > > > > > > > >>> wrote:
> > > > > > > > >>> > >
> > > > > > > > >>> > > > Hi
> > > > > > > > >>> > > >
> > > > > > > > >>> > > > The core and SB branches are looking good for the
> > > > 4.0.0-M1
> > > > > > release.
> > > > > > > > >>> > > > I think we should cut the release at the first given
> > > > > > opportunity.
> > > > > > > > >>> > > >
> > > > > > > > >>> > > > Gregor, you need to use Java 17 to build the release
> > > > (core
> > > > > > and SB
> > > > > > > > >>> > > > branches).
> > > > > > > > >>> > > >
> > > > > > > > >>> > > >
> > > > > > > > >>> > > >
> > > > > > > > >>> > > > On Mon, Jan 23, 2023 at 7:37 AM Claus Ibsen <
> > > > > > [email protected]
> > > > > > > > >>> >
> > > > > > > > >>> > > wrote:
> > > > > > > > >>> > > >
> > > > > > > > >>> > > > > Hi
> > > > > > > > >>> > > > >
> > > > > > > > >>> > > > > I think it would be good if we can get ready to
> > cut the
> > > > > > first
> > > > > > > > >>> milestone
> > > > > > > > >>> > > > > for Camel v4.
> > > > > > > > >>> > > > > As it's a new major version and a lot of
> > development
> > > > then
> > > > > > we may
> > > > > > > > >>> have
> > > > > > > > >>> > > > some
> > > > > > > > >>> > > > > troubles" with cutting the release so it would be
> > good
> > > > to
> > > > > > try out
> > > > > > > > >>> > > sooner
> > > > > > > > >>> > > > > than later.
> > > > > > > > >>> > > > >
> > > > > > > > >>> > > > > I will be on PTO this week, back at weekend.
> > > > > > > > >>> > > > >
> > > > > > > > >>> > > > >
> > > > > > > > >>> > > > > --
> > > > > > > > >>> > > > > Claus Ibsen
> > > > > > > > >>> > > > > -----------------
> > > > > > > > >>> > > > > @davsclaus
> > > > > > > > >>> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >>> > > > >
> > > > > > > > >>> > > >
> > > > > > > > >>> > > >
> > > > > > > > >>> > > > --
> > > > > > > > >>> > > > Claus Ibsen
> > > > > > > > >>> > > > -----------------
> > > > > > > > >>> > > > @davsclaus
> > > > > > > > >>> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >>> > > >
> > > > > > > > >>> > >
> > > > > > > > >>> >
> > > > > > > > >>> >
> > > > > > > > >>> > --
> > > > > > > > >>> > Claus Ibsen
> > > > > > > > >>> > -----------------
> > > > > > > > >>> > @davsclaus
> > > > > > > > >>> > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >>>
> > > > > > > > >>
> > > > > >
> > > >
> > >
> > >
> > > --
> > > Otavio R. Piske
> > > http://orpiske.net
> >
>
>
> --
> Claus Ibsen
> -----------------
> @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to