You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2019/11/04 05:31:12 UTC

Re: Closing down to Apache Camel 3.0 GA

Hi

Its going forward, and the CI servers are starting to be 100% success now.

There is CS issue with camel-debezium

And a user reported a thread-safety/concurrency issue in the user
mailing list about the fast Scanner implementation that we added in
Camel 3.
It would be good to have gnodet take a look too, as it was his code.

There is a new component in the works camel-kudo

And then there are about 30 tickets assigned for 3.0.0, which can be
moved to next release if missed etc.


On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> So today we landed the Spring Boot 2.2 upgrade to master branch, so
> that was a great goal when we needed before GA.
>
> There are about 40 items with the 3.0.0 as fixed version in the
> roadmap, but as some are somewhat old, then all of those are not all
> required.
>
> So lets try to focus on getting the codebase ready for GA sooner, such
> as mid/end of november.
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Yes, I've just found and fixed it.

Thanks,
Gregor

On Sun, Nov 24, 2019 at 12:31 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Argh darn. One issue I found looks like that this
> https://github.com/apache/camel/blob/master/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml#L46
>
> Should be org.apache.camel.springboot as the groupId.
>
> On Sun, Nov 24, 2019 at 12:25 PM Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
> >
> > Hi,
> >
> > I am currently having issues preparing the release due to the following error:
> >
> > [INFO] ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Total time:  25.206 s
> > [INFO] Finished at: 2019-11-24T03:10:55-08:00
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > (default-cli) on project camel: Can't release project due to non
> > released dependencies :
> > [ERROR]     org.apache.camel:camel-spring-boot-dependencies-generator:pom:3.0.0-SNAPSHOT:provided
> > [ERROR] in project 'Camel :: Platforms :: Spring-Boot :: Dependency
> > Management :: Dependencies BOM'
> > (org.apache.camel.springboot:camel-spring-boot-dependencies:pom:3.0.0-SNAPSHOT)
> >
> > Not sure what it is yet, looking into it.
> >
> > Thanks,
> > Gregor
> >
> > On Sun, Nov 24, 2019 at 12:23 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi Gregor
> > >
> > > Yay great to hear.
> > >
> > > On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
> > > <gr...@list.zurowski.org> wrote:
> > > >
> > > > Hi Everyone:
> > > >
> > > > I am will start cutting the RC for 3.0 GA now. The release will be
> > > > based on commit 0491209d [1].
> > > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
> > > >
> > > > On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Okay I have fixed the CS issues and the master branch is now ready for
> > > > > Camel 3 GA.
> > > > > Gregor you are welcome to cut the release when you have time, and when
> > > > > you start then let us know thanks.
> > > > >
> > > > >
> > > > > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Okay CS and RAT check is not passing.
> > > > > >
> > > > > > Yesterday I also tested master branch against CiA2 source code and it
> > > > > > works fine too.
> > > > > > (after migrating, mostly the SB groupid name change)
> > > > > >
> > > > > >
> > > > > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > > > > and moved tickets to 3.10, or 3.x etc.
> > > > > > >
> > > > > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > > > > is ready for GA.
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > > > >
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > > > > master branch or a particular commit.
> > > > > > > > >
> > > > > > > >
> > > > > > > > Sounds great Gregor.
> > > > > > > >
> > > > > > > > We are working on the last bits. I will do some work tonight and then
> > > > > > > > check up tomorrow with things like CS and RAT check,
> > > > > > > > so the branch should be in good shape for you.
> > > > > > > >
> > > > > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Gregor
> > > > > > > > >
> > > > > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > > > > instead.
> > > > > > > > > >
> > > > > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > > > > projects starts to look great.
> > > > > > > > > >
> > > > > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > > > > >
> > > > > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > > > > choice for the documentation.
> > > > > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > > > > >
> > > > > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > > > > to this change.
> > > > > > > > > > >
> > > > > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > > > > can also work on that.
> > > > > > > > > > >
> > > > > > > > > > > zoran
> > > > > > > > > > >
> > > > > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > > > > >
> > > > > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > > > > >
> > > > > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > > > > >
> > > > > > > > > > > > zoran
> > > > > > > > > > > >
> > > > > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > > > > the next couple of days,
> > > > > > > > > > > > >
> > > > > > > > > > > > > zoran
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > > > > required.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Zoran Regvart
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Claus Ibsen
> > > > > > > > > > -----------------
> > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi Zoran,

No problem at all, we were able to resolve the remaining issues
quickly. Thanks for making the group ID changes.

Gregor

On Tue, Nov 26, 2019 at 12:09 PM Zoran Regvart <zo...@regvart.com> wrote:
>
> Hi Gregor and Claus,
> sorry for missing those in the Spring Boot groupId rename, and thank
> you for the work over the weekend :)
>
> zoran
>
> On Sun, Nov 24, 2019 at 5:44 PM Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
> >
> > There was one more problem related to the package name change for
> > Spring Boot [1] which only appeared when running the release prepare
> > phase without the dry run option. Now things seems to work fine. Will
> > keep you posted.
> >
> > [1] https://github.com/apache/camel/commit/8fa8850649e043aac645ae333d455dea7ad2d516
> >
> > On Sun, Nov 24, 2019 at 1:26 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi Gregor
> > >
> > > Yeah great news. Thanks for fixing those. And hope the rest of the
> > > release goes well, keep us posted.
> > >
> > > On Sun, Nov 24, 2019 at 12:41 PM Gregor Zurowski
> > > <gr...@list.zurowski.org> wrote:
> > > >
> > > > Hi Claus,
> > > >
> > > > I've just made the following the commits:
> > > >
> > > > https://github.com/apache/camel/commit/5a2d960618f56964942a3097512ce0c64d170e11
> > > > https://github.com/apache/camel/commit/be2ee4a3a0290f1e8c1f5671a5efe6394764641f
> > > >
> > > > This fixes the issue in the generator template as well as in the
> > > > already generator pom.
> > > >
> > > > I hope this looks OK to you.
> > > >
> > > > Thanks again,
> > > > Gregor
> > > >
> > > > On Sun, Nov 24, 2019 at 12:31 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Argh darn. One issue I found looks like that this
> > > > > https://github.com/apache/camel/blob/master/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml#L46
> > > > >
> > > > > Should be org.apache.camel.springboot as the groupId.
> > > > >
> > > > > On Sun, Nov 24, 2019 at 12:25 PM Gregor Zurowski
> > > > > <gr...@list.zurowski.org> wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I am currently having issues preparing the release due to the following error:
> > > > > >
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] BUILD FAILURE
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Total time:  25.206 s
> > > > > > [INFO] Finished at: 2019-11-24T03:10:55-08:00
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [ERROR] Failed to execute goal
> > > > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > > > (default-cli) on project camel: Can't release project due to non
> > > > > > released dependencies :
> > > > > > [ERROR]     org.apache.camel:camel-spring-boot-dependencies-generator:pom:3.0.0-SNAPSHOT:provided
> > > > > > [ERROR] in project 'Camel :: Platforms :: Spring-Boot :: Dependency
> > > > > > Management :: Dependencies BOM'
> > > > > > (org.apache.camel.springboot:camel-spring-boot-dependencies:pom:3.0.0-SNAPSHOT)
> > > > > >
> > > > > > Not sure what it is yet, looking into it.
> > > > > >
> > > > > > Thanks,
> > > > > > Gregor
> > > > > >
> > > > > > On Sun, Nov 24, 2019 at 12:23 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi Gregor
> > > > > > >
> > > > > > > Yay great to hear.
> > > > > > >
> > > > > > > On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
> > > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > > >
> > > > > > > > Hi Everyone:
> > > > > > > >
> > > > > > > > I am will start cutting the RC for 3.0 GA now. The release will be
> > > > > > > > based on commit 0491209d [1].
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Gregor
> > > > > > > >
> > > > > > > > [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
> > > > > > > >
> > > > > > > > On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > Okay I have fixed the CS issues and the master branch is now ready for
> > > > > > > > > Camel 3 GA.
> > > > > > > > > Gregor you are welcome to cut the release when you have time, and when
> > > > > > > > > you start then let us know thanks.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > Okay CS and RAT check is not passing.
> > > > > > > > > >
> > > > > > > > > > Yesterday I also tested master branch against CiA2 source code and it
> > > > > > > > > > works fine too.
> > > > > > > > > > (after migrating, mostly the SB groupid name change)
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi
> > > > > > > > > > >
> > > > > > > > > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > > > > > > > > and moved tickets to 3.10, or 3.x etc.
> > > > > > > > > > >
> > > > > > > > > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > > > > > > > > is ready for GA.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > > > > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi,
> > > > > > > > > > > > >
> > > > > > > > > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > > > > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > > > > > > > > master branch or a particular commit.
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Sounds great Gregor.
> > > > > > > > > > > >
> > > > > > > > > > > > We are working on the last bits. I will do some work tonight and then
> > > > > > > > > > > > check up tomorrow with things like CS and RAT check,
> > > > > > > > > > > > so the branch should be in good shape for you.
> > > > > > > > > > > >
> > > > > > > > > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > Gregor
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > > > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > > > > > > > > instead.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > > > > > > > > projects starts to look great.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > > > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > > > > > > > > choice for the documentation.
> > > > > > > > > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > > > > > > > > to this change.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > > > > > > > > can also work on that.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > > > > > > > > the next couple of days,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > > > > > > > > required.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > -----------------
> > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > -----------------
> > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Claus Ibsen
> > > > > > > > > > -----------------
> > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -----------------
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Zoran Regvart

Re: Closing down to Apache Camel 3.0 GA

Posted by Zoran Regvart <zo...@regvart.com>.
Hi Gregor and Claus,
sorry for missing those in the Spring Boot groupId rename, and thank
you for the work over the weekend :)

