You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Benedikt Ritter <br...@apache.org> on 2016/09/10 18:59:46 UTC

[LANG] Towards 3.5

Hi,

I'm going to start preparation for release 3.5 tomorrow. If there is
anything you like to have included, please fix it now.

Regards,
Benedikt

Re: [LANG] Towards 3.5

Posted by Benedikt Ritter <br...@apache.org>.
Hello Pascal,

Pascal Schumacher <pa...@gmx.net> schrieb am So., 11. Sep. 2016
um 10:31 Uhr:

> Great news. :) Thanks a lot!
>
> What about the these two issues:
>
> https://issues.apache.org/jira/browse/LANG-1201
> https://issues.apache.org/jira/browse/LANG-1227
>
> The code was checked in, but in the discussion people disagreed wether
> it was ready to ship.
>

Since both issues need more thinking, I've reverted them for now and moved
the issues to 3.6 in Jira.

Thank you,
Benedikt


>
> Am 10.09.2016 um 20:59 schrieb Benedikt Ritter:
> > Hi,
> >
> > I'm going to start preparation for release 3.5 tomorrow. If there is
> > anything you like to have included, please fix it now.
> >
> > Regards,
> > Benedikt
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [LANG] Towards 3.5

Posted by Pascal Schumacher <pa...@gmx.net>.
Great news. :) Thanks a lot!

What about the these two issues:

https://issues.apache.org/jira/browse/LANG-1201
https://issues.apache.org/jira/browse/LANG-1227

The code was checked in, but in the discussion people disagreed wether 
it was ready to ship.

Am 10.09.2016 um 20:59 schrieb Benedikt Ritter:
> Hi,
>
> I'm going to start preparation for release 3.5 tomorrow. If there is
> anything you like to have included, please fix it now.
>
> Regards,
> Benedikt
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [LANG] Towards 3.5

Posted by Gary Gregory <ga...@gmail.com>.
RERO!

Gary

On Sun, Sep 11, 2016 at 6:44 AM, Benedikt Ritter <br...@apache.org> wrote:

> Hi,
>
> please share your thoughts about LANG-1134 [1]. I argue that it is not
> ready to be shipped with 3.5.
>
> Regards,
> Benedikt
>
> [1] https://issues.apache.org/jira/browse/LANG-1134
>
> Benedikt Ritter <br...@apache.org> schrieb am Sa., 10. Sep. 2016 um
> 20:59 Uhr:
>
> > Hi,
> >
> > I'm going to start preparation for release 3.5 tomorrow. If there is
> > anything you like to have included, please fix it now.
> >
> > Regards,
> > Benedikt
> >
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [LANG] Towards 3.5

Posted by Pascal Schumacher <pa...@gmx.net>.
+1

Am 27.09.2016 um 07:36 schrieb Charles Honton:
> There are multiple causes to LANG-1265.  The two I have traced look like incomplete locale/timezone data from the CLDR provider.  I recommend moving  forward on 3.5 release without solving LANG-1265.
>
> chas
>
>>> On Sep 26, 2016, at 10:29 AM, Benedikt Ritter <br...@apache.org> wrote:
>>>
>>> Hi all,
>>>
>>> as you might have noticed, there has been no RC1 on Saturday :-) I've
>>> decided that I'd like to fix LANG-1265 [1] for 3.5 to have full Java 9
>>> support. If anybody has some cycles to work on this issue, that would be
>>> appreciated.
>>>
>>> Thank you!
>>> Benedikt
>>>
>>> [1] https://issues.apache.org/jira/browse/LANG-1265
>>>
>>> Benedikt Ritter <br...@apache.org> schrieb am Mi., 21. Sep. 2016 um
>>> 11:03 Uhr:
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [LANG] Towards 3.5

Posted by Rob Tompkins <ch...@gmail.com>.
On Tue, Sep 27, 2016 at 1:36 AM, Charles Honton <ch...@honton.org> wrote:

