I'll help on this. Probably on Monday :-)

Il sab 25 mag 2019, 21:44 Claus Ibsen <[email protected]> ha scritto:

> On Sat, May 25, 2019 at 9:18 PM Andrea Cosentino <[email protected]>
> wrote:
> >
> >
> https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel%20JDK11/job/master/128/
> >
> > Here it is
> >
>
> Thanks it looks similar to the JDK8 errors, so that is at least good.
> I fixed a few of them.
>
> It reveals that some of our components was written in a little bit bad
> manner anyway.
> And then we have some tests that uses mockito :( that are very pickup
> about mocked objects and you have to add more when ... then return ...
> code to instruct the mockito even more :(   (no i dont like mockito)
>
> Will look at more tests tomorrow.
>
> > Il sab 25 mag 2019, 21:00 Claus Ibsen <[email protected]> ha
> scritto:
> >
> > > Whats the link for the JDK 11 CI jobs
> > >
> > > The latest CI jobs for JDK8 is currently running
> > > https://builds.apache.org/job/Camel/job/master/1263/
> > >
> > > On Sat, May 25, 2019 at 8:37 PM Andrea Cosentino <[email protected]>
> > > wrote:
> > > >
> > > > We still have 45 errors on jdk 11 ci job. So I think we need to
> postpone
> > > > the release.
> > > >
> > > > Il sab 25 mag 2019, 13:15 Andrea Cosentino <[email protected]> ha
> > > scritto:
> > > >
> > > > > I'm running the job again
> > > > >
> > > > > Il sab 25 mag 2019, 09:48 Claus Ibsen <[email protected]> ha
> > > scritto:
> > > > >
> > > > >> Hi
> > > > >>
> > > > >> Okay I found a bit of time and got them fixed.
> > > > >>
> > > > >> Lets keep an eye on the next CI build (1262+)
> > > > >> https://builds.apache.org/job/Camel/job/master/
> > > > >>
> > > > >> And then if all is okay, we can get the RC cutted.
> > > > >>
> > > > >> On Sat, May 25, 2019 at 8:57 AM Claus Ibsen <
> [email protected]>
> > > > >> wrote:
> > > > >> >
> > > > >> > Hi
> > > > >> >
> > > > >> > I got a bunch of test fixed via
> > > > >> >
> > > > >>
> > >
> https://github.com/apache/camel/commit/63e94e660cc681a8631808819838a256f31d13fd
> > > > >> >
> > > > >> > Its similar change that needs to be done in the other tests, for
> > > > >> > example do a in components folder
> > > > >> >
> > > > >> >     git grep "IntrospectionSupport.setProperties("
> > > > >> >
> > > > >> >
> > > > >> > On Sat, May 25, 2019 at 8:38 AM Claus Ibsen <
> [email protected]>
> > > > >> wrote:
> > > > >> > >
> > > > >> > > Hi
> > > > >> > >
> > > > >> > > There are still some things to iron out for this.
> > > > >> > > So we have to postpone the RC until next the next week /
> weekend.
> > > > >> > >
> > > > >> > > On Fri, May 24, 2019 at 11:17 AM Claus Ibsen <
> > > [email protected]>
> > > > >> wrote:
> > > > >> > > >
> > > > >> > > > Hi
> > > > >> > > >
> > > > >> > > > I am working on some bits which we need for M3 and Camel K
> > > > >> > > >
> > > https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-13557
> > > > >> > > >
> > > > >> > > > There was a few known-on effect with some other old cruft
> to be
> > > > >> > > > removed. But I got almost all of it sorted now.
> > > > >> > > > Should be done later today I think.
> > > > >> > > >
> > > > >> > > >
> > > > >> > > > On Thu, May 16, 2019 at 5:50 PM Claus Ibsen <
> > > [email protected]>
> > > > >> wrote:
> > > > >> > > > >
> > > > >> > > > > On Mon, May 13, 2019 at 3:34 PM Gregor Zurowski
> > > > >> > > > > <[email protected]> wrote:
> > > > >> > > > > >
> > > > >> > > > > > I will probably not be able to cut the RC this weekend,
> but
> > > the
> > > > >> following
> > > > >> > > > > > one. Is that still something that would work for
> everyone?
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > > > Yeah works good.
> > > > >> > > > >
> > > > >> > > > > Guillaume is working on one more camel-core
> modularisation to
> > > > >> split
> > > > >> > > > > out the xml bits. It would be good to have this work
> complete
> > > > >> before
> > > > >> > > > > the RC.
> > > > >> > > > > But lets talk next week to see how far he got. He said he
> is
> > > > >> working
> > > > >> > > > > on it, and most of the work is done. So its looking
> promising.
> > > > >> > > > > https://issues.apache.org/jira/browse/CAMEL-13371
> > > > >> > > > >
> > > > >> > > > > Also this ticket would be good to have done, but we can
> defer
> > > > >> this to M4
> > > > >> > > > > https://issues.apache.org/jira/browse/CAMEL-13384
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > > Thanks,
> > > > >> > > > > > Gregor
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > > On Mon, May 13, 2019, 4:06 AM Jean-Baptiste Onofré <
> > > > >> [email protected]> wrote:
> > > > >> > > > > >
> > > > >> > > > > > > It sounds good to me.
> > > > >> > > > > > >
> > > > >> > > > > > > I have some works that I would like to start but not
> > > blocker
> > > > >> for a RC.
> > > > >> > > > > > >
> > > > >> > > > > > > Regards
> > > > >> > > > > > > JB
> > > > >> > > > > > >
> > > > >> > > > > > > On 13/05/2019 08:18, Andrea Cosentino wrote:
> > > > >> > > > > > > > Maybe we can start the RC this weekend if you're
> free.
> > > Do
> > > > >> we all agree?
> > > > >> > > > > > > >
> > > > >> > > > > > > > Il giorno lun 13 mag 2019 alle ore 08:18 Andrea
> > > Cosentino <
> > > > >> > > > > > > [email protected]>
> > > > >> > > > > > > > ha scritto:
> > > > >> > > > > > > >
> > > > >> > > > > > > >> Hello Gregor,
> > > > >> > > > > > > >>
> > > > >> > > > > > > >> Yes, I think it makes sense to have an M3 before
> the
> > > end
> > > > >> of May.
> > > > >> > > > > > > >>
> > > > >> > > > > > > >> Thanks!
> > > > >> > > > > > > >>
> > > > >> > > > > > > >> Il giorno lun 13 mag 2019 alle ore 04:18 Gregor
> > > Zurowski <
> > > > >> > > > > > > >> [email protected]> ha scritto:
> > > > >> > > > > > > >>
> > > > >> > > > > > > >>> Hi Everyone:
> > > > >> > > > > > > >>>
> > > > >> > > > > > > >>> We have released milestone 2 for Camel 3.0.0 on
> March
> > > > >> 24th. Should we
> > > > >> > > > > > > >>> plan for another milestone release towards the
> end of
> > > the
> > > > >> month?
> > > > >> > > > > > > >>>
> > > > >> > > > > > > >>> Thanks,
> > > > >> > > > > > > >>> Gregor
> > > > >> > > > > > > >>>
> > > > >> > > > > > > >>
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > --
> > > > >> > > > > > > Jean-Baptiste Onofré
> > > > >> > > > > > > [email protected]
> > > > >> > > > > > > http://blog.nanthrax.net
> > > > >> > > > > > > Talend - http://www.talend.com
> > > > >> > > > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > --
> > > > >> > > > > 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
>

Reply via email to