Re: build of master branch failed because of date format

2020-01-24 Thread Maxim Solodovnik
Thanks :)

On Fri, 24 Jan 2020 at 18:14, Andrea Del Bene  wrote:

> and in the meantime 11.0.6 has been released :-)
>
> On Fri, Jan 24, 2020 at 11:42 AM Andrea Del Bene 
> wrote:
>
> > I've already opened it back in November:
> >
> > https://issues.apache.org/jira/browse/INFRA-19481
> >
> > maybe we can send a friendly reminder.
> >
> > On Fri, Jan 24, 2020 at 8:35 AM Martin Grigorov 
> > wrote:
> >
> >> Hi Maxim,
> >>
> >> This must be because of an old build of JDK11 on BuildBot.
> >> Let's open a ticket at INFRA to install the latest.
> >>
> >> On Fri, Jan 24, 2020 at 8:46 AM Maxim Solodovnik 
> >> wrote:
> >>
> >> > Hello All,
> >> >
> >> > Recent builds of master branch are failed due to
> >> >
> >> > ZonedDateTimeConverterTest.convertToObject:49 expected:
> >> > <2016-07-11T01:02:03Z[Etc/UTC]> but was:
> >> > <2016-07-11T01:02:03Z[Etc/UCT]>
> >> >
> >> >
> >> > Maybe it worth to compare dates if "time zoneless" format?
> >> >
> >> > --
> >> > WBR
> >> > Maxim aka solomax
> >> >
> >>
> >
> >
> > --
> > Andrea Del Bene.
> > Apache Wicket committer.
> >
>
>
> --
> Andrea Del Bene.
> Apache Wicket committer.
>


-- 
WBR
Maxim aka solomax


Re: build of master branch failed because of date format

2020-01-24 Thread Andrea Del Bene
and in the meantime 11.0.6 has been released :-)

On Fri, Jan 24, 2020 at 11:42 AM Andrea Del Bene 
wrote:

> I've already opened it back in November:
>
> https://issues.apache.org/jira/browse/INFRA-19481
>
> maybe we can send a friendly reminder.
>
> On Fri, Jan 24, 2020 at 8:35 AM Martin Grigorov 
> wrote:
>
>> Hi Maxim,
>>
>> This must be because of an old build of JDK11 on BuildBot.
>> Let's open a ticket at INFRA to install the latest.
>>
>> On Fri, Jan 24, 2020 at 8:46 AM Maxim Solodovnik 
>> wrote:
>>
>> > Hello All,
>> >
>> > Recent builds of master branch are failed due to
>> >
>> > ZonedDateTimeConverterTest.convertToObject:49 expected:
>> > <2016-07-11T01:02:03Z[Etc/UTC]> but was:
>> > <2016-07-11T01:02:03Z[Etc/UCT]>
>> >
>> >
>> > Maybe it worth to compare dates if "time zoneless" format?
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>>
>
>
> --
> Andrea Del Bene.
> Apache Wicket committer.
>


-- 
Andrea Del Bene.
Apache Wicket committer.


Re: build of master branch failed because of date format

2020-01-24 Thread Andrea Del Bene
I've already opened it back in November:

https://issues.apache.org/jira/browse/INFRA-19481

maybe we can send a friendly reminder.

On Fri, Jan 24, 2020 at 8:35 AM Martin Grigorov 
wrote:

> Hi Maxim,
>
> This must be because of an old build of JDK11 on BuildBot.
> Let's open a ticket at INFRA to install the latest.
>
> On Fri, Jan 24, 2020 at 8:46 AM Maxim Solodovnik 
> wrote:
>
> > Hello All,
> >
> > Recent builds of master branch are failed due to
> >
> > ZonedDateTimeConverterTest.convertToObject:49 expected:
> > <2016-07-11T01:02:03Z[Etc/UTC]> but was:
> > <2016-07-11T01:02:03Z[Etc/UCT]>
> >
> >
> > Maybe it worth to compare dates if "time zoneless" format?
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>


-- 
Andrea Del Bene.
Apache Wicket committer.


Re: build of master branch failed because of date format

2020-01-23 Thread Martin Grigorov
Hi Maxim,

This must be because of an old build of JDK11 on BuildBot.
Let's open a ticket at INFRA to install the latest.

On Fri, Jan 24, 2020 at 8:46 AM Maxim Solodovnik 
wrote:

> Hello All,
>
> Recent builds of master branch are failed due to
>
> ZonedDateTimeConverterTest.convertToObject:49 expected:
> <2016-07-11T01:02:03Z[Etc/UTC]> but was:
> <2016-07-11T01:02:03Z[Etc/UCT]>
>
>
> Maybe it worth to compare dates if "time zoneless" format?
>
> --
> WBR
> Maxim aka solomax
>


build of master branch failed because of date format

2020-01-23 Thread Maxim Solodovnik
Hello All,

Recent builds of master branch are failed due to

ZonedDateTimeConverterTest.convertToObject:49 expected:
<2016-07-11T01:02:03Z[Etc/UTC]> but was:
<2016-07-11T01:02:03Z[Etc/UCT]>


Maybe it worth to compare dates if "time zoneless" format?

-- 
WBR
Maxim aka solomax