> There are multiple causes to LANG-1265.  The two I have traced look like
> incomplete locale/timezone data from the CLDR provider.  I recommend
> moving  forward on 3.5 release without solving LANG-1265.
>
>
I agree with Chas here, that SimpleDateFormat.parse is causing this issue
based upon his comments in LANG-1265. I suppose we have two routes that we
could follow: (1) put in some variety of hack that looks for the locales
that currently fail in SimpleDateFormat and avoids creating those in the
unit tests/implementations while running on Java 9 or (2) open an issue
with the jdk community specifying the bug.

Any thoughts?

-Rob


> chas
>
> >> On Sep 26, 2016, at 10:29 AM, Benedikt Ritter <br...@apache.org>
> wrote:
> >>
> >> Hi all,
> >>
> >> as you might have noticed, there has been no RC1 on Saturday :-) I've
> >> decided that I'd like to fix LANG-1265 [1] for 3.5 to have full Java 9
> >> support. If anybody has some cycles to work on this issue, that would be
> >> appreciated.
> >>
> >> Thank you!
> >> Benedikt
> >>
> >> [1] https://issues.apache.org/jira/browse/LANG-1265
> >>
> >> Benedikt Ritter <br...@apache.org> schrieb am Mi., 21. Sep. 2016 um
> >> 11:03 Uhr:
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [LANG] Towards 3.5

Posted by Charles Honton <ch...@honton.org>.
There are multiple causes to LANG-1265.  The two I have traced look like incomplete locale/timezone data from the CLDR provider.  I recommend moving  forward on 3.5 release without solving LANG-1265.

chas

>> On Sep 26, 2016, at 10:29 AM, Benedikt Ritter <br...@apache.org> wrote:
>> 
>> Hi all,
>> 
>> as you might have noticed, there has been no RC1 on Saturday :-) I've
>> decided that I'd like to fix LANG-1265 [1] for 3.5 to have full Java 9
>> support. If anybody has some cycles to work on this issue, that would be
>> appreciated.
>> 
>> Thank you!
>> Benedikt
>> 
>> [1] https://issues.apache.org/jira/browse/LANG-1265
>> 
>> Benedikt Ritter <br...@apache.org> schrieb am Mi., 21. Sep. 2016 um
>> 11:03 Uhr:


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [LANG] Towards 3.5

Posted by Rob Tompkins <ch...@gmail.com>.
I'll dig in and have a look at it. 

-Rob

> On Sep 26, 2016, at 10:29 AM, Benedikt Ritter <br...@apache.org> wrote:
> 
> Hi all,
> 
> as you might have noticed, there has been no RC1 on Saturday :-) I've
> decided that I'd like to fix LANG-1265 [1] for 3.5 to have full Java 9
> support. If anybody has some cycles to work on this issue, that would be
> appreciated.
> 
> Thank you!
> Benedikt
> 
> [1] https://issues.apache.org/jira/browse/LANG-1265
> 
> Benedikt Ritter <br...@apache.org> schrieb am Mi., 21. Sep. 2016 um
> 11:03 Uhr:
> 
>> Hi,
>> 
>> just wanted to give you an update. I have the day of on Saturday and I
>> will prepare 3.5 RC1 then. So now is your last chance to get your stuff
>> into this release :-)
>> 
>> Regards,
>> Benedikt
>> 
>> 
>> Gary Gregory <ga...@gmail.com> schrieb am So., 11. Sep. 2016 um
>> 19:55 Uhr:
>> 
>>> On Sun, Sep 11, 2016 at 9:36 AM, Benedikt Ritter <br...@apache.org>
>>> wrote:
>>> 
>>>> Hello again,
>>>> 
>>>> Benedikt Ritter <br...@apache.org> schrieb am So., 11. Sep. 2016 um
>>>> 15:44 Uhr:
>>>> 
>>>>> Hi,
>>>>> 
>>>>> please share your thoughts about LANG-1134 [1]. I argue that it is not
>>>>> ready to be shipped with 3.5.
>>>>> 
>>>> 
>>>> Furthermore we need to fix LANG-1264 [2] IMHO.
>>>> 
>>> 
>>> +1
>>> 
>>> Gary
>>> 
>>>> 
>>>> Benedikt
>>>> 
>>>> [2] https://issues.apache.org/jira/browse/LANG-1264
>>>> 
>>>> 
>>>>> Regards,
>>>>> Benedikt
>>>>> 
>>>>> [1] https://issues.apache.org/jira/browse/LANG-1134
>>>>> 
>>>>> 
>>>>> Benedikt Ritter <br...@apache.org> schrieb am Sa., 10. Sep. 2016 um
>>>>> 20:59 Uhr:
>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> I'm going to start preparation for release 3.5 tomorrow. If there is
>>>>>> anything you like to have included, please fix it now.
>>>>>> 
>>>>>> Regards,
>>>>>> Benedikt
>>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> Java Persistence with Hibernate, Second Edition
>>> <http://www.manning.com/bauer3/>
>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>>> Spring Batch in Action <http://www.manning.com/templier/>
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>>> 
>> 