zoran

On Sun, Nov 24, 2019 at 5:44 PM Gregor Zurowski
<gr...@list.zurowski.org> wrote:
>
> There was one more problem related to the package name change for
> Spring Boot [1] which only appeared when running the release prepare
> phase without the dry run option. Now things seems to work fine. Will
> keep you posted.
>
> [1] https://github.com/apache/camel/commit/8fa8850649e043aac645ae333d455dea7ad2d516
>
> On Sun, Nov 24, 2019 at 1:26 PM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi Gregor
> >
> > Yeah great news. Thanks for fixing those. And hope the rest of the
> > release goes well, keep us posted.
> >
> > On Sun, Nov 24, 2019 at 12:41 PM Gregor Zurowski
> > <gr...@list.zurowski.org> wrote:
> > >
> > > Hi Claus,
> > >
> > > I've just made the following the commits:
> > >
> > > https://github.com/apache/camel/commit/5a2d960618f56964942a3097512ce0c64d170e11
> > > https://github.com/apache/camel/commit/be2ee4a3a0290f1e8c1f5671a5efe6394764641f
> > >
> > > This fixes the issue in the generator template as well as in the
> > > already generator pom.
> > >
> > > I hope this looks OK to you.
> > >
> > > Thanks again,
> > > Gregor
> > >
> > > On Sun, Nov 24, 2019 at 12:31 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > Argh darn. One issue I found looks like that this
> > > > https://github.com/apache/camel/blob/master/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml#L46
> > > >
> > > > Should be org.apache.camel.springboot as the groupId.
> > > >
> > > > On Sun, Nov 24, 2019 at 12:25 PM Gregor Zurowski
> > > > <gr...@list.zurowski.org> wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I am currently having issues preparing the release due to the following error:
> > > > >
> > > > > [INFO] ------------------------------------------------------------------------
> > > > > [INFO] BUILD FAILURE
> > > > > [INFO] ------------------------------------------------------------------------
> > > > > [INFO] Total time:  25.206 s
> > > > > [INFO] Finished at: 2019-11-24T03:10:55-08:00
> > > > > [INFO] ------------------------------------------------------------------------
> > > > > [ERROR] Failed to execute goal
> > > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > > (default-cli) on project camel: Can't release project due to non
> > > > > released dependencies :
> > > > > [ERROR]     org.apache.camel:camel-spring-boot-dependencies-generator:pom:3.0.0-SNAPSHOT:provided
> > > > > [ERROR] in project 'Camel :: Platforms :: Spring-Boot :: Dependency
> > > > > Management :: Dependencies BOM'
> > > > > (org.apache.camel.springboot:camel-spring-boot-dependencies:pom:3.0.0-SNAPSHOT)
> > > > >
> > > > > Not sure what it is yet, looking into it.
> > > > >
> > > > > Thanks,
> > > > > Gregor
> > > > >
> > > > > On Sun, Nov 24, 2019 at 12:23 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi Gregor
> > > > > >
> > > > > > Yay great to hear.
> > > > > >
> > > > > > On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
> > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > >
> > > > > > > Hi Everyone:
> > > > > > >
> > > > > > > I am will start cutting the RC for 3.0 GA now. The release will be
> > > > > > > based on commit 0491209d [1].
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Gregor
> > > > > > >
> > > > > > > [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
> > > > > > >
> > > > > > > On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > Okay I have fixed the CS issues and the master branch is now ready for
> > > > > > > > Camel 3 GA.
> > > > > > > > Gregor you are welcome to cut the release when you have time, and when
> > > > > > > > you start then let us know thanks.
> > > > > > > >
> > > > > > > >
> > > > > > > > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > Okay CS and RAT check is not passing.
> > > > > > > > >
> > > > > > > > > Yesterday I also tested master branch against CiA2 source code and it
> > > > > > > > > works fine too.
> > > > > > > > > (after migrating, mostly the SB groupid name change)
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > > > > > > > and moved tickets to 3.10, or 3.x etc.
> > > > > > > > > >
> > > > > > > > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > > > > > > > is ready for GA.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > > > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi,
> > > > > > > > > > > >
> > > > > > > > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > > > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > > > > > > > master branch or a particular commit.
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Sounds great Gregor.
> > > > > > > > > > >
> > > > > > > > > > > We are working on the last bits. I will do some work tonight and then
> > > > > > > > > > > check up tomorrow with things like CS and RAT check,
> > > > > > > > > > > so the branch should be in good shape for you.
> > > > > > > > > > >
> > > > > > > > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Gregor
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi
> > > > > > > > > > > > >
> > > > > > > > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > > > > > > > instead.
> > > > > > > > > > > > >
> > > > > > > > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > > > > > > > projects starts to look great.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > > > > > > > choice for the documentation.
> > > > > > > > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > > > > > > > to this change.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > > > > > > > can also work on that.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > > > > > > > the next couple of days,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > > > > > > > required.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > -----------------
> > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Claus Ibsen
> > > > > > > > > > -----------------
> > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -----------------
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2



-- 
Zoran Regvart

Re: Closing down to Apache Camel 3.0 GA

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
There was one more problem related to the package name change for
Spring Boot [1] which only appeared when running the release prepare
phase without the dry run option. Now things seems to work fine. Will
keep you posted.

[1] https://github.com/apache/camel/commit/8fa8850649e043aac645ae333d455dea7ad2d516

On Sun, Nov 24, 2019 at 1:26 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi Gregor
>
> Yeah great news. Thanks for fixing those. And hope the rest of the
> release goes well, keep us posted.
>
> On Sun, Nov 24, 2019 at 12:41 PM Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
> >
> > Hi Claus,
> >
> > I've just made the following the commits:
> >
> > https://github.com/apache/camel/commit/5a2d960618f56964942a3097512ce0c64d170e11
> > https://github.com/apache/camel/commit/be2ee4a3a0290f1e8c1f5671a5efe6394764641f
> >
> > This fixes the issue in the generator template as well as in the
> > already generator pom.
> >
> > I hope this looks OK to you.
> >
> > Thanks again,
> > Gregor
> >
> > On Sun, Nov 24, 2019 at 12:31 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Argh darn. One issue I found looks like that this
> > > https://github.com/apache/camel/blob/master/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml#L46
> > >
> > > Should be org.apache.camel.springboot as the groupId.
> > >
> > > On Sun, Nov 24, 2019 at 12:25 PM Gregor Zurowski
> > > <gr...@list.zurowski.org> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I am currently having issues preparing the release due to the following error:
> > > >
> > > > [INFO] ------------------------------------------------------------------------
> > > > [INFO] BUILD FAILURE
> > > > [INFO] ------------------------------------------------------------------------
> > > > [INFO] Total time:  25.206 s
> > > > [INFO] Finished at: 2019-11-24T03:10:55-08:00
> > > > [INFO] ------------------------------------------------------------------------
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > (default-cli) on project camel: Can't release project due to non
> > > > released dependencies :
> > > > [ERROR]     org.apache.camel:camel-spring-boot-dependencies-generator:pom:3.0.0-SNAPSHOT:provided
> > > > [ERROR] in project 'Camel :: Platforms :: Spring-Boot :: Dependency
> > > > Management :: Dependencies BOM'
> > > > (org.apache.camel.springboot:camel-spring-boot-dependencies:pom:3.0.0-SNAPSHOT)
> > > >
> > > > Not sure what it is yet, looking into it.
> > > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Sun, Nov 24, 2019 at 12:23 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi Gregor
> > > > >
> > > > > Yay great to hear.
> > > > >
> > > > > On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
> > > > > <gr...@list.zurowski.org> wrote:
> > > > > >
> > > > > > Hi Everyone:
> > > > > >
> > > > > > I am will start cutting the RC for 3.0 GA now. The release will be
> > > > > > based on commit 0491209d [1].
> > > > > >
> > > > > > Thanks,
> > > > > > Gregor
> > > > > >
> > > > > > [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
> > > > > >
> > > > > > On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > Okay I have fixed the CS issues and the master branch is now ready for
> > > > > > > Camel 3 GA.
> > > > > > > Gregor you are welcome to cut the release when you have time, and when
> > > > > > > you start then let us know thanks.
> > > > > > >
> > > > > > >
> > > > > > > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > Okay CS and RAT check is not passing.
> > > > > > > >
> > > > > > > > Yesterday I also tested master branch against CiA2 source code and it
> > > > > > > > works fine too.
> > > > > > > > (after migrating, mostly the SB groupid name change)
> > > > > > > >
> > > > > > > >
> > > > > > > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > > > > > > and moved tickets to 3.10, or 3.x etc.
> > > > > > > > >
> > > > > > > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > > > > > > is ready for GA.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi,
> > > > > > > > > > >
> > > > > > > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > > > > > > master branch or a particular commit.
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Sounds great Gregor.
> > > > > > > > > >
> > > > > > > > > > We are working on the last bits. I will do some work tonight and then
> > > > > > > > > > check up tomorrow with things like CS and RAT check,
> > > > > > > > > > so the branch should be in good shape for you.
> > > > > > > > > >
> > > > > > > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Gregor
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi
> > > > > > > > > > > >
> > > > > > > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > > > > > > instead.
> > > > > > > > > > > >
> > > > > > > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > > > > > > projects starts to look great.
> > > > > > > > > > > >
> > > > > > > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > > > > > > >
> > > > > > > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > > > > > > choice for the documentation.
> > > > > > > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > > > > > > >
> > > > > > > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > > > > > > to this change.
> > > > > > > > > > > > >
> > > > > > > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > > > > > > can also work on that.
> > > > > > > > > > > > >
> > > > > > > > > > > > > zoran
> > > > > > > > > > > > >
> > > > > > > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > > > > > > the next couple of days,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > > > > > > required.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > -----------------
> > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Claus Ibsen
> > > > > > > > > > -----------------
> > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -----------------
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
Hi Gregor

Yeah great news. Thanks for fixing those. And hope the rest of the
release goes well, keep us posted.

On Sun, Nov 24, 2019 at 12:41 PM Gregor Zurowski
<gr...@list.zurowski.org> wrote:
>
> Hi Claus,
>
> I've just made the following the commits:
>
> https://github.com/apache/camel/commit/5a2d960618f56964942a3097512ce0c64d170e11
> https://github.com/apache/camel/commit/be2ee4a3a0290f1e8c1f5671a5efe6394764641f
>
> This fixes the issue in the generator template as well as in the
> already generator pom.
>
> I hope this looks OK to you.
>
> Thanks again,
> Gregor
>
> On Sun, Nov 24, 2019 at 12:31 PM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Argh darn. One issue I found looks like that this
> > https://github.com/apache/camel/blob/master/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml#L46
> >
> > Should be org.apache.camel.springboot as the groupId.
> >
> > On Sun, Nov 24, 2019 at 12:25 PM Gregor Zurowski
> > <gr...@list.zurowski.org> wrote:
> > >
> > > Hi,
> > >
> > > I am currently having issues preparing the release due to the following error:
> > >
> > > [INFO] ------------------------------------------------------------------------
> > > [INFO] BUILD FAILURE
> > > [INFO] ------------------------------------------------------------------------
> > > [INFO] Total time:  25.206 s
> > > [INFO] Finished at: 2019-11-24T03:10:55-08:00
> > > [INFO] ------------------------------------------------------------------------
> > > [ERROR] Failed to execute goal
> > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > (default-cli) on project camel: Can't release project due to non
> > > released dependencies :
> > > [ERROR]     org.apache.camel:camel-spring-boot-dependencies-generator:pom:3.0.0-SNAPSHOT:provided
> > > [ERROR] in project 'Camel :: Platforms :: Spring-Boot :: Dependency
> > > Management :: Dependencies BOM'
> > > (org.apache.camel.springboot:camel-spring-boot-dependencies:pom:3.0.0-SNAPSHOT)
> > >
> > > Not sure what it is yet, looking into it.
> > >
> > > Thanks,
> > > Gregor
> > >
> > > On Sun, Nov 24, 2019 at 12:23 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi Gregor
> > > >
> > > > Yay great to hear.
> > > >
> > > > On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
> > > > <gr...@list.zurowski.org> wrote:
> > > > >
> > > > > Hi Everyone:
> > > > >
> > > > > I am will start cutting the RC for 3.0 GA now. The release will be
> > > > > based on commit 0491209d [1].
> > > > >
> > > > > Thanks,
> > > > > Gregor
> > > > >
> > > > > [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
> > > > >
> > > > > On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Okay I have fixed the CS issues and the master branch is now ready for
> > > > > > Camel 3 GA.
> > > > > > Gregor you are welcome to cut the release when you have time, and when
> > > > > > you start then let us know thanks.
> > > > > >
> > > > > >
> > > > > > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > Okay CS and RAT check is not passing.
> > > > > > >
> > > > > > > Yesterday I also tested master branch against CiA2 source code and it
> > > > > > > works fine too.
> > > > > > > (after migrating, mostly the SB groupid name change)
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > > > > > and moved tickets to 3.10, or 3.x etc.
> > > > > > > >
> > > > > > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > > > > > is ready for GA.
> > > > > > > >
> > > > > > > >
> > > > > > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi,
> > > > > > > > > >
> > > > > > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > > > > > master branch or a particular commit.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > Sounds great Gregor.
> > > > > > > > >
> > > > > > > > > We are working on the last bits. I will do some work tonight and then
> > > > > > > > > check up tomorrow with things like CS and RAT check,
> > > > > > > > > so the branch should be in good shape for you.
> > > > > > > > >
> > > > > > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Gregor
> > > > > > > > > >
> > > > > > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi
> > > > > > > > > > >
> > > > > > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > > > > > instead.
> > > > > > > > > > >
> > > > > > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > > > > > projects starts to look great.
> > > > > > > > > > >
> > > > > > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > > > > > >
> > > > > > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > > > > > choice for the documentation.
> > > > > > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > > > > > >
> > > > > > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > > > > > to this change.
> > > > > > > > > > > >
> > > > > > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > > > > > can also work on that.
> > > > > > > > > > > >
> > > > > > > > > > > > zoran
> > > > > > > > > > > >
> > > > > > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > > > > > >
> > > > > > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > > > > > >
> > > > > > > > > > > > > zoran
> > > > > > > > > > > > >
> > > > > > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > > > > > the next couple of days,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > zoran
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > > > > > required.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > -----------------
> > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -----------------
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi Claus,

I've just made the following the commits:

https://github.com/apache/camel/commit/5a2d960618f56964942a3097512ce0c64d170e11
https://github.com/apache/camel/commit/be2ee4a3a0290f1e8c1f5671a5efe6394764641f

This fixes the issue in the generator template as well as in the
already generator pom.

I hope this looks OK to you.

Thanks again,
Gregor

On Sun, Nov 24, 2019 at 12:31 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Argh darn. One issue I found looks like that this
> https://github.com/apache/camel/blob/master/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml#L46
>
> Should be org.apache.camel.springboot as the groupId.
>
> On Sun, Nov 24, 2019 at 12:25 PM Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
> >
> > Hi,
> >
> > I am currently having issues preparing the release due to the following error:
> >
> > [INFO] ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Total time:  25.206 s
> > [INFO] Finished at: 2019-11-24T03:10:55-08:00
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > (default-cli) on project camel: Can't release project due to non
> > released dependencies :
> > [ERROR]     org.apache.camel:camel-spring-boot-dependencies-generator:pom:3.0.0-SNAPSHOT:provided
> > [ERROR] in project 'Camel :: Platforms :: Spring-Boot :: Dependency
> > Management :: Dependencies BOM'
> > (org.apache.camel.springboot:camel-spring-boot-dependencies:pom:3.0.0-SNAPSHOT)
> >
> > Not sure what it is yet, looking into it.
> >
> > Thanks,
> > Gregor
> >
> > On Sun, Nov 24, 2019 at 12:23 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi Gregor
> > >
> > > Yay great to hear.
> > >
> > > On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
> > > <gr...@list.zurowski.org> wrote:
> > > >
> > > > Hi Everyone:
> > > >
> > > > I am will start cutting the RC for 3.0 GA now. The release will be
> > > > based on commit 0491209d [1].
> > > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
> > > >
> > > > On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Okay I have fixed the CS issues and the master branch is now ready for
> > > > > Camel 3 GA.
> > > > > Gregor you are welcome to cut the release when you have time, and when
> > > > > you start then let us know thanks.
> > > > >
> > > > >
> > > > > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Okay CS and RAT check is not passing.
> > > > > >
> > > > > > Yesterday I also tested master branch against CiA2 source code and it
> > > > > > works fine too.
> > > > > > (after migrating, mostly the SB groupid name change)
> > > > > >
> > > > > >
> > > > > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > > > > and moved tickets to 3.10, or 3.x etc.
> > > > > > >
> > > > > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > > > > is ready for GA.
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > > > >
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > > > > master branch or a particular commit.
> > > > > > > > >
> > > > > > > >
> > > > > > > > Sounds great Gregor.
> > > > > > > >
> > > > > > > > We are working on the last bits. I will do some work tonight and then
> > > > > > > > check up tomorrow with things like CS and RAT check,
> > > > > > > > so the branch should be in good shape for you.
> > > > > > > >
> > > > > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Gregor
> > > > > > > > >
> > > > > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > > > > instead.
> > > > > > > > > >
> > > > > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > > > > projects starts to look great.
> > > > > > > > > >
> > > > > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > > > > >
> > > > > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > > > > choice for the documentation.
> > > > > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > > > > >
> > > > > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > > > > to this change.
> > > > > > > > > > >
> > > > > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > > > > can also work on that.
> > > > > > > > > > >
> > > > > > > > > > > zoran
> > > > > > > > > > >
> > > > > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > > > > >
> > > > > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > > > > >
> > > > > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > > > > >
> > > > > > > > > > > > zoran
> > > > > > > > > > > >
> > > > > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > > > > the next couple of days,
> > > > > > > > > > > > >
> > > > > > > > > > > > > zoran
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > > > > required.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Zoran Regvart
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Claus Ibsen
> > > > > > > > > > -----------------
> > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Argh darn. One issue I found looks like that this
https://github.com/apache/camel/blob/master/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml#L46

Should be org.apache.camel.springboot as the groupId.

On Sun, Nov 24, 2019 at 12:25 PM Gregor Zurowski
<gr...@list.zurowski.org> wrote:
>
> Hi,
>
> I am currently having issues preparing the release due to the following error:
>
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  25.206 s
> [INFO] Finished at: 2019-11-24T03:10:55-08:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> (default-cli) on project camel: Can't release project due to non
> released dependencies :
> [ERROR]     org.apache.camel:camel-spring-boot-dependencies-generator:pom:3.0.0-SNAPSHOT:provided
> [ERROR] in project 'Camel :: Platforms :: Spring-Boot :: Dependency
> Management :: Dependencies BOM'
> (org.apache.camel.springboot:camel-spring-boot-dependencies:pom:3.0.0-SNAPSHOT)
>
> Not sure what it is yet, looking into it.
>
> Thanks,
> Gregor
>
> On Sun, Nov 24, 2019 at 12:23 PM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi Gregor
> >
> > Yay great to hear.
> >
> > On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
> > <gr...@list.zurowski.org> wrote:
> > >
> > > Hi Everyone:
> > >
> > > I am will start cutting the RC for 3.0 GA now. The release will be
> > > based on commit 0491209d [1].
> > >
> > > Thanks,
> > > Gregor
> > >
> > > [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
> > >
> > > On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > Okay I have fixed the CS issues and the master branch is now ready for
> > > > Camel 3 GA.
> > > > Gregor you are welcome to cut the release when you have time, and when
> > > > you start then let us know thanks.
> > > >
> > > >
> > > > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Okay CS and RAT check is not passing.
> > > > >
> > > > > Yesterday I also tested master branch against CiA2 source code and it
> > > > > works fine too.
> > > > > (after migrating, mostly the SB groupid name change)
> > > > >
> > > > >
> > > > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > > > and moved tickets to 3.10, or 3.x etc.
> > > > > >
> > > > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > > > is ready for GA.
> > > > > >
> > > > > >
> > > > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > > > master branch or a particular commit.
> > > > > > > >
> > > > > > >
> > > > > > > Sounds great Gregor.
> > > > > > >
> > > > > > > We are working on the last bits. I will do some work tonight and then
> > > > > > > check up tomorrow with things like CS and RAT check,
> > > > > > > so the branch should be in good shape for you.
> > > > > > >
> > > > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Gregor
> > > > > > > >
> > > > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > > > instead.
> > > > > > > > >
> > > > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > > > projects starts to look great.
> > > > > > > > >
> > > > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > > > >
> > > > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > > > choice for the documentation.
> > > > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Cameleers,
> > > > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > > > >
> > > > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > > > to this change.
> > > > > > > > > >
> > > > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > > > can also work on that.
> > > > > > > > > >
> > > > > > > > > > zoran
> > > > > > > > > >
> > > > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > > > >
> > > > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Cameleers,
> > > > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > > > >
> > > > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > > > >
> > > > > > > > > > > zoran
> > > > > > > > > > >
> > > > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > > > the next couple of days,
> > > > > > > > > > > >
> > > > > > > > > > > > zoran
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi
> > > > > > > > > > > > >
> > > > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > > > >
> > > > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > > > >
> > > > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > > > required.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Zoran Regvart
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Zoran Regvart
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Zoran Regvart
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -----------------
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi,

I am currently having issues preparing the release due to the following error:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25.206 s
[INFO] Finished at: 2019-11-24T03:10:55-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
(default-cli) on project camel: Can't release project due to non
released dependencies :
[ERROR]     org.apache.camel:camel-spring-boot-dependencies-generator:pom:3.0.0-SNAPSHOT:provided
[ERROR] in project 'Camel :: Platforms :: Spring-Boot :: Dependency
Management :: Dependencies BOM'
(org.apache.camel.springboot:camel-spring-boot-dependencies:pom:3.0.0-SNAPSHOT)

Not sure what it is yet, looking into it.

Thanks,
Gregor

On Sun, Nov 24, 2019 at 12:23 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi Gregor
>
> Yay great to hear.
>
> On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
> >
> > Hi Everyone:
> >
> > I am will start cutting the RC for 3.0 GA now. The release will be
> > based on commit 0491209d [1].
> >
> > Thanks,
> > Gregor
> >
> > [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
> >
> > On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Okay I have fixed the CS issues and the master branch is now ready for
> > > Camel 3 GA.
> > > Gregor you are welcome to cut the release when you have time, and when
> > > you start then let us know thanks.
> > >
> > >
> > > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > Okay CS and RAT check is not passing.
> > > >
> > > > Yesterday I also tested master branch against CiA2 source code and it
> > > > works fine too.
> > > > (after migrating, mostly the SB groupid name change)
> > > >
> > > >
> > > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > > and moved tickets to 3.10, or 3.x etc.
> > > > >
> > > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > > is ready for GA.
> > > > >
> > > > >
> > > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > > <gr...@list.zurowski.org> wrote:
> > > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > > master branch or a particular commit.
> > > > > > >
> > > > > >
> > > > > > Sounds great Gregor.
> > > > > >
> > > > > > We are working on the last bits. I will do some work tonight and then
> > > > > > check up tomorrow with things like CS and RAT check,
> > > > > > so the branch should be in good shape for you.
> > > > > >
> > > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > > >
> > > > > >
> > > > > >
> > > > > > > Thanks,
> > > > > > > Gregor
> > > > > > >
> > > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > > instead.
> > > > > > > >
> > > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > > projects starts to look great.
> > > > > > > >
> > > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > > >
> > > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > > choice for the documentation.
> > > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > > >
> > > > > > > >
> > > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi Cameleers,
> > > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > > >
> > > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > > to this change.
> > > > > > > > >
> > > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > > can also work on that.
> > > > > > > > >
> > > > > > > > > zoran
> > > > > > > > >
> > > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > > >
> > > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Cameleers,
> > > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > > >
> > > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > > >
> > > > > > > > > > zoran
> > > > > > > > > >
> > > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > > >
> > > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > > the next couple of days,
> > > > > > > > > > >
> > > > > > > > > > > zoran
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi
> > > > > > > > > > > >
> > > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > > >
> > > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > > >
> > > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi
> > > > > > > > > > > > >
> > > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > > >
> > > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > > >
> > > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > > >
> > > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > > >
> > > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > > required.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > -----------------
> > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Zoran Regvart
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Zoran Regvart
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Zoran Regvart
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
Hi Gregor

Yay great to hear.

On Sun, Nov 24, 2019 at 12:05 PM Gregor Zurowski
<gr...@list.zurowski.org> wrote:
>
> Hi Everyone:
>
> I am will start cutting the RC for 3.0 GA now. The release will be
> based on commit 0491209d [1].
>
> Thanks,
> Gregor
>
> [1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2
>
> On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Okay I have fixed the CS issues and the master branch is now ready for
> > Camel 3 GA.
> > Gregor you are welcome to cut the release when you have time, and when
> > you start then let us know thanks.
> >
> >
> > On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Okay CS and RAT check is not passing.
> > >
> > > Yesterday I also tested master branch against CiA2 source code and it
> > > works fine too.
> > > (after migrating, mostly the SB groupid name change)
> > >
> > >
> > > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > > and moved tickets to 3.10, or 3.x etc.
> > > >
> > > > So lets spend tomorrow do final cleanup and touches so the code base
> > > > is ready for GA.
> > > >
> > > >
> > > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > > <gr...@list.zurowski.org> wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > > sync up on Friday whether to take the release off of the head of the
> > > > > > master branch or a particular commit.
> > > > > >
> > > > >
> > > > > Sounds great Gregor.
> > > > >
> > > > > We are working on the last bits. I will do some work tonight and then
> > > > > check up tomorrow with things like CS and RAT check,
> > > > > so the branch should be in good shape for you.
> > > > >
> > > > > Then fingers crossed you get time to cut the GA this weekend.
> > > > >
> > > > >
> > > > >
> > > > > > Thanks,
> > > > > > Gregor
> > > > > >
> > > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > > instead.
> > > > > > >
> > > > > > > There are a few other tickets I would like to get done, but the
> > > > > > > projects starts to look great.
> > > > > > >
> > > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > > >
> > > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > > choice for the documentation.
> > > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > > >
> > > > > > >
> > > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > >
> > > > > > > > Hi Cameleers,
> > > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > > >
> > > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > > to this change.
> > > > > > > >
> > > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > > can also work on that.
> > > > > > > >
> > > > > > > > zoran
> > > > > > > >
> > > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > > >
> > > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi Cameleers,
> > > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > > >
> > > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > > >
> > > > > > > > > zoran
> > > > > > > > >
> > > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > > >
> > > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > > the next couple of days,
> > > > > > > > > >
> > > > > > > > > > zoran
> > > > > > > > > >
> > > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi
> > > > > > > > > > >
> > > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > > >
> > > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > > >
> > > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi
> > > > > > > > > > > >
> > > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > > >
> > > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > > >
> > > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > > Camel 3.
> > > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > > >
> > > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > > >
> > > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi
> > > > > > > > > > > > >
> > > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > > >
> > > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > > required.
> > > > > > > > > > > > >
> > > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > > -----------------
> > > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > -----------------
> > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > -----------------
> > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Zoran Regvart
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Zoran Regvart
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Zoran Regvart
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi Everyone:

I am will start cutting the RC for 3.0 GA now. The release will be
based on commit 0491209d [1].

Thanks,
Gregor

[1] https://github.com/apache/camel/commit/0491209dabedd1e11266a9a737ceb0d360f0a2f2

On Fri, Nov 22, 2019 at 9:48 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Okay I have fixed the CS issues and the master branch is now ready for
> Camel 3 GA.
> Gregor you are welcome to cut the release when you have time, and when
> you start then let us know thanks.
>
>
> On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Okay CS and RAT check is not passing.
> >
> > Yesterday I also tested master branch against CiA2 source code and it
> > works fine too.
> > (after migrating, mostly the SB groupid name change)
> >
> >
> > On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > > and moved tickets to 3.10, or 3.x etc.
> > >
> > > So lets spend tomorrow do final cleanup and touches so the code base
> > > is ready for GA.
> > >
> > >
> > > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > > <gr...@list.zurowski.org> wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > > sync up on Friday whether to take the release off of the head of the
> > > > > master branch or a particular commit.
> > > > >
> > > >
> > > > Sounds great Gregor.
> > > >
> > > > We are working on the last bits. I will do some work tonight and then
> > > > check up tomorrow with things like CS and RAT check,
> > > > so the branch should be in good shape for you.
> > > >
> > > > Then fingers crossed you get time to cut the GA this weekend.
> > > >
> > > >
> > > >
> > > > > Thanks,
> > > > > Gregor
> > > > >
> > > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > > instead.
> > > > > >
> > > > > > There are a few other tickets I would like to get done, but the
> > > > > > projects starts to look great.
> > > > > >
> > > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > > >
> > > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > > choice for the documentation.
> > > > > > So when we continue work on 3.1.x then its "latest".
> > > > > >
> > > > > >
> > > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > >
> > > > > > > Hi Cameleers,
> > > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > > >
> > > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > > to this change.
> > > > > > >
> > > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > > can also work on that.
> > > > > > >
> > > > > > > zoran
> > > > > > >
> > > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > > >
> > > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > >
> > > > > > > > Hi Cameleers,
> > > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > > >
> > > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > > >
> > > > > > > > zoran
> > > > > > > >
> > > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > > >
> > > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi Claus & Cameleers,
> > > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > > the next couple of days,
> > > > > > > > >
> > > > > > > > > zoran
> > > > > > > > >
> > > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > There is a few things that would be good to get done
> > > > > > > > > >
> > > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > > >
> > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi
> > > > > > > > > > >
> > > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > > >
> > > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > > >
> > > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > > Camel 3.
> > > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > > >
> > > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > > >
> > > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi
> > > > > > > > > > > >
> > > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > > >
> > > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > > required.
> > > > > > > > > > > >
> > > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > > as mid/end of november.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > > -----------------
> > > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > -----------------
> > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Claus Ibsen
> > > > > > > > > > -----------------
> > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Zoran Regvart
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Zoran Regvart
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Zoran Regvart
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Okay I have fixed the CS issues and the master branch is now ready for
Camel 3 GA.
Gregor you are welcome to cut the release when you have time, and when
you start then let us know thanks.


On Fri, Nov 22, 2019 at 10:16 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Okay CS and RAT check is not passing.
>
> Yesterday I also tested master branch against CiA2 source code and it
> works fine too.
> (after migrating, mostly the SB groupid name change)
>
>
> On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> > and moved tickets to 3.10, or 3.x etc.
> >
> > So lets spend tomorrow do final cleanup and touches so the code base
> > is ready for GA.
> >
> >
> > On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > > <gr...@list.zurowski.org> wrote:
> > > >
> > > > Hi,
> > > >
> > > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > > sync up on Friday whether to take the release off of the head of the
> > > > master branch or a particular commit.
> > > >
> > >
> > > Sounds great Gregor.
> > >
> > > We are working on the last bits. I will do some work tonight and then
> > > check up tomorrow with things like CS and RAT check,
> > > so the branch should be in good shape for you.
> > >
> > > Then fingers crossed you get time to cut the GA this weekend.
> > >
> > >
> > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > > instead.
> > > > >
> > > > > There are a few other tickets I would like to get done, but the
> > > > > projects starts to look great.
> > > > >
> > > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > > >
> > > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > > choice for the documentation.
> > > > > So when we continue work on 3.1.x then its "latest".
> > > > >
> > > > >
> > > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > >
> > > > > > Hi Cameleers,
> > > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > > >
> > > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > > to this change.
> > > > > >
> > > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > > can also work on that.
> > > > > >
> > > > > > zoran
> > > > > >
> > > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > > >
> > > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > >
> > > > > > > Hi Cameleers,
> > > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > > >
> > > > > > > Please review, there's a fair chance that I've missed something.
> > > > > > >
> > > > > > > zoran
> > > > > > >
> > > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > > >
> > > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > > >
> > > > > > > > Hi Claus & Cameleers,
> > > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > > the next couple of days,
> > > > > > > >
> > > > > > > > zoran
> > > > > > > >
> > > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > There is a few things that would be good to get done
> > > > > > > > >
> > > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > > >
> > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > > >
> > > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > > >
> > > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > > Camel 3.
> > > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > > >
> > > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > > >
> > > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > > moved to next release if missed etc.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi
> > > > > > > > > > >
> > > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > > >
> > > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > > required.
> > > > > > > > > > >
> > > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > > as mid/end of november.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Claus Ibsen
> > > > > > > > > > > -----------------
> > > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Claus Ibsen
> > > > > > > > > > -----------------
> > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -----------------
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Zoran Regvart
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Zoran Regvart
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Zoran Regvart
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Okay CS and RAT check is not passing.

Yesterday I also tested master branch against CiA2 source code and it
works fine too.
(after migrating, mostly the SB groupid name change)


On Thu, Nov 21, 2019 at 8:57 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Okay I got all the stuff pushed to master, and also cleaned up in JIRA
> and moved tickets to 3.10, or 3.x etc.
>
> So lets spend tomorrow do final cleanup and touches so the code base
> is ready for GA.
>
>
> On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> > <gr...@list.zurowski.org> wrote:
> > >
> > > Hi,
> > >
> > > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > > sync up on Friday whether to take the release off of the head of the
> > > master branch or a particular commit.
> > >
> >
> > Sounds great Gregor.
> >
> > We are working on the last bits. I will do some work tonight and then
> > check up tomorrow with things like CS and RAT check,
> > so the branch should be in good shape for you.
> >
> > Then fingers crossed you get time to cut the GA this weekend.
> >
> >
> >
> > > Thanks,
> > > Gregor
> > >
> > > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > > Hystrix is EOL so this allows users to migrate to this implementation
> > > > instead.
> > > >
> > > > There are a few other tickets I would like to get done, but the
> > > > projects starts to look great.
> > > >
> > > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > > For example if Gregor can help cut the release by friday or in the weekend?
> > > >
> > > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > > choice for the documentation.
> > > > So when we continue work on 3.1.x then its "latest".
> > > >
> > > >
> > > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > >
> > > > > Hi Cameleers,
> > > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > > starters to `org.apache.camel.springboot` to `master`.
> > > > >
> > > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > > to this change.
> > > > >
> > > > > One effort that can be done, if someone deems it necessary, is to put
> > > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > > would complicate and lengthen the release. If you think it's a must I
> > > > > can also work on that.
> > > > >
> > > > > zoran
> > > > >
> > > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > > >
> > > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > >
> > > > > > Hi Cameleers,
> > > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > > >
> > > > > > Please review, there's a fair chance that I've missed something.
> > > > > >
> > > > > > zoran
> > > > > >
> > > > > > [1] https://github.com/apache/camel/pull/3334
> > > > > >
> > > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > > >
> > > > > > > Hi Claus & Cameleers,
> > > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > > the next couple of days,
> > > > > > >
> > > > > > > zoran
> > > > > > >
> > > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > There is a few things that would be good to get done
> > > > > > > >
> > > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > > subscription (for some or all? of the functionality).
> > > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > > >
> > > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > > >
> > > > > > > > > There is CS issue with camel-debezium
> > > > > > > > >
> > > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > > Camel 3.
> > > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > > >
> > > > > > > > > There is a new component in the works camel-kudo
> > > > > > > > >
> > > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > > moved to next release if missed etc.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > > >
> > > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > > required.
> > > > > > > > > >
> > > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > > as mid/end of november.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Claus Ibsen
> > > > > > > > > > -----------------
> > > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -----------------
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Zoran Regvart
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Zoran Regvart
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Zoran Regvart
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Okay I got all the stuff pushed to master, and also cleaned up in JIRA
and moved tickets to 3.10, or 3.x etc.

So lets spend tomorrow do final cleanup and touches so the code base
is ready for GA.


On Thu, Nov 21, 2019 at 5:20 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
> >
> > Hi,
> >
> > Yes, I am available to cut the RC for GA this weekend. We can briefly
> > sync up on Friday whether to take the release off of the head of the
> > master branch or a particular commit.
> >
>
> Sounds great Gregor.
>
> We are working on the last bits. I will do some work tonight and then
> check up tomorrow with things like CS and RAT check,
> so the branch should be in good shape for you.
>
> Then fingers crossed you get time to cut the GA this weekend.
>
>
>
> > Thanks,
> > Gregor
> >
> > On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Okay I added a new Circuit Breaker implementation with resilience4j as
> > > Hystrix is EOL so this allows users to migrate to this implementation
> > > instead.
> > >
> > > There are a few other tickets I would like to get done, but the
> > > projects starts to look great.
> > >
> > > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > > For example if Gregor can help cut the release by friday or in the weekend?
> > >
> > > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > > choice for the documentation.
> > > So when we continue work on 3.1.x then its "latest".
> > >
> > >
> > > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > >
> > > > Hi Cameleers,
> > > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > > starters to `org.apache.camel.springboot` to `master`.
> > > >
> > > > The CI passed all but few tests[1] that I do not believe to be related
> > > > to this change.
> > > >
> > > > One effort that can be done, if someone deems it necessary, is to put
> > > > in place relocation POMs[2]. I think this is not necessary and it
> > > > would complicate and lengthen the release. If you think it's a must I
> > > > can also work on that.
> > > >
> > > > zoran
> > > >
> > > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > > >
> > > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > >
> > > > > Hi Cameleers,
> > > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > > >
> > > > > Please review, there's a fair chance that I've missed something.
> > > > >
> > > > > zoran
> > > > >
> > > > > [1] https://github.com/apache/camel/pull/3334
> > > > >
> > > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > > >
> > > > > > Hi Claus & Cameleers,
> > > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > > the next couple of days,
> > > > > >
> > > > > > zoran
> > > > > >
> > > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > There is a few things that would be good to get done
> > > > > > >
> > > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > > online so the component is useless. v2 API requires a paid
> > > > > > > subscription (for some or all? of the functionality).
> > > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > > >
> > > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > > >
> > > > > > > > There is CS issue with camel-debezium
> > > > > > > >
> > > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > > Camel 3.
> > > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > > >
> > > > > > > > There is a new component in the works camel-kudo
> > > > > > > >
> > > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > > moved to next release if missed etc.
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > > that was a great goal when we needed before GA.
> > > > > > > > >
> > > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > > required.
> > > > > > > > >
> > > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > > as mid/end of november.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -----------------
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Zoran Regvart
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Zoran Regvart
> > > >
> > > >
> > > >
> > > > --
> > > > Zoran Regvart
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Nov 18, 2019 at 5:19 PM Gregor Zurowski
<gr...@list.zurowski.org> wrote:
>
> Hi,
>
> Yes, I am available to cut the RC for GA this weekend. We can briefly
> sync up on Friday whether to take the release off of the head of the
> master branch or a particular commit.
>

Sounds great Gregor.

We are working on the last bits. I will do some work tonight and then
check up tomorrow with things like CS and RAT check,
so the branch should be in good shape for you.

Then fingers crossed you get time to cut the GA this weekend.



> Thanks,
> Gregor
>
> On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Okay I added a new Circuit Breaker implementation with resilience4j as
> > Hystrix is EOL so this allows users to migrate to this implementation
> > instead.
> >
> > There are a few other tickets I would like to get done, but the
> > projects starts to look great.
> >
> > Maybe we should set a date as end of this weekday to cut the RC for the GA?
> > For example if Gregor can help cut the release by friday or in the weekend?
> >
> > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > choice for the documentation.
> > So when we continue work on 3.1.x then its "latest".
> >
> >
> > On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> > >
> > > Hi Cameleers,
> > > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > > starters to `org.apache.camel.springboot` to `master`.
> > >
> > > The CI passed all but few tests[1] that I do not believe to be related
> > > to this change.
> > >
> > > One effort that can be done, if someone deems it necessary, is to put
> > > in place relocation POMs[2]. I think this is not necessary and it
> > > would complicate and lengthen the release. If you think it's a must I
> > > can also work on that.
> > >
> > > zoran
> > >
> > > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> > >
> > > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > >
> > > > Hi Cameleers,
> > > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > > Spring Boot starters to `org.apache.camel.springboot`.
> > > >
> > > > Please review, there's a fair chance that I've missed something.
> > > >
> > > > zoran
> > > >
> > > > [1] https://github.com/apache/camel/pull/3334
> > > >
> > > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > > >
> > > > > Hi Claus & Cameleers,
> > > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > > the next couple of days,
> > > > >
> > > > > zoran
> > > > >
> > > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > There is a few things that would be good to get done
> > > > > >
> > > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > > online so the component is useless. v2 API requires a paid
> > > > > > subscription (for some or all? of the functionality).
> > > > > > So at this moment we are not working on a new component. But if/when
> > > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > > for v2 then it can be added later to Camel 3.x.
> > > > > >
> > > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > > >
> > > > > > > There is CS issue with camel-debezium
> > > > > > >
> > > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > > Camel 3.
> > > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > > >
> > > > > > > There is a new component in the works camel-kudo
> > > > > > >
> > > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > > moved to next release if missed etc.
> > > > > > >
> > > > > > >
> > > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > > that was a great goal when we needed before GA.
> > > > > > > >
> > > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > > required.
> > > > > > > >
> > > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > > as mid/end of november.
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Zoran Regvart
> > > >
> > > >
> > > >
> > > > --
> > > > Zoran Regvart
> > >
> > >
> > >
> > > --
> > > Zoran Regvart
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi,

Yes, I am available to cut the RC for GA this weekend. We can briefly
sync up on Friday whether to take the release off of the head of the
master branch or a particular commit.

Thanks,
Gregor

On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Okay I added a new Circuit Breaker implementation with resilience4j as
> Hystrix is EOL so this allows users to migrate to this implementation
> instead.
>
> There are a few other tickets I would like to get done, but the
> projects starts to look great.
>
> Maybe we should set a date as end of this weekday to cut the RC for the GA?
> For example if Gregor can help cut the release by friday or in the weekend?
>
> Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> choice for the documentation.
> So when we continue work on 3.1.x then its "latest".
>
>
> On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
> >
> > Hi Cameleers,
> > I've merged CAMEL-13643, the rename of groupId for Spring Boot
> > starters to `org.apache.camel.springboot` to `master`.
> >
> > The CI passed all but few tests[1] that I do not believe to be related
> > to this change.
> >
> > One effort that can be done, if someone deems it necessary, is to put
> > in place relocation POMs[2]. I think this is not necessary and it
> > would complicate and lengthen the release. If you think it's a must I
> > can also work on that.
> >
> > zoran
> >
> > [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> > [2] https://maven.apache.org/guides/mini/guide-relocation.html
> >
> > On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> > >
> > > Hi Cameleers,
> > > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > > Spring Boot starters to `org.apache.camel.springboot`.
> > >
> > > Please review, there's a fair chance that I've missed something.
> > >
> > > zoran
> > >
> > > [1] https://github.com/apache/camel/pull/3334
> > >
> > > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > > >
> > > > Hi Claus & Cameleers,
> > > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > > the next couple of days,
> > > >
> > > > zoran
> > > >
> > > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > There is a few things that would be good to get done
> > > > >
> > > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > > online so the component is useless. v2 API requires a paid
> > > > > subscription (for some or all? of the functionality).
> > > > > So at this moment we are not working on a new component. But if/when
> > > > > we find a solution and the resource to migrate/rebuild the component
> > > > > for v2 then it can be added later to Camel 3.x.
> > > > >
> > > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > > >
> > > > > > There is CS issue with camel-debezium
> > > > > >
> > > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > > mailing list about the fast Scanner implementation that we added in
> > > > > > Camel 3.
> > > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > > >
> > > > > > There is a new component in the works camel-kudo
> > > > > >
> > > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > > moved to next release if missed etc.
> > > > > >
> > > > > >
> > > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > > that was a great goal when we needed before GA.
> > > > > > >
> > > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > > required.
> > > > > > >
> > > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > > as mid/end of november.
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -----------------
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Zoran Regvart
> > >
> > >
> > >
> > > --
> > > Zoran Regvart
> >
> >
> >
> > --
> > Zoran Regvart
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Nov 18, 2019 at 11:38 AM Zoran Regvart <zo...@regvart.com> wrote:
>
> Hi Claus & Cameleers,
>
> On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> > Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> > choice for the documentation.
> > So when we continue work on 3.1.x then its "latest".
>
> I guess we'll have a `camel-3.0.x branch`, so we could use that to
> build the component documentation. We don't have the user manual
> versioned -- we only have the `latest` user manual.
>
> This should change:
> https://github.com/apache/camel/blob/b326c9edf2509738a9951e39e2c20bb7f7b953a1/docs/components/antora.yml#L20
> https://github.com/apache/camel-website/blob/9b017cce8981c0b6313aa81bed104b2bd30a0143/site.yml#L12
>
> I can do that right after we release and create the branch.
>

Ah okay, yeah we can have a camel-3.0.x branch, and then camel-3.1.x
branch and so on.
And then after a while we can maybe drop N old versions back?


> zoran
> --
> Zoran Regvart



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Zoran Regvart <zo...@regvart.com>.
Hi Claus & Cameleers,

On Mon, Nov 18, 2019 at 11:28 AM Claus Ibsen <cl...@gmail.com> wrote:
> Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
> choice for the documentation.
> So when we continue work on 3.1.x then its "latest".

I guess we'll have a `camel-3.0.x branch`, so we could use that to
build the component documentation. We don't have the user manual
versioned -- we only have the `latest` user manual.

This should change:
https://github.com/apache/camel/blob/b326c9edf2509738a9951e39e2c20bb7f7b953a1/docs/components/antora.yml#L20
https://github.com/apache/camel-website/blob/9b017cce8981c0b6313aa81bed104b2bd30a0143/site.yml#L12

I can do that right after we release and create the branch.

zoran
-- 
Zoran Regvart

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Okay I added a new Circuit Breaker implementation with resilience4j as
Hystrix is EOL so this allows users to migrate to this implementation
instead.

There are a few other tickets I would like to get done, but the
projects starts to look great.

Maybe we should set a date as end of this weekday to cut the RC for the GA?
For example if Gregor can help cut the release by friday or in the weekend?

Zoran, when we have 3.0 GA, can we make the website, have 3.0 as a
choice for the documentation.
So when we continue work on 3.1.x then its "latest".


On Fri, Nov 15, 2019 at 10:12 PM Zoran Regvart <zo...@regvart.com> wrote:
>
> Hi Cameleers,
> I've merged CAMEL-13643, the rename of groupId for Spring Boot
> starters to `org.apache.camel.springboot` to `master`.
>
> The CI passed all but few tests[1] that I do not believe to be related
> to this change.
>
> One effort that can be done, if someone deems it necessary, is to put
> in place relocation POMs[2]. I think this is not necessary and it
> would complicate and lengthen the release. If you think it's a must I
> can also work on that.
>
> zoran
>
> [1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
> [2] https://maven.apache.org/guides/mini/guide-relocation.html
>
> On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
> >
> > Hi Cameleers,
> > I've created a PR[1] for CAMEL-13643 that renames the groupId of
> > Spring Boot starters to `org.apache.camel.springboot`.
> >
> > Please review, there's a fair chance that I've missed something.
> >
> > zoran
> >
> > [1] https://github.com/apache/camel/pull/3334
> >
> > On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> > >
> > > Hi Claus & Cameleers,
> > > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > > the next couple of days,
> > >
> > > zoran
> > >
> > > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > There is a few things that would be good to get done
> > > >
> > > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > > online so the component is useless. v2 API requires a paid
> > > > subscription (for some or all? of the functionality).
> > > > So at this moment we are not working on a new component. But if/when
> > > > we find a solution and the resource to migrate/rebuild the component
> > > > for v2 then it can be added later to Camel 3.x.
> > > >
> > > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > > >
> > > >
> > > >
> > > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > > >
> > > > > There is CS issue with camel-debezium
> > > > >
> > > > > And a user reported a thread-safety/concurrency issue in the user
> > > > > mailing list about the fast Scanner implementation that we added in
> > > > > Camel 3.
> > > > > It would be good to have gnodet take a look too, as it was his code.
> > > > >
> > > > > There is a new component in the works camel-kudo
> > > > >
> > > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > > moved to next release if missed etc.
> > > > >
> > > > >
> > > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > > that was a great goal when we needed before GA.
> > > > > >
> > > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > > required.
> > > > > >
> > > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > > as mid/end of november.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -----------------
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Zoran Regvart
> >
> >
> >
> > --
> > Zoran Regvart
>
>
>
> --
> Zoran Regvart



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Closing down to Apache Camel 3.0 GA

Posted by Zoran Regvart <zo...@regvart.com>.
Hi Cameleers,
I've merged CAMEL-13643, the rename of groupId for Spring Boot
starters to `org.apache.camel.springboot` to `master`.

The CI passed all but few tests[1] that I do not believe to be related
to this change.

One effort that can be done, if someone deems it necessary, is to put
in place relocation POMs[2]. I think this is not necessary and it
would complicate and lengthen the release. If you think it's a must I
can also work on that.

zoran

[1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/pr%252Fspring-boot-groupid/3/
[2] https://maven.apache.org/guides/mini/guide-relocation.html

On Wed, Nov 13, 2019 at 4:19 PM Zoran Regvart <zo...@regvart.com> wrote:
>
> Hi Cameleers,
> I've created a PR[1] for CAMEL-13643 that renames the groupId of
> Spring Boot starters to `org.apache.camel.springboot`.
>
> Please review, there's a fair chance that I've missed something.
>
> zoran
>
> [1] https://github.com/apache/camel/pull/3334
>
> On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
> >
> > Hi Claus & Cameleers,
> > I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> > the next couple of days,
> >
> > zoran
> >
> > On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > There is a few things that would be good to get done
> > >
> > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > > online so the component is useless. v2 API requires a paid
> > > subscription (for some or all? of the functionality).
> > > So at this moment we are not working on a new component. But if/when
> > > we find a solution and the resource to migrate/rebuild the component
> > > for v2 then it can be added later to Camel 3.x.
> > >
> > > https://issues.apache.org/jira/browse/CAMEL-13643
> > > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> > >
> > >
> > >
> > > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > Its going forward, and the CI servers are starting to be 100% success now.
> > > >
> > > > There is CS issue with camel-debezium
> > > >
> > > > And a user reported a thread-safety/concurrency issue in the user
> > > > mailing list about the fast Scanner implementation that we added in
> > > > Camel 3.
> > > > It would be good to have gnodet take a look too, as it was his code.
> > > >
> > > > There is a new component in the works camel-kudo
> > > >
> > > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > > moved to next release if missed etc.
> > > >
> > > >
> > > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > > that was a great goal when we needed before GA.
> > > > >
> > > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > > required.
> > > > >
> > > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > > as mid/end of november.
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Zoran Regvart
>
>
>
> --
> Zoran Regvart



-- 
Zoran Regvart

Re: Closing down to Apache Camel 3.0 GA

Posted by Zoran Regvart <zo...@regvart.com>.
Hi Cameleers,
I've created a PR[1] for CAMEL-13643 that renames the groupId of
Spring Boot starters to `org.apache.camel.springboot`.

Please review, there's a fair chance that I've missed something.

zoran

[1] https://github.com/apache/camel/pull/3334

On Mon, Nov 11, 2019 at 3:54 PM Zoran Regvart <zo...@regvart.com> wrote:
>
> Hi Claus & Cameleers,
> I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
> the next couple of days,
>
> zoran
>
> On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > There is a few things that would be good to get done
> >
> > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> > Remove camel-linkedin as its using api v1 which is EOL and no longer
> > online so the component is useless. v2 API requires a paid
> > subscription (for some or all? of the functionality).
> > So at this moment we are not working on a new component. But if/when
> > we find a solution and the resource to migrate/rebuild the component
> > for v2 then it can be added later to Camel 3.x.
> >
> > https://issues.apache.org/jira/browse/CAMEL-13643
> > To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
> >
> >
> >
> > On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Its going forward, and the CI servers are starting to be 100% success now.
> > >
> > > There is CS issue with camel-debezium
> > >
> > > And a user reported a thread-safety/concurrency issue in the user
> > > mailing list about the fast Scanner implementation that we added in
> > > Camel 3.
> > > It would be good to have gnodet take a look too, as it was his code.
> > >
> > > There is a new component in the works camel-kudo
> > >
> > > And then there are about 30 tickets assigned for 3.0.0, which can be
> > > moved to next release if missed etc.
> > >
> > >
> > > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > > >
> > > > Hi
> > > >
> > > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > > that was a great goal when we needed before GA.
> > > >
> > > > There are about 40 items with the 3.0.0 as fixed version in the
> > > > roadmap, but as some are somewhat old, then all of those are not all
> > > > required.
> > > >
> > > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > > as mid/end of november.
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -----------------
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Zoran Regvart



-- 
Zoran Regvart

Re: Closing down to Apache Camel 3.0 GA

Posted by Zoran Regvart <zo...@regvart.com>.
Hi Claus & Cameleers,
I can work on CAMEL-13643 from tomorrow, I'll try to create a PR in
the next couple of days,

zoran

On Mon, Nov 11, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> There is a few things that would be good to get done
>
> https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> Remove camel-linkedin as its using api v1 which is EOL and no longer
> online so the component is useless. v2 API requires a paid
> subscription (for some or all? of the functionality).
> So at this moment we are not working on a new component. But if/when
> we find a solution and the resource to migrate/rebuild the component
> for v2 then it can be added later to Camel 3.x.
>
> https://issues.apache.org/jira/browse/CAMEL-13643
> To change the SB starter to use org.apache.camel.springboot in their Maven GAV.
>
>
>
> On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Its going forward, and the CI servers are starting to be 100% success now.
> >
> > There is CS issue with camel-debezium
> >
> > And a user reported a thread-safety/concurrency issue in the user
> > mailing list about the fast Scanner implementation that we added in
> > Camel 3.
> > It would be good to have gnodet take a look too, as it was his code.
> >
> > There is a new component in the works camel-kudo
> >
> > And then there are about 30 tickets assigned for 3.0.0, which can be
> > moved to next release if missed etc.
> >
> >
> > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > that was a great goal when we needed before GA.
> > >
> > > There are about 40 items with the 3.0.0 as fixed version in the
> > > roadmap, but as some are somewhat old, then all of those are not all
> > > required.
> > >
> > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > as mid/end of november.
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Zoran Regvart

Re: Closing down to Apache Camel 3.0 GA

Posted by Andrea Cosentino <an...@gmail.com>.
Camel-Linkedin has been removed.

We only need the other issue :-)

Il giorno lun 11 nov 2019 alle ore 15:39 Claus Ibsen <cl...@gmail.com>
ha scritto:

> Hi
>
> There is a few things that would be good to get done
>
> https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
> Remove camel-linkedin as its using api v1 which is EOL and no longer
> online so the component is useless. v2 API requires a paid
> subscription (for some or all? of the functionality).
> So at this moment we are not working on a new component. But if/when
> we find a solution and the resource to migrate/rebuild the component
> for v2 then it can be added later to Camel 3.x.
>
> https://issues.apache.org/jira/browse/CAMEL-13643
> To change the SB starter to use org.apache.camel.springboot in their Maven
> GAV.
>
>
>
> On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > Its going forward, and the CI servers are starting to be 100% success
> now.
> >
> > There is CS issue with camel-debezium
> >
> > And a user reported a thread-safety/concurrency issue in the user
> > mailing list about the fast Scanner implementation that we added in
> > Camel 3.
> > It would be good to have gnodet take a look too, as it was his code.
> >
> > There is a new component in the works camel-kudo
> >
> > And then there are about 30 tickets assigned for 3.0.0, which can be
> > moved to next release if missed etc.
> >
> >
> > On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com>
> wrote:
> > >
> > > Hi
> > >
> > > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > > that was a great goal when we needed before GA.
> > >
> > > There are about 40 items with the 3.0.0 as fixed version in the
> > > roadmap, but as some are somewhat old, then all of those are not all
> > > required.
> > >
> > > So lets try to focus on getting the codebase ready for GA sooner, such
> > > as mid/end of november.
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>

Re: Closing down to Apache Camel 3.0 GA

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

There is a few things that would be good to get done

https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-14168
Remove camel-linkedin as its using api v1 which is EOL and no longer
online so the component is useless. v2 API requires a paid
subscription (for some or all? of the functionality).
So at this moment we are not working on a new component. But if/when
we find a solution and the resource to migrate/rebuild the component
for v2 then it can be added later to Camel 3.x.

https://issues.apache.org/jira/browse/CAMEL-13643
To change the SB starter to use org.apache.camel.springboot in their Maven GAV.



On Mon, Nov 4, 2019 at 6:31 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Its going forward, and the CI servers are starting to be 100% success now.
>
> There is CS issue with camel-debezium
>
> And a user reported a thread-safety/concurrency issue in the user
> mailing list about the fast Scanner implementation that we added in
> Camel 3.
> It would be good to have gnodet take a look too, as it was his code.
>
> There is a new component in the works camel-kudo
>
> And then there are about 30 tickets assigned for 3.0.0, which can be
> moved to next release if missed etc.
>
>
> On Mon, Oct 28, 2019 at 3:39 PM Claus Ibsen <cl...@gmail.com> wrote:
> >
> > Hi
> >
> > So today we landed the Spring Boot 2.2 upgrade to master branch, so
> > that was a great goal when we needed before GA.
> >
> > There are about 40 items with the 3.0.0 as fixed version in the
> > roadmap, but as some are somewhat old, then all of those are not all
> > required.
> >
> > So lets try to focus on getting the codebase ready for GA sooner, such
> > as mid/end of november.
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2