Re: [LANG] Towards 3.5

Posted by Benedikt Ritter <br...@apache.org>.
Hi all,

as you might have noticed, there has been no RC1 on Saturday :-) I've
decided that I'd like to fix LANG-1265 [1] for 3.5 to have full Java 9
support. If anybody has some cycles to work on this issue, that would be
appreciated.

Thank you!
Benedikt

[1] https://issues.apache.org/jira/browse/LANG-1265

Benedikt Ritter <br...@apache.org> schrieb am Mi., 21. Sep. 2016 um
11:03 Uhr:

> Hi,
>
> just wanted to give you an update. I have the day of on Saturday and I
> will prepare 3.5 RC1 then. So now is your last chance to get your stuff
> into this release :-)
>
> Regards,
> Benedikt
>
>
> Gary Gregory <ga...@gmail.com> schrieb am So., 11. Sep. 2016 um
> 19:55 Uhr:
>
>> On Sun, Sep 11, 2016 at 9:36 AM, Benedikt Ritter <br...@apache.org>
>> wrote:
>>
>> > Hello again,
>> >
>> > Benedikt Ritter <br...@apache.org> schrieb am So., 11. Sep. 2016 um
>> > 15:44 Uhr:
>> >
>> > > Hi,
>> > >
>> > > please share your thoughts about LANG-1134 [1]. I argue that it is not
>> > > ready to be shipped with 3.5.
>> > >
>> >
>> > Furthermore we need to fix LANG-1264 [2] IMHO.
>> >
>>
>> +1
>>
>> Gary
>>
>> >
>> > Benedikt
>> >
>> > [2] https://issues.apache.org/jira/browse/LANG-1264
>> >
>> >
>> > > Regards,
>> > > Benedikt
>> > >
>> > > [1] https://issues.apache.org/jira/browse/LANG-1134
>> > >
>> > >
>> > > Benedikt Ritter <br...@apache.org> schrieb am Sa., 10. Sep. 2016 um
>> > > 20:59 Uhr:
>> > >
>> > >> Hi,
>> > >>
>> > >> I'm going to start preparation for release 3.5 tomorrow. If there is
>> > >> anything you like to have included, please fix it now.
>> > >>
>> > >> Regards,
>> > >> Benedikt
>> > >>
>> > >
>> >
>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>

Re: [LANG] Towards 3.5

Posted by Benedikt Ritter <br...@apache.org>.
Hi,

just wanted to give you an update. I have the day of on Saturday and I will
prepare 3.5 RC1 then. So now is your last chance to get your stuff into
this release :-)

Regards,
Benedikt

Gary Gregory <ga...@gmail.com> schrieb am So., 11. Sep. 2016 um
19:55 Uhr:

> On Sun, Sep 11, 2016 at 9:36 AM, Benedikt Ritter <br...@apache.org>
> wrote:
>
> > Hello again,
> >
> > Benedikt Ritter <br...@apache.org> schrieb am So., 11. Sep. 2016 um
> > 15:44 Uhr:
> >
> > > Hi,
> > >
> > > please share your thoughts about LANG-1134 [1]. I argue that it is not
> > > ready to be shipped with 3.5.
> > >
> >
> > Furthermore we need to fix LANG-1264 [2] IMHO.
> >
>
> +1
>
> Gary
>
> >
> > Benedikt
> >
> > [2] https://issues.apache.org/jira/browse/LANG-1264
> >
> >
> > > Regards,
> > > Benedikt
> > >
> > > [1] https://issues.apache.org/jira/browse/LANG-1134
> > >
> > >
> > > Benedikt Ritter <br...@apache.org> schrieb am Sa., 10. Sep. 2016 um
> > > 20:59 Uhr:
> > >
> > >> Hi,
> > >>
> > >> I'm going to start preparation for release 3.5 tomorrow. If there is
> > >> anything you like to have included, please fix it now.
> > >>
> > >> Regards,
> > >> Benedikt
> > >>
> > >
> >
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>

Re: [LANG] Towards 3.5

Posted by Gary Gregory <ga...@gmail.com>.
On Sun, Sep 11, 2016 at 9:36 AM, Benedikt Ritter <br...@apache.org> wrote:

> Hello again,
>
> Benedikt Ritter <br...@apache.org> schrieb am So., 11. Sep. 2016 um
> 15:44 Uhr:
>
> > Hi,
> >
> > please share your thoughts about LANG-1134 [1]. I argue that it is not
> > ready to be shipped with 3.5.
> >
>
> Furthermore we need to fix LANG-1264 [2] IMHO.
>

+1

Gary

>
> Benedikt
>
> [2] https://issues.apache.org/jira/browse/LANG-1264
>
>
> > Regards,
> > Benedikt
> >
> > [1] https://issues.apache.org/jira/browse/LANG-1134
> >
> >
> > Benedikt Ritter <br...@apache.org> schrieb am Sa., 10. Sep. 2016 um
> > 20:59 Uhr:
> >
> >> Hi,
> >>
> >> I'm going to start preparation for release 3.5 tomorrow. If there is
> >> anything you like to have included, please fix it now.
> >>
> >> Regards,
> >> Benedikt
> >>
> >
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [LANG] Towards 3.5

Posted by Benedikt Ritter <br...@apache.org>.
Hello again,

Benedikt Ritter <br...@apache.org> schrieb am So., 11. Sep. 2016 um
15:44 Uhr:

> Hi,
>
> please share your thoughts about LANG-1134 [1]. I argue that it is not
> ready to be shipped with 3.5.
>

Furthermore we need to fix LANG-1264 [2] IMHO.

Benedikt

[2] https://issues.apache.org/jira/browse/LANG-1264


> Regards,
> Benedikt
>
> [1] https://issues.apache.org/jira/browse/LANG-1134
>
>
> Benedikt Ritter <br...@apache.org> schrieb am Sa., 10. Sep. 2016 um
> 20:59 Uhr:
>
>> Hi,
>>
>> I'm going to start preparation for release 3.5 tomorrow. If there is
>> anything you like to have included, please fix it now.
>>
>> Regards,
>> Benedikt
>>
>

Re: [LANG] Towards 3.5

Posted by Benedikt Ritter <br...@apache.org>.
Hi,

please share your thoughts about LANG-1134 [1]. I argue that it is not
ready to be shipped with 3.5.

Regards,
Benedikt

[1] https://issues.apache.org/jira/browse/LANG-1134

Benedikt Ritter <br...@apache.org> schrieb am Sa., 10. Sep. 2016 um
20:59 Uhr:

> Hi,
>
> I'm going to start preparation for release 3.5 tomorrow. If there is
> anything you like to have included, please fix it now.
>
> Regards,
> Benedikt
>

Re: [LANG] Towards 3.5

Posted by Gary Gregory <ga...@gmail.com>.
Cool beans!

On Sep 10, 2016 11:59 AM, "Benedikt Ritter" <br...@apache.org> wrote:

> Hi,
>
> I'm going to start preparation for release 3.5 tomorrow. If there is
> anything you like to have included, please fix it now.
>
> Regards,
> Benedikt
>