You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Rob Tompkins <ch...@gmail.com> on 2017/01/30 14:14:41 UTC

[VOTE] Release Commons Text 1.0-beta-1 based on RC4

Hello all,

This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).

Tag name:
   commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')

Tag URL:
   https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9

Commit ID the tag points at:
   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9

Site:
   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4

Distribution files (committed at revision 18041):
   https://dist.apache.org/repos/dist/dev/commons/text/

Distribution files hashes (SHA1):
   commons-text-1.0-beta-1-bin.tar.gz
   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
   commons-text-1.0-beta-1-bin.zip
   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
   commons-text-1.0-beta-1-src.tar.gz
   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
   commons-text-1.0-beta-1-src.zip
   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)

These are the Maven artifacts and their hashes:
   commons-text-1.0-beta-1-javadoc.jar
   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
   commons-text-1.0-beta-1-sources.jar
   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
   commons-text-1.0-beta-1-test-sources.jar
   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
   commons-text-1.0-beta-1-tests.jar
   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
   commons-text-1.0-beta-1.jar
   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
   commons-text-1.0-beta-1.pom
   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)

KEYS file to check signatures:
   http://www.apache.org/dist/commons/KEYS

Maven artifacts:
   https://repository.apache.org/content/repositories/orgapachecommons-1234

Please select one of the following options[1]:
  [ ] +1 Release it.
  [ ] +0 Go ahead; I don't care.
  [ ] -0 There are a few minor glitches: ...
  [ ] -1 No, do not release it because ...

This vote will be open at least 72 hours, i.e. until 
2017-02-02T15:00:00Z
(this is UTC time).
--------

Cheers,
-Rob

[1] http://apache.org/foundation/voting.html
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by "Bruno P. Kinoshita" <br...@yahoo.com.br.INVALID>.
Hi Romain,

With LC_ALL=en_US.UTF-8 it works for me.

Results :

Tests run: 476, Failures: 0, Errors: 0, Skipped: 0

Cheers
Bruno



________________________________
From: Romain Manni-Bucau <rm...@gmail.com>
To: Commons Developers List <de...@commons.apache.org>; Bruno P. Kinoshita <br...@yahoo.com.br> 
Sent: Tuesday, 7 February 2017 6:43 AM
Subject: Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4



Hi Bruno,

can you try export LC_ALL=en_US.UTF-8 ?

Think some tests can desire to force the locale maybe (have the same having a french locale by default)



Romain Manni-Bucau
@rmannibucau |  Blog | Old Blog | Github | LinkedIn | JavaEE Factory

2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <br...@yahoo.com.br.invalid>:

Hi Rob,
>
>Thanks for preparing this beta release! And also thanks for the great work on [text]!
>
>
>I agree with other votes on the Checkstyle issues as non blockers. And I can help writing/reviewing the user guide.
>
>However, I have the following tests failing:
>
>/* --- snip -- */
>
>Results :
>
>Failed tests:
>ExtendedMessageFormatTest. testBuiltInChoiceFormat:211-> checkBuiltInFormat:336-> checkBuiltInFormat:347-> checkBuiltInFormat:376 format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}], locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many 1[,234.]5>
>ExtendedMessageFormatTest. testBuiltInDateTimeFormat:230- >checkBuiltInFormat:336-> checkBuiltInFormat:347-> checkBuiltInFormat:376 format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07> but was:<1: [1/23]/07>
>ExtendedMessageFormatTest. testBuiltInNumberFormat:277-> checkBuiltInFormat:336-> checkBuiltInFormat:347-> checkBuiltInFormat:376 format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but was:<1: 6[,543.]21>
>ExtendedMessageFormatTest. testExtendedAndBuiltInFormats: 141 null expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>ExtendedMessageFormatTest. testOverriddenBuiltinFormat: 253->checkBuiltInFormat:347-> checkBuiltInFormat:376 format Pattern=[1: {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23, ]2007>
>
>Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>
>[INFO] ------------------------------ ------------------------------ ------------
>[INFO] BUILD FAILURE
>[INFO] ------------------------------ ------------------------------ ------------
>[INFO] Total time: 11.385 s
>[INFO] Finished at: 2017-02-06T14:07:52-02:00
>[INFO] Final Memory: 30M/328M
>[INFO] ------------------------------ ------------------------------ ------------
>/* --- snip -- */
>
>Here's my env:
>
>Apache Maven 3.3.9
>Maven home: /usr/share/maven
>Java version: 1.8.0_111, vendor: Oracle Corporation
>Java home: /usr/lib/jvm/java-8-oracle/jre
>Default locale: en_US, platform encoding: UTF-8
>OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family: "unix"
>
>
>Even though the JVM locale seems to be set to en_US, I'm in Brazil right now with the time in Ubuntu set to local time, as well as the locale (or so I think). Here's my output of running the `locale` command.
>
>/* --- snip --- */
>$ locale
>LANG=en_US.UTF-8
>LANGUAGE=en_US
>LC_CTYPE=pt_BR.UTF-8
>LC_NUMERIC=pt_BR.UTF-8
>LC_TIME=pt_BR.UTF-8
>LC_COLLATE="en_US.UTF-8"
>LC_MONETARY=pt_BR.UTF-8
>LC_MESSAGES="en_US.UTF-8"
>LC_PAPER=pt_BR.UTF-8
>LC_NAME=pt_BR.UTF-8
>LC_ADDRESS=pt_BR.UTF-8
>LC_TELEPHONE=pt_BR.UTF-8
>LC_MEASUREMENT=pt_BR.UTF-8
>LC_IDENTIFICATION=pt_BR.UTF-8
>LC_ALL=
>/* --- snip --- */
>
>I guess these failing tests would be a blocker issue for this beta release? I can help making these tests locale-agnostics when I'm back home (in 72 hours or so?). But my guess is that one would have to specify the locale on those tests to be US only...
>
>
>Hope that helps, cheers
>
>Bruno
>
>
>
>
>----- Original Message -----
>From: Rob Tompkins <ch...@gmail.com>
>To: Commons Developers List <de...@commons.apache.org>
>Sent: Monday, 30 January 2017 12:14 PM
>Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>
>Hello all,
>
>This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>
>Tag name:
>   commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
>
>Tag URL:
>  https://git-wip-us.apache.org/ repos/asf?p=commons-text.git; a=commit;h= 65e4314fbd6c3a8f5c248d07a4ccff c1f0ea8bb9
>
>Commit ID the tag points at:
>   65e4314fbd6c3a8f5c248d07a4ccff c1f0ea8bb9
>
>Site:
>  http://home.apache.org/~ chtompki/commons-text-1.0- beta-1-RC4
>
>Distribution files (committed at revision 18041):
>  https://dist.apache.org/repos/ dist/dev/commons/text/
>
>Distribution files hashes (SHA1):
>   commons-text-1.0-beta-1-bin. tar.gz
>   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d 20df1d84af)
>   commons-text-1.0-beta-1-bin. zip
>   (SHA1: b1fa8083bfdcec354a97c23468aa63 082990febe)
>   commons-text-1.0-beta-1-src. tar.gz
>   (SHA1: 06e7bee6a1a710fb2a68472bbbd320 9bdc66802c)
>   commons-text-1.0-beta-1-src. zip
>   (SHA1: 62f405f55689526ca87fd228ed4ae4 a4cf4ad107)
>
>These are the Maven artifacts and their hashes:
>   commons-text-1.0-beta-1- javadoc.jar
>   (SHA1: 771928f5f5439dbf75d857b4a8da83 646ba854e8)
>   commons-text-1.0-beta-1- sources.jar
>   (SHA1: 104e0d8fe8791d7e6f0653fee40615 0e6f80ee0e)
>   commons-text-1.0-beta-1-test- sources.jar
>   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b 316052de8f)
>   commons-text-1.0-beta-1-tests. jar
>   (SHA1: 664d9d71be733cc8240a4164e6a397 1fc9e95578)
>   commons-text-1.0-beta-1.jar
>   (SHA1: 6ef0390cf936f21e07ed47f34ba7ea b0d918606b)
>   commons-text-1.0-beta-1.pom
>   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e 7eba111726)
>
>KEYS file to check signatures:
>  http://www.apache.org/dist/ commons/KEYS
>
>Maven artifacts:
>  https://repository.apache.org/ content/repositories/ orgapachecommons-1234
>
>Please select one of the following options[1]:
>  [ ] +1 Release it.
>  [ ] +0 Go ahead; I don't care.
>  [ ] -0 There are a few minor glitches: ...
>  [ ] -1 No, do not release it because ...
>
>This vote will be open at least 72 hours, i.e. until
>2017-02-02T15:00:00Z
>(this is UTC time).
>--------
>
>Cheers,
>-Rob
>
>[1] http://apache.org/foundation/ voting.html
>
>------------------------------ ------------------------------ ---------
>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
>
>

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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.
Here’s my +1.

-Rob

> On Feb 8, 2017, at 2:54 AM, Benedikt Ritter <br...@apache.org> wrote:
> 
> 
>> Am 07.02.2017 um 14:21 schrieb Rob Tompkins <ch...@gmail.com>:
>> 
>>> 
>>> On Feb 7, 2017, at 7:20 AM, Benedikt Ritter <br...@apache.org> wrote:
>>> 
>>> Hi,
>>> 
>>>> Am 07.02.2017 um 13:04 schrieb Rob Tompkins <ch...@gmail.com>:
>>>> 
>>>>> 
>>>>> On Feb 7, 2017, at 6:23 AM, sebb <se...@gmail.com> wrote:
>>>>> 
>>>>> Sorry for coming late to the party.
>>>>> I've only just noticed two issues with the code:
>>>>> 
>>>>> TEXT-63 - protected mutable fields
>>>>> TEXT-40 - escape HTML characters only once
>>>>> 
>>>>> Fixing these will break API compatibility.
>>>>> 
>>>>> However, this is beta code and has its own sub-package (neat idea BTW).
>>>>> So if it's considered OK to break the API for the next release, then
>>>>> these can be fixed later.
>>>>> 
>>>>> The Announce message should make this clear, as should the website
>>>> 
>>>> Do you think that Bruno’s Locale based test-build issue is worth holding the release up over?
>>> 
>>> If the code has a bug (e.g. if it only works for US Locale), I’d say yes. If it’s only a problem of the tests being local dependent I’d say no.
>> 
>> I’ve not messed around with Locales much, and this code came directly from [lang]. That all leads me to believe that it’s probably fine(?). Furthermore, it’s iterating through the array of “getAvailableLocales(),” in each of the tests in question. 
>> 
>> That said, I would rather err on the side of caution with regards to putting a release out there, so I’d like to be able to reproduce Bruno's issue locally. But if I run:
>> #!/bin/bash -x
>> 
>> export LANG=en_US.UTF-8
>> export LANGUAGE=en_US
>> export LC_CTYPE=pt_BR.UTF-8
>> export LC_NUMERIC=pt_BR.UTF-8
>> export LC_TIME=pt_BR.UTF-8
>> export LC_COLLATE="en_US.UTF-8"
>> export LC_MONETARY=pt_BR.UTF-8
>> export LC_MESSAGES="en_US.UTF-8"
>> export LC_PAPER=pt_BR.UTF-8
>> export LC_NAME=pt_BR.UTF-8
>> export LC_ADDRESS=pt_BR.UTF-8
>> export LC_TELEPHONE=pt_BR.UTF-8
>> export LC_MEASUREMENT=pt_BR.UTF-8
>> export LC_IDENTIFICATION=pt_BR.UTF-8
>> export LC_ALL=
>> before I still can’t get to his “$locale” output. I end up with:
>> 
>> $ locale
>> LANG=
>> LC_COLLATE="C"
>> LC_CTYPE="en_US.UTF-8"
>> LC_MESSAGES="C"
>> LC_MONETARY="C"
>> LC_NUMERIC="C"
>> LC_TIME="C"
>> LC_ALL=
>> 
>> My Env:
>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)
>> Maven home: /usr/local/Cellar/maven/3.3.9/libexec
>> Java version: 1.8.0_101, vendor: Oracle Corporation
>> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac"
>> 
>> My first guess is that I’m on a Mac while he’s on Ubuntu, but I’m not sure. You guys have any thoughts?
> 
> I don’t think this issue should block a beta release. But we definitely need to investigate this after the release.
> 
> Benedikt
> 
>> 
>> Cheers,
>> -Rob
>> 
>>> 
>>> Benedikt
>>> 
>>>> 
>>>> -Rob
>>>> 
>>>>> 
>>>>> On 6 February 2017 at 21:52, Rob Tompkins <ch...@gmail.com> wrote:
>>>>>> 
>>>>>> 
>>>>>>> On Feb 6, 2017, at 12:43 PM, Romain Manni-Bucau <rm...@gmail.com> wrote:
>>>>>>> 
>>>>>>> Hi Bruno,
>>>>>>> 
>>>>>>> can you try export LC_ALL=en_US.UTF-8 ?
>>>>>>> 
>>>>>> 
>>>>>> I suppose I wait on this for now. I'm curious to see how it shakes out with the LC_ALL export.
>>>>>> 
>>>>>> Ray -- as soon as I finish up the release, I would be happy to have another set of hands with the checkstyle issues and anything else.
>>>>>> 
>>>>>> Cheers,
>>>>>> -Rob
>>>>>> 
>>>>>>> Think some tests can desire to force the locale maybe (have the same having
>>>>>>> a french locale by default)
>>>>>>> 
>>>>>>> 
>>>>>>> Romain Manni-Bucau
>>>>>>> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
>>>>>>> <https://blog-rmannibucau.rhcloud.com> | Old Blog
>>>>>>> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
>>>>>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
>>>>>>> <https://javaeefactory-rmannibucau.rhcloud.com>
>>>>>>> 
>>>>>>> 2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
>>>>>>> brunodepaulak@yahoo.com.br.invalid>:
>>>>>>> 
>>>>>>>> Hi Rob,
>>>>>>>> 
>>>>>>>> Thanks for preparing this beta release! And also thanks for the great work
>>>>>>>> on [text]!
>>>>>>>> 
>>>>>>>> 
>>>>>>>> I agree with other votes on the Checkstyle issues as non blockers. And I
>>>>>>>> can help writing/reviewing the user guide.
>>>>>>>> 
>>>>>>>> However, I have the following tests failing:
>>>>>>>> 
>>>>>>>> /* --- snip -- */
>>>>>>>> 
>>>>>>>> Results :
>>>>>>>> 
>>>>>>>> Failed tests:
>>>>>>>> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
>>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>>> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
>>>>>>>> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
>>>>>>>> 1[,234.]5>
>>>>>>>> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
>>>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>>> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
>>>>>>>> but was:<1: [1/23]/07>
>>>>>>>> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
>>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>>> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
>>>>>>>> was:<1: 6[,543.]21>
>>>>>>>> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
>>>>>>>> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
>>>>>>>> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>>>>>>>> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
>>>>>>>> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
>>>>>>>> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
>>>>>>>> ]2007>
>>>>>>>> 
>>>>>>>> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>>>>>>>> 
>>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>>> ------------
>>>>>>>> [INFO] BUILD FAILURE
>>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>>> ------------
>>>>>>>> [INFO] Total time: 11.385 s
>>>>>>>> [INFO] Finished at: 2017-02-06T14:07:52-02:00
>>>>>>>> [INFO] Final Memory: 30M/328M
>>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>>> ------------
>>>>>>>> /* --- snip -- */
>>>>>>>> 
>>>>>>>> Here's my env:
>>>>>>>> 
>>>>>>>> Apache Maven 3.3.9
>>>>>>>> Maven home: /usr/share/maven
>>>>>>>> Java version: 1.8.0_111, vendor: Oracle Corporation
>>>>>>>> Java home: /usr/lib/jvm/java-8-oracle/jre
>>>>>>>> Default locale: en_US, platform encoding: UTF-8
>>>>>>>> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
>>>>>>>> "unix"
>>>>>>>> 
>>>>>>>> 
>>>>>>>> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
>>>>>>>> now with the time in Ubuntu set to local time, as well as the locale (or so
>>>>>>>> I think). Here's my output of running the `locale` command.
>>>>>>>> 
>>>>>>>> /* --- snip --- */
>>>>>>>> $ locale
>>>>>>>> LANG=en_US.UTF-8
>>>>>>>> LANGUAGE=en_US
>>>>>>>> LC_CTYPE=pt_BR.UTF-8
>>>>>>>> LC_NUMERIC=pt_BR.UTF-8
>>>>>>>> LC_TIME=pt_BR.UTF-8
>>>>>>>> LC_COLLATE="en_US.UTF-8"
>>>>>>>> LC_MONETARY=pt_BR.UTF-8
>>>>>>>> LC_MESSAGES="en_US.UTF-8"
>>>>>>>> LC_PAPER=pt_BR.UTF-8
>>>>>>>> LC_NAME=pt_BR.UTF-8
>>>>>>>> LC_ADDRESS=pt_BR.UTF-8
>>>>>>>> LC_TELEPHONE=pt_BR.UTF-8
>>>>>>>> LC_MEASUREMENT=pt_BR.UTF-8
>>>>>>>> LC_IDENTIFICATION=pt_BR.UTF-8
>>>>>>>> LC_ALL=
>>>>>>>> /* --- snip --- */
>>>>>>>> 
>>>>>>>> I guess these failing tests would be a blocker issue for this beta
>>>>>>>> release? I can help making these tests locale-agnostics when I'm back home
>>>>>>>> (in 72 hours or so?). But my guess is that one would have to specify the
>>>>>>>> locale on those tests to be US only...
>>>>>>>> 
>>>>>>>> 
>>>>>>>> Hope that helps, cheers
>>>>>>>> 
>>>>>>>> Bruno
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ----- Original Message -----
>>>>>>>> From: Rob Tompkins <ch...@gmail.com>
>>>>>>>> To: Commons Developers List <de...@commons.apache.org>
>>>>>>>> Sent: Monday, 30 January 2017 12:14 PM
>>>>>>>> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>>>>>>>> 
>>>>>>>> Hello all,
>>>>>>>> 
>>>>>>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>>>>>>> 
>>>>>>>> Tag name:
>>>>>>>> commons-text-1.0-beta-1-RC4 (signature can be checked from git using
>>>>>>>> 'git tag -v')
>>>>>>>> 
>>>>>>>> Tag URL:
>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
>>>>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>>>>> 
>>>>>>>> Commit ID the tag points at:
>>>>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>>>>> 
>>>>>>>> Site:
>>>>>>>> http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>>>>>>> 
>>>>>>>> Distribution files (committed at revision 18041):
>>>>>>>> https://dist.apache.org/repos/dist/dev/commons/text/
>>>>>>>> 
>>>>>>>> Distribution files hashes (SHA1):
>>>>>>>> commons-text-1.0-beta-1-bin.tar.gz
>>>>>>>> (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>>>>>> commons-text-1.0-beta-1-bin.zip
>>>>>>>> (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>>>>>> commons-text-1.0-beta-1-src.tar.gz
>>>>>>>> (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>>>>>> commons-text-1.0-beta-1-src.zip
>>>>>>>> (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>>>>>>> 
>>>>>>>> These are the Maven artifacts and their hashes:
>>>>>>>> commons-text-1.0-beta-1-javadoc.jar
>>>>>>>> (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>>>>>> commons-text-1.0-beta-1-sources.jar
>>>>>>>> (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>>>>>> commons-text-1.0-beta-1-test-sources.jar
>>>>>>>> (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>>>>>> commons-text-1.0-beta-1-tests.jar
>>>>>>>> (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>>>>>> commons-text-1.0-beta-1.jar
>>>>>>>> (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>>>>>> commons-text-1.0-beta-1.pom
>>>>>>>> (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>>>>>>> 
>>>>>>>> KEYS file to check signatures:
>>>>>>>> http://www.apache.org/dist/commons/KEYS
>>>>>>>> 
>>>>>>>> Maven artifacts:
>>>>>>>> https://repository.apache.org/content/repositories/orgapachecommons-1234
>>>>>>>> 
>>>>>>>> Please select one of the following options[1]:
>>>>>>>> [ ] +1 Release it.
>>>>>>>> [ ] +0 Go ahead; I don't care.
>>>>>>>> [ ] -0 There are a few minor glitches: ...
>>>>>>>> [ ] -1 No, do not release it because ...
>>>>>>>> 
>>>>>>>> This vote will be open at least 72 hours, i.e. until
>>>>>>>> 2017-02-02T15:00:00Z
>>>>>>>> (this is UTC time).
>>>>>>>> --------
>>>>>>>> 
>>>>>>>> Cheers,
>>>>>>>> -Rob
>>>>>>>> 
>>>>>>>> [1] http://apache.org/foundation/voting.html
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> 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
>>>>>>>> 
>>>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> 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
>>>>> 
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org <ma...@commons.apache.org> <mailto:dev-unsubscribe@commons.apache.org <ma...@commons.apache.org>>
>>>> For additional commands, e-mail: dev-help@commons.apache.org <ma...@commons.apache.org> <mailto:dev-help@commons.apache.org <ma...@commons.apache.org>>
> 


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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.
> On Feb 8, 2017, at 2:54 AM, Benedikt Ritter <br...@apache.org> wrote:
> 
> 
>> Am 07.02.2017 um 14:21 schrieb Rob Tompkins <ch...@gmail.com>:
>> 
>>> 
>>> On Feb 7, 2017, at 7:20 AM, Benedikt Ritter <br...@apache.org> wrote:
>>> 
>>> Hi,
>>> 
>>>> Am 07.02.2017 um 13:04 schrieb Rob Tompkins <ch...@gmail.com>:
>>>> 
>>>>> 
>>>>> On Feb 7, 2017, at 6:23 AM, sebb <se...@gmail.com> wrote:
>>>>> 
>>>>> Sorry for coming late to the party.
>>>>> I've only just noticed two issues with the code:
>>>>> 
>>>>> TEXT-63 - protected mutable fields
>>>>> TEXT-40 - escape HTML characters only once
>>>>> 
>>>>> Fixing these will break API compatibility.
>>>>> 
>>>>> However, this is beta code and has its own sub-package (neat idea BTW).
>>>>> So if it's considered OK to break the API for the next release, then
>>>>> these can be fixed later.
>>>>> 
>>>>> The Announce message should make this clear, as should the website
>>>> 
>>>> Do you think that Bruno’s Locale based test-build issue is worth holding the release up over?
>>> 
>>> If the code has a bug (e.g. if it only works for US Locale), I’d say yes. If it’s only a problem of the tests being local dependent I’d say no.
>> 
>> I’ve not messed around with Locales much, and this code came directly from [lang]. That all leads me to believe that it’s probably fine(?). Furthermore, it’s iterating through the array of “getAvailableLocales(),” in each of the tests in question. 
>> 
>> That said, I would rather err on the side of caution with regards to putting a release out there, so I’d like to be able to reproduce Bruno's issue locally. But if I run:
>> #!/bin/bash -x
>> 
>> export LANG=en_US.UTF-8
>> export LANGUAGE=en_US
>> export LC_CTYPE=pt_BR.UTF-8
>> export LC_NUMERIC=pt_BR.UTF-8
>> export LC_TIME=pt_BR.UTF-8
>> export LC_COLLATE="en_US.UTF-8"
>> export LC_MONETARY=pt_BR.UTF-8
>> export LC_MESSAGES="en_US.UTF-8"
>> export LC_PAPER=pt_BR.UTF-8
>> export LC_NAME=pt_BR.UTF-8
>> export LC_ADDRESS=pt_BR.UTF-8
>> export LC_TELEPHONE=pt_BR.UTF-8
>> export LC_MEASUREMENT=pt_BR.UTF-8
>> export LC_IDENTIFICATION=pt_BR.UTF-8
>> export LC_ALL=
>> before I still can’t get to his “$locale” output. I end up with:
>> 
>> $ locale
>> LANG=
>> LC_COLLATE="C"
>> LC_CTYPE="en_US.UTF-8"
>> LC_MESSAGES="C"
>> LC_MONETARY="C"
>> LC_NUMERIC="C"
>> LC_TIME="C"
>> LC_ALL=
>> 
>> My Env:
>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)
>> Maven home: /usr/local/Cellar/maven/3.3.9/libexec
>> Java version: 1.8.0_101, vendor: Oracle Corporation
>> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac"
>> 
>> My first guess is that I’m on a Mac while he’s on Ubuntu, but I’m not sure. You guys have any thoughts?
> 
> I don’t think this issue should block a beta release. But we definitely need to investigate this after the release.

Seems reasonable. I’ll try to button things up and get the announcement out (with the note about the differing beta packages) sometime today or tomorrow.

Cheers,
-Rob

> 
> Benedikt
> 
>> 
>> Cheers,
>> -Rob
>> 
>>> 
>>> Benedikt
>>> 
>>>> 
>>>> -Rob
>>>> 
>>>>> 
>>>>> On 6 February 2017 at 21:52, Rob Tompkins <ch...@gmail.com> wrote:
>>>>>> 
>>>>>> 
>>>>>>> On Feb 6, 2017, at 12:43 PM, Romain Manni-Bucau <rm...@gmail.com> wrote:
>>>>>>> 
>>>>>>> Hi Bruno,
>>>>>>> 
>>>>>>> can you try export LC_ALL=en_US.UTF-8 ?
>>>>>>> 
>>>>>> 
>>>>>> I suppose I wait on this for now. I'm curious to see how it shakes out with the LC_ALL export.
>>>>>> 
>>>>>> Ray -- as soon as I finish up the release, I would be happy to have another set of hands with the checkstyle issues and anything else.
>>>>>> 
>>>>>> Cheers,
>>>>>> -Rob
>>>>>> 
>>>>>>> Think some tests can desire to force the locale maybe (have the same having
>>>>>>> a french locale by default)
>>>>>>> 
>>>>>>> 
>>>>>>> Romain Manni-Bucau
>>>>>>> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
>>>>>>> <https://blog-rmannibucau.rhcloud.com> | Old Blog
>>>>>>> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
>>>>>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
>>>>>>> <https://javaeefactory-rmannibucau.rhcloud.com>
>>>>>>> 
>>>>>>> 2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
>>>>>>> brunodepaulak@yahoo.com.br.invalid>:
>>>>>>> 
>>>>>>>> Hi Rob,
>>>>>>>> 
>>>>>>>> Thanks for preparing this beta release! And also thanks for the great work
>>>>>>>> on [text]!
>>>>>>>> 
>>>>>>>> 
>>>>>>>> I agree with other votes on the Checkstyle issues as non blockers. And I
>>>>>>>> can help writing/reviewing the user guide.
>>>>>>>> 
>>>>>>>> However, I have the following tests failing:
>>>>>>>> 
>>>>>>>> /* --- snip -- */
>>>>>>>> 
>>>>>>>> Results :
>>>>>>>> 
>>>>>>>> Failed tests:
>>>>>>>> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
>>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>>> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
>>>>>>>> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
>>>>>>>> 1[,234.]5>
>>>>>>>> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
>>>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>>> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
>>>>>>>> but was:<1: [1/23]/07>
>>>>>>>> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
>>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>>> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
>>>>>>>> was:<1: 6[,543.]21>
>>>>>>>> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
>>>>>>>> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
>>>>>>>> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>>>>>>>> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
>>>>>>>> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
>>>>>>>> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
>>>>>>>> ]2007>
>>>>>>>> 
>>>>>>>> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>>>>>>>> 
>>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>>> ------------
>>>>>>>> [INFO] BUILD FAILURE
>>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>>> ------------
>>>>>>>> [INFO] Total time: 11.385 s
>>>>>>>> [INFO] Finished at: 2017-02-06T14:07:52-02:00
>>>>>>>> [INFO] Final Memory: 30M/328M
>>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>>> ------------
>>>>>>>> /* --- snip -- */
>>>>>>>> 
>>>>>>>> Here's my env:
>>>>>>>> 
>>>>>>>> Apache Maven 3.3.9
>>>>>>>> Maven home: /usr/share/maven
>>>>>>>> Java version: 1.8.0_111, vendor: Oracle Corporation
>>>>>>>> Java home: /usr/lib/jvm/java-8-oracle/jre
>>>>>>>> Default locale: en_US, platform encoding: UTF-8
>>>>>>>> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
>>>>>>>> "unix"
>>>>>>>> 
>>>>>>>> 
>>>>>>>> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
>>>>>>>> now with the time in Ubuntu set to local time, as well as the locale (or so
>>>>>>>> I think). Here's my output of running the `locale` command.
>>>>>>>> 
>>>>>>>> /* --- snip --- */
>>>>>>>> $ locale
>>>>>>>> LANG=en_US.UTF-8
>>>>>>>> LANGUAGE=en_US
>>>>>>>> LC_CTYPE=pt_BR.UTF-8
>>>>>>>> LC_NUMERIC=pt_BR.UTF-8
>>>>>>>> LC_TIME=pt_BR.UTF-8
>>>>>>>> LC_COLLATE="en_US.UTF-8"
>>>>>>>> LC_MONETARY=pt_BR.UTF-8
>>>>>>>> LC_MESSAGES="en_US.UTF-8"
>>>>>>>> LC_PAPER=pt_BR.UTF-8
>>>>>>>> LC_NAME=pt_BR.UTF-8
>>>>>>>> LC_ADDRESS=pt_BR.UTF-8
>>>>>>>> LC_TELEPHONE=pt_BR.UTF-8
>>>>>>>> LC_MEASUREMENT=pt_BR.UTF-8
>>>>>>>> LC_IDENTIFICATION=pt_BR.UTF-8
>>>>>>>> LC_ALL=
>>>>>>>> /* --- snip --- */
>>>>>>>> 
>>>>>>>> I guess these failing tests would be a blocker issue for this beta
>>>>>>>> release? I can help making these tests locale-agnostics when I'm back home
>>>>>>>> (in 72 hours or so?). But my guess is that one would have to specify the
>>>>>>>> locale on those tests to be US only...
>>>>>>>> 
>>>>>>>> 
>>>>>>>> Hope that helps, cheers
>>>>>>>> 
>>>>>>>> Bruno
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ----- Original Message -----
>>>>>>>> From: Rob Tompkins <ch...@gmail.com>
>>>>>>>> To: Commons Developers List <de...@commons.apache.org>
>>>>>>>> Sent: Monday, 30 January 2017 12:14 PM
>>>>>>>> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>>>>>>>> 
>>>>>>>> Hello all,
>>>>>>>> 
>>>>>>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>>>>>>> 
>>>>>>>> Tag name:
>>>>>>>> commons-text-1.0-beta-1-RC4 (signature can be checked from git using
>>>>>>>> 'git tag -v')
>>>>>>>> 
>>>>>>>> Tag URL:
>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
>>>>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>>>>> 
>>>>>>>> Commit ID the tag points at:
>>>>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>>>>> 
>>>>>>>> Site:
>>>>>>>> http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>>>>>>> 
>>>>>>>> Distribution files (committed at revision 18041):
>>>>>>>> https://dist.apache.org/repos/dist/dev/commons/text/
>>>>>>>> 
>>>>>>>> Distribution files hashes (SHA1):
>>>>>>>> commons-text-1.0-beta-1-bin.tar.gz
>>>>>>>> (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>>>>>> commons-text-1.0-beta-1-bin.zip
>>>>>>>> (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>>>>>> commons-text-1.0-beta-1-src.tar.gz
>>>>>>>> (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>>>>>> commons-text-1.0-beta-1-src.zip
>>>>>>>> (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>>>>>>> 
>>>>>>>> These are the Maven artifacts and their hashes:
>>>>>>>> commons-text-1.0-beta-1-javadoc.jar
>>>>>>>> (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>>>>>> commons-text-1.0-beta-1-sources.jar
>>>>>>>> (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>>>>>> commons-text-1.0-beta-1-test-sources.jar
>>>>>>>> (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>>>>>> commons-text-1.0-beta-1-tests.jar
>>>>>>>> (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>>>>>> commons-text-1.0-beta-1.jar
>>>>>>>> (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>>>>>> commons-text-1.0-beta-1.pom
>>>>>>>> (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>>>>>>> 
>>>>>>>> KEYS file to check signatures:
>>>>>>>> http://www.apache.org/dist/commons/KEYS
>>>>>>>> 
>>>>>>>> Maven artifacts:
>>>>>>>> https://repository.apache.org/content/repositories/orgapachecommons-1234
>>>>>>>> 
>>>>>>>> Please select one of the following options[1]:
>>>>>>>> [ ] +1 Release it.
>>>>>>>> [ ] +0 Go ahead; I don't care.
>>>>>>>> [ ] -0 There are a few minor glitches: ...
>>>>>>>> [ ] -1 No, do not release it because ...
>>>>>>>> 
>>>>>>>> This vote will be open at least 72 hours, i.e. until
>>>>>>>> 2017-02-02T15:00:00Z
>>>>>>>> (this is UTC time).
>>>>>>>> --------
>>>>>>>> 
>>>>>>>> Cheers,
>>>>>>>> -Rob
>>>>>>>> 
>>>>>>>> [1] http://apache.org/foundation/voting.html
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> 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
>>>>>>>> 
>>>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> 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
>>>>> 
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org <ma...@commons.apache.org> <mailto:dev-unsubscribe@commons.apache.org <ma...@commons.apache.org>>
>>>> For additional commands, e-mail: dev-help@commons.apache.org <ma...@commons.apache.org> <mailto:dev-help@commons.apache.org <ma...@commons.apache.org>>
> 


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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Benedikt Ritter <br...@apache.org>.
> Am 07.02.2017 um 14:21 schrieb Rob Tompkins <ch...@gmail.com>:
> 
>> 
>> On Feb 7, 2017, at 7:20 AM, Benedikt Ritter <br...@apache.org> wrote:
>> 
>> Hi,
>> 
>>> Am 07.02.2017 um 13:04 schrieb Rob Tompkins <ch...@gmail.com>:
>>> 
>>>> 
>>>> On Feb 7, 2017, at 6:23 AM, sebb <se...@gmail.com> wrote:
>>>> 
>>>> Sorry for coming late to the party.
>>>> I've only just noticed two issues with the code:
>>>> 
>>>> TEXT-63 - protected mutable fields
>>>> TEXT-40 - escape HTML characters only once
>>>> 
>>>> Fixing these will break API compatibility.
>>>> 
>>>> However, this is beta code and has its own sub-package (neat idea BTW).
>>>> So if it's considered OK to break the API for the next release, then
>>>> these can be fixed later.
>>>> 
>>>> The Announce message should make this clear, as should the website
>>> 
>>> Do you think that Bruno’s Locale based test-build issue is worth holding the release up over?
>> 
>> If the code has a bug (e.g. if it only works for US Locale), I’d say yes. If it’s only a problem of the tests being local dependent I’d say no.
> 
> I’ve not messed around with Locales much, and this code came directly from [lang]. That all leads me to believe that it’s probably fine(?). Furthermore, it’s iterating through the array of “getAvailableLocales(),” in each of the tests in question. 
> 
> That said, I would rather err on the side of caution with regards to putting a release out there, so I’d like to be able to reproduce Bruno's issue locally. But if I run:
> #!/bin/bash -x
> 
> export LANG=en_US.UTF-8
> export LANGUAGE=en_US
> export LC_CTYPE=pt_BR.UTF-8
> export LC_NUMERIC=pt_BR.UTF-8
> export LC_TIME=pt_BR.UTF-8
> export LC_COLLATE="en_US.UTF-8"
> export LC_MONETARY=pt_BR.UTF-8
> export LC_MESSAGES="en_US.UTF-8"
> export LC_PAPER=pt_BR.UTF-8
> export LC_NAME=pt_BR.UTF-8
> export LC_ADDRESS=pt_BR.UTF-8
> export LC_TELEPHONE=pt_BR.UTF-8
> export LC_MEASUREMENT=pt_BR.UTF-8
> export LC_IDENTIFICATION=pt_BR.UTF-8
> export LC_ALL=
> before I still can’t get to his “$locale” output. I end up with:
> 
> $ locale
> LANG=
> LC_COLLATE="C"
> LC_CTYPE="en_US.UTF-8"
> LC_MESSAGES="C"
> LC_MONETARY="C"
> LC_NUMERIC="C"
> LC_TIME="C"
> LC_ALL=
> 
> My Env:
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)
> Maven home: /usr/local/Cellar/maven/3.3.9/libexec
> Java version: 1.8.0_101, vendor: Oracle Corporation
> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac"
> 
> My first guess is that I’m on a Mac while he’s on Ubuntu, but I’m not sure. You guys have any thoughts?

I don’t think this issue should block a beta release. But we definitely need to investigate this after the release.

Benedikt

> 
> Cheers,
> -Rob
> 
>> 
>> Benedikt
>> 
>>> 
>>> -Rob
>>> 
>>>> 
>>>> On 6 February 2017 at 21:52, Rob Tompkins <ch...@gmail.com> wrote:
>>>>> 
>>>>> 
>>>>>> On Feb 6, 2017, at 12:43 PM, Romain Manni-Bucau <rm...@gmail.com> wrote:
>>>>>> 
>>>>>> Hi Bruno,
>>>>>> 
>>>>>> can you try export LC_ALL=en_US.UTF-8 ?
>>>>>> 
>>>>> 
>>>>> I suppose I wait on this for now. I'm curious to see how it shakes out with the LC_ALL export.
>>>>> 
>>>>> Ray -- as soon as I finish up the release, I would be happy to have another set of hands with the checkstyle issues and anything else.
>>>>> 
>>>>> Cheers,
>>>>> -Rob
>>>>> 
>>>>>> Think some tests can desire to force the locale maybe (have the same having
>>>>>> a french locale by default)
>>>>>> 
>>>>>> 
>>>>>> Romain Manni-Bucau
>>>>>> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
>>>>>> <https://blog-rmannibucau.rhcloud.com> | Old Blog
>>>>>> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
>>>>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
>>>>>> <https://javaeefactory-rmannibucau.rhcloud.com>
>>>>>> 
>>>>>> 2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
>>>>>> brunodepaulak@yahoo.com.br.invalid>:
>>>>>> 
>>>>>>> Hi Rob,
>>>>>>> 
>>>>>>> Thanks for preparing this beta release! And also thanks for the great work
>>>>>>> on [text]!
>>>>>>> 
>>>>>>> 
>>>>>>> I agree with other votes on the Checkstyle issues as non blockers. And I
>>>>>>> can help writing/reviewing the user guide.
>>>>>>> 
>>>>>>> However, I have the following tests failing:
>>>>>>> 
>>>>>>> /* --- snip -- */
>>>>>>> 
>>>>>>> Results :
>>>>>>> 
>>>>>>> Failed tests:
>>>>>>> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
>>>>>>> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
>>>>>>> 1[,234.]5>
>>>>>>> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
>>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
>>>>>>> but was:<1: [1/23]/07>
>>>>>>> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>>> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
>>>>>>> was:<1: 6[,543.]21>
>>>>>>> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
>>>>>>> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
>>>>>>> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>>>>>>> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
>>>>>>> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
>>>>>>> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
>>>>>>> ]2007>
>>>>>>> 
>>>>>>> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>>>>>>> 
>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>> ------------
>>>>>>> [INFO] BUILD FAILURE
>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>> ------------
>>>>>>> [INFO] Total time: 11.385 s
>>>>>>> [INFO] Finished at: 2017-02-06T14:07:52-02:00
>>>>>>> [INFO] Final Memory: 30M/328M
>>>>>>> [INFO] ------------------------------------------------------------
>>>>>>> ------------
>>>>>>> /* --- snip -- */
>>>>>>> 
>>>>>>> Here's my env:
>>>>>>> 
>>>>>>> Apache Maven 3.3.9
>>>>>>> Maven home: /usr/share/maven
>>>>>>> Java version: 1.8.0_111, vendor: Oracle Corporation
>>>>>>> Java home: /usr/lib/jvm/java-8-oracle/jre
>>>>>>> Default locale: en_US, platform encoding: UTF-8
>>>>>>> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
>>>>>>> "unix"
>>>>>>> 
>>>>>>> 
>>>>>>> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
>>>>>>> now with the time in Ubuntu set to local time, as well as the locale (or so
>>>>>>> I think). Here's my output of running the `locale` command.
>>>>>>> 
>>>>>>> /* --- snip --- */
>>>>>>> $ locale
>>>>>>> LANG=en_US.UTF-8
>>>>>>> LANGUAGE=en_US
>>>>>>> LC_CTYPE=pt_BR.UTF-8
>>>>>>> LC_NUMERIC=pt_BR.UTF-8
>>>>>>> LC_TIME=pt_BR.UTF-8
>>>>>>> LC_COLLATE="en_US.UTF-8"
>>>>>>> LC_MONETARY=pt_BR.UTF-8
>>>>>>> LC_MESSAGES="en_US.UTF-8"
>>>>>>> LC_PAPER=pt_BR.UTF-8
>>>>>>> LC_NAME=pt_BR.UTF-8
>>>>>>> LC_ADDRESS=pt_BR.UTF-8
>>>>>>> LC_TELEPHONE=pt_BR.UTF-8
>>>>>>> LC_MEASUREMENT=pt_BR.UTF-8
>>>>>>> LC_IDENTIFICATION=pt_BR.UTF-8
>>>>>>> LC_ALL=
>>>>>>> /* --- snip --- */
>>>>>>> 
>>>>>>> I guess these failing tests would be a blocker issue for this beta
>>>>>>> release? I can help making these tests locale-agnostics when I'm back home
>>>>>>> (in 72 hours or so?). But my guess is that one would have to specify the
>>>>>>> locale on those tests to be US only...
>>>>>>> 
>>>>>>> 
>>>>>>> Hope that helps, cheers
>>>>>>> 
>>>>>>> Bruno
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> ----- Original Message -----
>>>>>>> From: Rob Tompkins <ch...@gmail.com>
>>>>>>> To: Commons Developers List <de...@commons.apache.org>
>>>>>>> Sent: Monday, 30 January 2017 12:14 PM
>>>>>>> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>>>>>>> 
>>>>>>> Hello all,
>>>>>>> 
>>>>>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>>>>>> 
>>>>>>> Tag name:
>>>>>>> commons-text-1.0-beta-1-RC4 (signature can be checked from git using
>>>>>>> 'git tag -v')
>>>>>>> 
>>>>>>> Tag URL:
>>>>>>> https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
>>>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>>>> 
>>>>>>> Commit ID the tag points at:
>>>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>>>> 
>>>>>>> Site:
>>>>>>> http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>>>>>> 
>>>>>>> Distribution files (committed at revision 18041):
>>>>>>> https://dist.apache.org/repos/dist/dev/commons/text/
>>>>>>> 
>>>>>>> Distribution files hashes (SHA1):
>>>>>>> commons-text-1.0-beta-1-bin.tar.gz
>>>>>>> (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>>>>> commons-text-1.0-beta-1-bin.zip
>>>>>>> (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>>>>> commons-text-1.0-beta-1-src.tar.gz
>>>>>>> (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>>>>> commons-text-1.0-beta-1-src.zip
>>>>>>> (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>>>>>> 
>>>>>>> These are the Maven artifacts and their hashes:
>>>>>>> commons-text-1.0-beta-1-javadoc.jar
>>>>>>> (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>>>>> commons-text-1.0-beta-1-sources.jar
>>>>>>> (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>>>>> commons-text-1.0-beta-1-test-sources.jar
>>>>>>> (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>>>>> commons-text-1.0-beta-1-tests.jar
>>>>>>> (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>>>>> commons-text-1.0-beta-1.jar
>>>>>>> (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>>>>> commons-text-1.0-beta-1.pom
>>>>>>> (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>>>>>> 
>>>>>>> KEYS file to check signatures:
>>>>>>> http://www.apache.org/dist/commons/KEYS
>>>>>>> 
>>>>>>> Maven artifacts:
>>>>>>> https://repository.apache.org/content/repositories/orgapachecommons-1234
>>>>>>> 
>>>>>>> Please select one of the following options[1]:
>>>>>>> [ ] +1 Release it.
>>>>>>> [ ] +0 Go ahead; I don't care.
>>>>>>> [ ] -0 There are a few minor glitches: ...
>>>>>>> [ ] -1 No, do not release it because ...
>>>>>>> 
>>>>>>> This vote will be open at least 72 hours, i.e. until
>>>>>>> 2017-02-02T15:00:00Z
>>>>>>> (this is UTC time).
>>>>>>> --------
>>>>>>> 
>>>>>>> Cheers,
>>>>>>> -Rob
>>>>>>> 
>>>>>>> [1] http://apache.org/foundation/voting.html
>>>>>>> ---------------------------------------------------------------------
>>>>>>> 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
>>>>>>> 
>>>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> 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
>>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org <ma...@commons.apache.org> <mailto:dev-unsubscribe@commons.apache.org <ma...@commons.apache.org>>
>>> For additional commands, e-mail: dev-help@commons.apache.org <ma...@commons.apache.org> <mailto:dev-help@commons.apache.org <ma...@commons.apache.org>>


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.
> On Feb 7, 2017, at 7:20 AM, Benedikt Ritter <br...@apache.org> wrote:
> 
> Hi,
> 
>> Am 07.02.2017 um 13:04 schrieb Rob Tompkins <ch...@gmail.com>:
>> 
>>> 
>>> On Feb 7, 2017, at 6:23 AM, sebb <se...@gmail.com> wrote:
>>> 
>>> Sorry for coming late to the party.
>>> I've only just noticed two issues with the code:
>>> 
>>> TEXT-63 - protected mutable fields
>>> TEXT-40 - escape HTML characters only once
>>> 
>>> Fixing these will break API compatibility.
>>> 
>>> However, this is beta code and has its own sub-package (neat idea BTW).
>>> So if it's considered OK to break the API for the next release, then
>>> these can be fixed later.
>>> 
>>> The Announce message should make this clear, as should the website
>> 
>> Do you think that Bruno’s Locale based test-build issue is worth holding the release up over?
> 
> If the code has a bug (e.g. if it only works for US Locale), I’d say yes. If it’s only a problem of the tests being local dependent I’d say no.

I’ve not messed around with Locales much, and this code came directly from [lang]. That all leads me to believe that it’s probably fine(?). Furthermore, it’s iterating through the array of “getAvailableLocales(),” in each of the tests in question. 

That said, I would rather err on the side of caution with regards to putting a release out there, so I’d like to be able to reproduce Bruno's issue locally. But if I run:
#!/bin/bash -x

export LANG=en_US.UTF-8
export LANGUAGE=en_US
export LC_CTYPE=pt_BR.UTF-8
export LC_NUMERIC=pt_BR.UTF-8
export LC_TIME=pt_BR.UTF-8
export LC_COLLATE="en_US.UTF-8"
export LC_MONETARY=pt_BR.UTF-8
export LC_MESSAGES="en_US.UTF-8"
export LC_PAPER=pt_BR.UTF-8
export LC_NAME=pt_BR.UTF-8
export LC_ADDRESS=pt_BR.UTF-8
export LC_TELEPHONE=pt_BR.UTF-8
export LC_MEASUREMENT=pt_BR.UTF-8
export LC_IDENTIFICATION=pt_BR.UTF-8
export LC_ALL=
before I still can’t get to his “$locale” output. I end up with:

$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=

My Env:
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_101, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac"

My first guess is that I’m on a Mac while he’s on Ubuntu, but I’m not sure. You guys have any thoughts?

Cheers,
-Rob

> 
> Benedikt
> 
>> 
>> -Rob
>> 
>>> 
>>> On 6 February 2017 at 21:52, Rob Tompkins <ch...@gmail.com> wrote:
>>>> 
>>>> 
>>>>> On Feb 6, 2017, at 12:43 PM, Romain Manni-Bucau <rm...@gmail.com> wrote:
>>>>> 
>>>>> Hi Bruno,
>>>>> 
>>>>> can you try export LC_ALL=en_US.UTF-8 ?
>>>>> 
>>>> 
>>>> I suppose I wait on this for now. I'm curious to see how it shakes out with the LC_ALL export.
>>>> 
>>>> Ray -- as soon as I finish up the release, I would be happy to have another set of hands with the checkstyle issues and anything else.
>>>> 
>>>> Cheers,
>>>> -Rob
>>>> 
>>>>> Think some tests can desire to force the locale maybe (have the same having
>>>>> a french locale by default)
>>>>> 
>>>>> 
>>>>> Romain Manni-Bucau
>>>>> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
>>>>> <https://blog-rmannibucau.rhcloud.com> | Old Blog
>>>>> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
>>>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
>>>>> <https://javaeefactory-rmannibucau.rhcloud.com>
>>>>> 
>>>>> 2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
>>>>> brunodepaulak@yahoo.com.br.invalid>:
>>>>> 
>>>>>> Hi Rob,
>>>>>> 
>>>>>> Thanks for preparing this beta release! And also thanks for the great work
>>>>>> on [text]!
>>>>>> 
>>>>>> 
>>>>>> I agree with other votes on the Checkstyle issues as non blockers. And I
>>>>>> can help writing/reviewing the user guide.
>>>>>> 
>>>>>> However, I have the following tests failing:
>>>>>> 
>>>>>> /* --- snip -- */
>>>>>> 
>>>>>> Results :
>>>>>> 
>>>>>> Failed tests:
>>>>>> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
>>>>>> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
>>>>>> 1[,234.]5>
>>>>>> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
>>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
>>>>>> but was:<1: [1/23]/07>
>>>>>> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>>> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
>>>>>> was:<1: 6[,543.]21>
>>>>>> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
>>>>>> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
>>>>>> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>>>>>> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
>>>>>> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
>>>>>> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
>>>>>> ]2007>
>>>>>> 
>>>>>> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>>>>>> 
>>>>>> [INFO] ------------------------------------------------------------
>>>>>> ------------
>>>>>> [INFO] BUILD FAILURE
>>>>>> [INFO] ------------------------------------------------------------
>>>>>> ------------
>>>>>> [INFO] Total time: 11.385 s
>>>>>> [INFO] Finished at: 2017-02-06T14:07:52-02:00
>>>>>> [INFO] Final Memory: 30M/328M
>>>>>> [INFO] ------------------------------------------------------------
>>>>>> ------------
>>>>>> /* --- snip -- */
>>>>>> 
>>>>>> Here's my env:
>>>>>> 
>>>>>> Apache Maven 3.3.9
>>>>>> Maven home: /usr/share/maven
>>>>>> Java version: 1.8.0_111, vendor: Oracle Corporation
>>>>>> Java home: /usr/lib/jvm/java-8-oracle/jre
>>>>>> Default locale: en_US, platform encoding: UTF-8
>>>>>> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
>>>>>> "unix"
>>>>>> 
>>>>>> 
>>>>>> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
>>>>>> now with the time in Ubuntu set to local time, as well as the locale (or so
>>>>>> I think). Here's my output of running the `locale` command.
>>>>>> 
>>>>>> /* --- snip --- */
>>>>>> $ locale
>>>>>> LANG=en_US.UTF-8
>>>>>> LANGUAGE=en_US
>>>>>> LC_CTYPE=pt_BR.UTF-8
>>>>>> LC_NUMERIC=pt_BR.UTF-8
>>>>>> LC_TIME=pt_BR.UTF-8
>>>>>> LC_COLLATE="en_US.UTF-8"
>>>>>> LC_MONETARY=pt_BR.UTF-8
>>>>>> LC_MESSAGES="en_US.UTF-8"
>>>>>> LC_PAPER=pt_BR.UTF-8
>>>>>> LC_NAME=pt_BR.UTF-8
>>>>>> LC_ADDRESS=pt_BR.UTF-8
>>>>>> LC_TELEPHONE=pt_BR.UTF-8
>>>>>> LC_MEASUREMENT=pt_BR.UTF-8
>>>>>> LC_IDENTIFICATION=pt_BR.UTF-8
>>>>>> LC_ALL=
>>>>>> /* --- snip --- */
>>>>>> 
>>>>>> I guess these failing tests would be a blocker issue for this beta
>>>>>> release? I can help making these tests locale-agnostics when I'm back home
>>>>>> (in 72 hours or so?). But my guess is that one would have to specify the
>>>>>> locale on those tests to be US only...
>>>>>> 
>>>>>> 
>>>>>> Hope that helps, cheers
>>>>>> 
>>>>>> Bruno
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ----- Original Message -----
>>>>>> From: Rob Tompkins <ch...@gmail.com>
>>>>>> To: Commons Developers List <de...@commons.apache.org>
>>>>>> Sent: Monday, 30 January 2017 12:14 PM
>>>>>> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>>>>>> 
>>>>>> Hello all,
>>>>>> 
>>>>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>>>>> 
>>>>>> Tag name:
>>>>>> commons-text-1.0-beta-1-RC4 (signature can be checked from git using
>>>>>> 'git tag -v')
>>>>>> 
>>>>>> Tag URL:
>>>>>> https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
>>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>>> 
>>>>>> Commit ID the tag points at:
>>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>>> 
>>>>>> Site:
>>>>>> http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>>>>> 
>>>>>> Distribution files (committed at revision 18041):
>>>>>> https://dist.apache.org/repos/dist/dev/commons/text/
>>>>>> 
>>>>>> Distribution files hashes (SHA1):
>>>>>> commons-text-1.0-beta-1-bin.tar.gz
>>>>>> (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>>>> commons-text-1.0-beta-1-bin.zip
>>>>>> (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>>>> commons-text-1.0-beta-1-src.tar.gz
>>>>>> (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>>>> commons-text-1.0-beta-1-src.zip
>>>>>> (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>>>>> 
>>>>>> These are the Maven artifacts and their hashes:
>>>>>> commons-text-1.0-beta-1-javadoc.jar
>>>>>> (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>>>> commons-text-1.0-beta-1-sources.jar
>>>>>> (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>>>> commons-text-1.0-beta-1-test-sources.jar
>>>>>> (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>>>> commons-text-1.0-beta-1-tests.jar
>>>>>> (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>>>> commons-text-1.0-beta-1.jar
>>>>>> (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>>>> commons-text-1.0-beta-1.pom
>>>>>> (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>>>>> 
>>>>>> KEYS file to check signatures:
>>>>>> http://www.apache.org/dist/commons/KEYS
>>>>>> 
>>>>>> Maven artifacts:
>>>>>> https://repository.apache.org/content/repositories/orgapachecommons-1234
>>>>>> 
>>>>>> Please select one of the following options[1]:
>>>>>> [ ] +1 Release it.
>>>>>> [ ] +0 Go ahead; I don't care.
>>>>>> [ ] -0 There are a few minor glitches: ...
>>>>>> [ ] -1 No, do not release it because ...
>>>>>> 
>>>>>> This vote will be open at least 72 hours, i.e. until
>>>>>> 2017-02-02T15:00:00Z
>>>>>> (this is UTC time).
>>>>>> --------
>>>>>> 
>>>>>> Cheers,
>>>>>> -Rob
>>>>>> 
>>>>>> [1] http://apache.org/foundation/voting.html
>>>>>> ---------------------------------------------------------------------
>>>>>> 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
>>>>>> 
>>>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> 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
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org <ma...@commons.apache.org>
>> For additional commands, e-mail: dev-help@commons.apache.org <ma...@commons.apache.org>


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

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

> Am 07.02.2017 um 13:04 schrieb Rob Tompkins <ch...@gmail.com>:
> 
>> 
>> On Feb 7, 2017, at 6:23 AM, sebb <se...@gmail.com> wrote:
>> 
>> Sorry for coming late to the party.
>> I've only just noticed two issues with the code:
>> 
>> TEXT-63 - protected mutable fields
>> TEXT-40 - escape HTML characters only once
>> 
>> Fixing these will break API compatibility.
>> 
>> However, this is beta code and has its own sub-package (neat idea BTW).
>> So if it's considered OK to break the API for the next release, then
>> these can be fixed later.
>> 
>> The Announce message should make this clear, as should the website
> 
> Do you think that Bruno’s Locale based test-build issue is worth holding the release up over?

If the code has a bug (e.g. if it only works for US Locale), I’d say yes. If it’s only a problem of the tests being local dependent I’d say no.

Benedikt

> 
> -Rob
> 
>> 
>> On 6 February 2017 at 21:52, Rob Tompkins <ch...@gmail.com> wrote:
>>> 
>>> 
>>>> On Feb 6, 2017, at 12:43 PM, Romain Manni-Bucau <rm...@gmail.com> wrote:
>>>> 
>>>> Hi Bruno,
>>>> 
>>>> can you try export LC_ALL=en_US.UTF-8 ?
>>>> 
>>> 
>>> I suppose I wait on this for now. I'm curious to see how it shakes out with the LC_ALL export.
>>> 
>>> Ray -- as soon as I finish up the release, I would be happy to have another set of hands with the checkstyle issues and anything else.
>>> 
>>> Cheers,
>>> -Rob
>>> 
>>>> Think some tests can desire to force the locale maybe (have the same having
>>>> a french locale by default)
>>>> 
>>>> 
>>>> Romain Manni-Bucau
>>>> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
>>>> <https://blog-rmannibucau.rhcloud.com> | Old Blog
>>>> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
>>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
>>>> <https://javaeefactory-rmannibucau.rhcloud.com>
>>>> 
>>>> 2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
>>>> brunodepaulak@yahoo.com.br.invalid>:
>>>> 
>>>>> Hi Rob,
>>>>> 
>>>>> Thanks for preparing this beta release! And also thanks for the great work
>>>>> on [text]!
>>>>> 
>>>>> 
>>>>> I agree with other votes on the Checkstyle issues as non blockers. And I
>>>>> can help writing/reviewing the user guide.
>>>>> 
>>>>> However, I have the following tests failing:
>>>>> 
>>>>> /* --- snip -- */
>>>>> 
>>>>> Results :
>>>>> 
>>>>> Failed tests:
>>>>> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
>>>>> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
>>>>> 1[,234.]5>
>>>>> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
>>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
>>>>> but was:<1: [1/23]/07>
>>>>> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>>> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
>>>>> was:<1: 6[,543.]21>
>>>>> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
>>>>> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
>>>>> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>>>>> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
>>>>> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
>>>>> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
>>>>> ]2007>
>>>>> 
>>>>> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>>>>> 
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [INFO] BUILD FAILURE
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [INFO] Total time: 11.385 s
>>>>> [INFO] Finished at: 2017-02-06T14:07:52-02:00
>>>>> [INFO] Final Memory: 30M/328M
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> /* --- snip -- */
>>>>> 
>>>>> Here's my env:
>>>>> 
>>>>> Apache Maven 3.3.9
>>>>> Maven home: /usr/share/maven
>>>>> Java version: 1.8.0_111, vendor: Oracle Corporation
>>>>> Java home: /usr/lib/jvm/java-8-oracle/jre
>>>>> Default locale: en_US, platform encoding: UTF-8
>>>>> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
>>>>> "unix"
>>>>> 
>>>>> 
>>>>> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
>>>>> now with the time in Ubuntu set to local time, as well as the locale (or so
>>>>> I think). Here's my output of running the `locale` command.
>>>>> 
>>>>> /* --- snip --- */
>>>>> $ locale
>>>>> LANG=en_US.UTF-8
>>>>> LANGUAGE=en_US
>>>>> LC_CTYPE=pt_BR.UTF-8
>>>>> LC_NUMERIC=pt_BR.UTF-8
>>>>> LC_TIME=pt_BR.UTF-8
>>>>> LC_COLLATE="en_US.UTF-8"
>>>>> LC_MONETARY=pt_BR.UTF-8
>>>>> LC_MESSAGES="en_US.UTF-8"
>>>>> LC_PAPER=pt_BR.UTF-8
>>>>> LC_NAME=pt_BR.UTF-8
>>>>> LC_ADDRESS=pt_BR.UTF-8
>>>>> LC_TELEPHONE=pt_BR.UTF-8
>>>>> LC_MEASUREMENT=pt_BR.UTF-8
>>>>> LC_IDENTIFICATION=pt_BR.UTF-8
>>>>> LC_ALL=
>>>>> /* --- snip --- */
>>>>> 
>>>>> I guess these failing tests would be a blocker issue for this beta
>>>>> release? I can help making these tests locale-agnostics when I'm back home
>>>>> (in 72 hours or so?). But my guess is that one would have to specify the
>>>>> locale on those tests to be US only...
>>>>> 
>>>>> 
>>>>> Hope that helps, cheers
>>>>> 
>>>>> Bruno
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> ----- Original Message -----
>>>>> From: Rob Tompkins <ch...@gmail.com>
>>>>> To: Commons Developers List <de...@commons.apache.org>
>>>>> Sent: Monday, 30 January 2017 12:14 PM
>>>>> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>>>>> 
>>>>> Hello all,
>>>>> 
>>>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>>>> 
>>>>> Tag name:
>>>>> commons-text-1.0-beta-1-RC4 (signature can be checked from git using
>>>>> 'git tag -v')
>>>>> 
>>>>> Tag URL:
>>>>> https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>> 
>>>>> Commit ID the tag points at:
>>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>>> 
>>>>> Site:
>>>>> http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>>>> 
>>>>> Distribution files (committed at revision 18041):
>>>>> https://dist.apache.org/repos/dist/dev/commons/text/
>>>>> 
>>>>> Distribution files hashes (SHA1):
>>>>> commons-text-1.0-beta-1-bin.tar.gz
>>>>> (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>>> commons-text-1.0-beta-1-bin.zip
>>>>> (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>>> commons-text-1.0-beta-1-src.tar.gz
>>>>> (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>>> commons-text-1.0-beta-1-src.zip
>>>>> (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>>>> 
>>>>> These are the Maven artifacts and their hashes:
>>>>> commons-text-1.0-beta-1-javadoc.jar
>>>>> (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>>> commons-text-1.0-beta-1-sources.jar
>>>>> (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>>> commons-text-1.0-beta-1-test-sources.jar
>>>>> (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>>> commons-text-1.0-beta-1-tests.jar
>>>>> (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>>> commons-text-1.0-beta-1.jar
>>>>> (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>>> commons-text-1.0-beta-1.pom
>>>>> (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>>>> 
>>>>> KEYS file to check signatures:
>>>>> http://www.apache.org/dist/commons/KEYS
>>>>> 
>>>>> Maven artifacts:
>>>>> https://repository.apache.org/content/repositories/orgapachecommons-1234
>>>>> 
>>>>> Please select one of the following options[1]:
>>>>> [ ] +1 Release it.
>>>>> [ ] +0 Go ahead; I don't care.
>>>>> [ ] -0 There are a few minor glitches: ...
>>>>> [ ] -1 No, do not release it because ...
>>>>> 
>>>>> This vote will be open at least 72 hours, i.e. until
>>>>> 2017-02-02T15:00:00Z
>>>>> (this is UTC time).
>>>>> --------
>>>>> 
>>>>> Cheers,
>>>>> -Rob
>>>>> 
>>>>> [1] http://apache.org/foundation/voting.html
>>>>> ---------------------------------------------------------------------
>>>>> 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
>>>>> 
>>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> 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
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org <ma...@commons.apache.org>
> For additional commands, e-mail: dev-help@commons.apache.org <ma...@commons.apache.org>

Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.
> On Feb 7, 2017, at 6:23 AM, sebb <se...@gmail.com> wrote:
> 
> Sorry for coming late to the party.
> I've only just noticed two issues with the code:
> 
> TEXT-63 - protected mutable fields
> TEXT-40 - escape HTML characters only once
> 
> Fixing these will break API compatibility.
> 
> However, this is beta code and has its own sub-package (neat idea BTW).
> So if it's considered OK to break the API for the next release, then
> these can be fixed later.
> 
> The Announce message should make this clear, as should the website

Do you think that Bruno’s Locale based test-build issue is worth holding the release up over?

-Rob

> 
> On 6 February 2017 at 21:52, Rob Tompkins <ch...@gmail.com> wrote:
>> 
>> 
>>> On Feb 6, 2017, at 12:43 PM, Romain Manni-Bucau <rm...@gmail.com> wrote:
>>> 
>>> Hi Bruno,
>>> 
>>> can you try export LC_ALL=en_US.UTF-8 ?
>>> 
>> 
>> I suppose I wait on this for now. I'm curious to see how it shakes out with the LC_ALL export.
>> 
>> Ray -- as soon as I finish up the release, I would be happy to have another set of hands with the checkstyle issues and anything else.
>> 
>> Cheers,
>> -Rob
>> 
>>> Think some tests can desire to force the locale maybe (have the same having
>>> a french locale by default)
>>> 
>>> 
>>> Romain Manni-Bucau
>>> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
>>> <https://blog-rmannibucau.rhcloud.com> | Old Blog
>>> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
>>> <https://javaeefactory-rmannibucau.rhcloud.com>
>>> 
>>> 2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
>>> brunodepaulak@yahoo.com.br.invalid>:
>>> 
>>>> Hi Rob,
>>>> 
>>>> Thanks for preparing this beta release! And also thanks for the great work
>>>> on [text]!
>>>> 
>>>> 
>>>> I agree with other votes on the Checkstyle issues as non blockers. And I
>>>> can help writing/reviewing the user guide.
>>>> 
>>>> However, I have the following tests failing:
>>>> 
>>>> /* --- snip -- */
>>>> 
>>>> Results :
>>>> 
>>>> Failed tests:
>>>> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
>>>> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
>>>> 1[,234.]5>
>>>> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
>>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
>>>> but was:<1: [1/23]/07>
>>>> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>>> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
>>>> was:<1: 6[,543.]21>
>>>> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
>>>> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
>>>> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>>>> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
>>>> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
>>>> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
>>>> ]2007>
>>>> 
>>>> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>>>> 
>>>> [INFO] ------------------------------------------------------------
>>>> ------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO] ------------------------------------------------------------
>>>> ------------
>>>> [INFO] Total time: 11.385 s
>>>> [INFO] Finished at: 2017-02-06T14:07:52-02:00
>>>> [INFO] Final Memory: 30M/328M
>>>> [INFO] ------------------------------------------------------------
>>>> ------------
>>>> /* --- snip -- */
>>>> 
>>>> Here's my env:
>>>> 
>>>> Apache Maven 3.3.9
>>>> Maven home: /usr/share/maven
>>>> Java version: 1.8.0_111, vendor: Oracle Corporation
>>>> Java home: /usr/lib/jvm/java-8-oracle/jre
>>>> Default locale: en_US, platform encoding: UTF-8
>>>> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
>>>> "unix"
>>>> 
>>>> 
>>>> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
>>>> now with the time in Ubuntu set to local time, as well as the locale (or so
>>>> I think). Here's my output of running the `locale` command.
>>>> 
>>>> /* --- snip --- */
>>>> $ locale
>>>> LANG=en_US.UTF-8
>>>> LANGUAGE=en_US
>>>> LC_CTYPE=pt_BR.UTF-8
>>>> LC_NUMERIC=pt_BR.UTF-8
>>>> LC_TIME=pt_BR.UTF-8
>>>> LC_COLLATE="en_US.UTF-8"
>>>> LC_MONETARY=pt_BR.UTF-8
>>>> LC_MESSAGES="en_US.UTF-8"
>>>> LC_PAPER=pt_BR.UTF-8
>>>> LC_NAME=pt_BR.UTF-8
>>>> LC_ADDRESS=pt_BR.UTF-8
>>>> LC_TELEPHONE=pt_BR.UTF-8
>>>> LC_MEASUREMENT=pt_BR.UTF-8
>>>> LC_IDENTIFICATION=pt_BR.UTF-8
>>>> LC_ALL=
>>>> /* --- snip --- */
>>>> 
>>>> I guess these failing tests would be a blocker issue for this beta
>>>> release? I can help making these tests locale-agnostics when I'm back home
>>>> (in 72 hours or so?). But my guess is that one would have to specify the
>>>> locale on those tests to be US only...
>>>> 
>>>> 
>>>> Hope that helps, cheers
>>>> 
>>>> Bruno
>>>> 
>>>> 
>>>> 
>>>> 
>>>> ----- Original Message -----
>>>> From: Rob Tompkins <ch...@gmail.com>
>>>> To: Commons Developers List <de...@commons.apache.org>
>>>> Sent: Monday, 30 January 2017 12:14 PM
>>>> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>>>> 
>>>> Hello all,
>>>> 
>>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>>> 
>>>> Tag name:
>>>>  commons-text-1.0-beta-1-RC4 (signature can be checked from git using
>>>> 'git tag -v')
>>>> 
>>>> Tag URL:
>>>> https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
>>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>> 
>>>> Commit ID the tag points at:
>>>>  65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>> 
>>>> Site:
>>>> http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>>> 
>>>> Distribution files (committed at revision 18041):
>>>> https://dist.apache.org/repos/dist/dev/commons/text/
>>>> 
>>>> Distribution files hashes (SHA1):
>>>>  commons-text-1.0-beta-1-bin.tar.gz
>>>>  (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>>  commons-text-1.0-beta-1-bin.zip
>>>>  (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>>  commons-text-1.0-beta-1-src.tar.gz
>>>>  (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>>  commons-text-1.0-beta-1-src.zip
>>>>  (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>>> 
>>>> These are the Maven artifacts and their hashes:
>>>>  commons-text-1.0-beta-1-javadoc.jar
>>>>  (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>>  commons-text-1.0-beta-1-sources.jar
>>>>  (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>>  commons-text-1.0-beta-1-test-sources.jar
>>>>  (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>>  commons-text-1.0-beta-1-tests.jar
>>>>  (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>>  commons-text-1.0-beta-1.jar
>>>>  (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>>  commons-text-1.0-beta-1.pom
>>>>  (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>>> 
>>>> KEYS file to check signatures:
>>>> http://www.apache.org/dist/commons/KEYS
>>>> 
>>>> Maven artifacts:
>>>> https://repository.apache.org/content/repositories/orgapachecommons-1234
>>>> 
>>>> Please select one of the following options[1]:
>>>> [ ] +1 Release it.
>>>> [ ] +0 Go ahead; I don't care.
>>>> [ ] -0 There are a few minor glitches: ...
>>>> [ ] -1 No, do not release it because ...
>>>> 
>>>> This vote will be open at least 72 hours, i.e. until
>>>> 2017-02-02T15:00:00Z
>>>> (this is UTC time).
>>>> --------
>>>> 
>>>> Cheers,
>>>> -Rob
>>>> 
>>>> [1] http://apache.org/foundation/voting.html
>>>> ---------------------------------------------------------------------
>>>> 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
>>>> 
>>>> 
>> 
>> ---------------------------------------------------------------------
>> 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
> 


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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by sebb <se...@gmail.com>.
Sorry for coming late to the party.
I've only just noticed two issues with the code:

TEXT-63 - protected mutable fields
TEXT-40 - escape HTML characters only once

Fixing these will break API compatibility.

However, this is beta code and has its own sub-package (neat idea BTW).
So if it's considered OK to break the API for the next release, then
these can be fixed later.

The Announce message should make this clear, as should the website

On 6 February 2017 at 21:52, Rob Tompkins <ch...@gmail.com> wrote:
>
>
>> On Feb 6, 2017, at 12:43 PM, Romain Manni-Bucau <rm...@gmail.com> wrote:
>>
>> Hi Bruno,
>>
>> can you try export LC_ALL=en_US.UTF-8 ?
>>
>
> I suppose I wait on this for now. I'm curious to see how it shakes out with the LC_ALL export.
>
> Ray -- as soon as I finish up the release, I would be happy to have another set of hands with the checkstyle issues and anything else.
>
> Cheers,
> -Rob
>
>> Think some tests can desire to force the locale maybe (have the same having
>> a french locale by default)
>>
>>
>> Romain Manni-Bucau
>> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
>> <https://blog-rmannibucau.rhcloud.com> | Old Blog
>> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
>> <https://javaeefactory-rmannibucau.rhcloud.com>
>>
>> 2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
>> brunodepaulak@yahoo.com.br.invalid>:
>>
>>> Hi Rob,
>>>
>>> Thanks for preparing this beta release! And also thanks for the great work
>>> on [text]!
>>>
>>>
>>> I agree with other votes on the Checkstyle issues as non blockers. And I
>>> can help writing/reviewing the user guide.
>>>
>>> However, I have the following tests failing:
>>>
>>> /* --- snip -- */
>>>
>>> Results :
>>>
>>> Failed tests:
>>> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
>>> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
>>> 1[,234.]5>
>>> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
>>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
>>> but was:<1: [1/23]/07>
>>> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>>> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
>>> was:<1: 6[,543.]21>
>>> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
>>> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
>>> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>>> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
>>> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
>>> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
>>> ]2007>
>>>
>>> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>>>
>>> [INFO] ------------------------------------------------------------
>>> ------------
>>> [INFO] BUILD FAILURE
>>> [INFO] ------------------------------------------------------------
>>> ------------
>>> [INFO] Total time: 11.385 s
>>> [INFO] Finished at: 2017-02-06T14:07:52-02:00
>>> [INFO] Final Memory: 30M/328M
>>> [INFO] ------------------------------------------------------------
>>> ------------
>>> /* --- snip -- */
>>>
>>> Here's my env:
>>>
>>> Apache Maven 3.3.9
>>> Maven home: /usr/share/maven
>>> Java version: 1.8.0_111, vendor: Oracle Corporation
>>> Java home: /usr/lib/jvm/java-8-oracle/jre
>>> Default locale: en_US, platform encoding: UTF-8
>>> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
>>> "unix"
>>>
>>>
>>> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
>>> now with the time in Ubuntu set to local time, as well as the locale (or so
>>> I think). Here's my output of running the `locale` command.
>>>
>>> /* --- snip --- */
>>> $ locale
>>> LANG=en_US.UTF-8
>>> LANGUAGE=en_US
>>> LC_CTYPE=pt_BR.UTF-8
>>> LC_NUMERIC=pt_BR.UTF-8
>>> LC_TIME=pt_BR.UTF-8
>>> LC_COLLATE="en_US.UTF-8"
>>> LC_MONETARY=pt_BR.UTF-8
>>> LC_MESSAGES="en_US.UTF-8"
>>> LC_PAPER=pt_BR.UTF-8
>>> LC_NAME=pt_BR.UTF-8
>>> LC_ADDRESS=pt_BR.UTF-8
>>> LC_TELEPHONE=pt_BR.UTF-8
>>> LC_MEASUREMENT=pt_BR.UTF-8
>>> LC_IDENTIFICATION=pt_BR.UTF-8
>>> LC_ALL=
>>> /* --- snip --- */
>>>
>>> I guess these failing tests would be a blocker issue for this beta
>>> release? I can help making these tests locale-agnostics when I'm back home
>>> (in 72 hours or so?). But my guess is that one would have to specify the
>>> locale on those tests to be US only...
>>>
>>>
>>> Hope that helps, cheers
>>>
>>> Bruno
>>>
>>>
>>>
>>>
>>> ----- Original Message -----
>>> From: Rob Tompkins <ch...@gmail.com>
>>> To: Commons Developers List <de...@commons.apache.org>
>>> Sent: Monday, 30 January 2017 12:14 PM
>>> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>>>
>>> Hello all,
>>>
>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>>
>>> Tag name:
>>>   commons-text-1.0-beta-1-RC4 (signature can be checked from git using
>>> 'git tag -v')
>>>
>>> Tag URL:
>>>  https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
>>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>
>>> Commit ID the tag points at:
>>>   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>>
>>> Site:
>>>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>>
>>> Distribution files (committed at revision 18041):
>>>  https://dist.apache.org/repos/dist/dev/commons/text/
>>>
>>> Distribution files hashes (SHA1):
>>>   commons-text-1.0-beta-1-bin.tar.gz
>>>   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>   commons-text-1.0-beta-1-bin.zip
>>>   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>   commons-text-1.0-beta-1-src.tar.gz
>>>   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>   commons-text-1.0-beta-1-src.zip
>>>   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>>
>>> These are the Maven artifacts and their hashes:
>>>   commons-text-1.0-beta-1-javadoc.jar
>>>   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>   commons-text-1.0-beta-1-sources.jar
>>>   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>   commons-text-1.0-beta-1-test-sources.jar
>>>   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>   commons-text-1.0-beta-1-tests.jar
>>>   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>   commons-text-1.0-beta-1.jar
>>>   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>   commons-text-1.0-beta-1.pom
>>>   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>>
>>> KEYS file to check signatures:
>>>  http://www.apache.org/dist/commons/KEYS
>>>
>>> Maven artifacts:
>>>  https://repository.apache.org/content/repositories/orgapachecommons-1234
>>>
>>> Please select one of the following options[1]:
>>>  [ ] +1 Release it.
>>>  [ ] +0 Go ahead; I don't care.
>>>  [ ] -0 There are a few minor glitches: ...
>>>  [ ] -1 No, do not release it because ...
>>>
>>> This vote will be open at least 72 hours, i.e. until
>>> 2017-02-02T15:00:00Z
>>> (this is UTC time).
>>> --------
>>>
>>> Cheers,
>>> -Rob
>>>
>>> [1] http://apache.org/foundation/voting.html
>>> ---------------------------------------------------------------------
>>> 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
>>>
>>>
>
> ---------------------------------------------------------------------
> 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: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.

> On Feb 6, 2017, at 12:43 PM, Romain Manni-Bucau <rm...@gmail.com> wrote:
> 
> Hi Bruno,
> 
> can you try export LC_ALL=en_US.UTF-8 ?
> 

I suppose I wait on this for now. I'm curious to see how it shakes out with the LC_ALL export. 

Ray -- as soon as I finish up the release, I would be happy to have another set of hands with the checkstyle issues and anything else. 

Cheers,
-Rob

> Think some tests can desire to force the locale maybe (have the same having
> a french locale by default)
> 
> 
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://blog-rmannibucau.rhcloud.com> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> <https://javaeefactory-rmannibucau.rhcloud.com>
> 
> 2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
> brunodepaulak@yahoo.com.br.invalid>:
> 
>> Hi Rob,
>> 
>> Thanks for preparing this beta release! And also thanks for the great work
>> on [text]!
>> 
>> 
>> I agree with other votes on the Checkstyle issues as non blockers. And I
>> can help writing/reviewing the user guide.
>> 
>> However, I have the following tests failing:
>> 
>> /* --- snip -- */
>> 
>> Results :
>> 
>> Failed tests:
>> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
>> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
>> 1[,234.]5>
>> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
>>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
>> but was:<1: [1/23]/07>
>> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
>> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
>> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
>> was:<1: 6[,543.]21>
>> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
>> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
>> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
>> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
>> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
>> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
>> ]2007>
>> 
>> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>> 
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Total time: 11.385 s
>> [INFO] Finished at: 2017-02-06T14:07:52-02:00
>> [INFO] Final Memory: 30M/328M
>> [INFO] ------------------------------------------------------------
>> ------------
>> /* --- snip -- */
>> 
>> Here's my env:
>> 
>> Apache Maven 3.3.9
>> Maven home: /usr/share/maven
>> Java version: 1.8.0_111, vendor: Oracle Corporation
>> Java home: /usr/lib/jvm/java-8-oracle/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
>> "unix"
>> 
>> 
>> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
>> now with the time in Ubuntu set to local time, as well as the locale (or so
>> I think). Here's my output of running the `locale` command.
>> 
>> /* --- snip --- */
>> $ locale
>> LANG=en_US.UTF-8
>> LANGUAGE=en_US
>> LC_CTYPE=pt_BR.UTF-8
>> LC_NUMERIC=pt_BR.UTF-8
>> LC_TIME=pt_BR.UTF-8
>> LC_COLLATE="en_US.UTF-8"
>> LC_MONETARY=pt_BR.UTF-8
>> LC_MESSAGES="en_US.UTF-8"
>> LC_PAPER=pt_BR.UTF-8
>> LC_NAME=pt_BR.UTF-8
>> LC_ADDRESS=pt_BR.UTF-8
>> LC_TELEPHONE=pt_BR.UTF-8
>> LC_MEASUREMENT=pt_BR.UTF-8
>> LC_IDENTIFICATION=pt_BR.UTF-8
>> LC_ALL=
>> /* --- snip --- */
>> 
>> I guess these failing tests would be a blocker issue for this beta
>> release? I can help making these tests locale-agnostics when I'm back home
>> (in 72 hours or so?). But my guess is that one would have to specify the
>> locale on those tests to be US only...
>> 
>> 
>> Hope that helps, cheers
>> 
>> Bruno
>> 
>> 
>> 
>> 
>> ----- Original Message -----
>> From: Rob Tompkins <ch...@gmail.com>
>> To: Commons Developers List <de...@commons.apache.org>
>> Sent: Monday, 30 January 2017 12:14 PM
>> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>> 
>> Hello all,
>> 
>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>> 
>> Tag name:
>>   commons-text-1.0-beta-1-RC4 (signature can be checked from git using
>> 'git tag -v')
>> 
>> Tag URL:
>>  https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
>> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>> 
>> Commit ID the tag points at:
>>   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>> 
>> Site:
>>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>> 
>> Distribution files (committed at revision 18041):
>>  https://dist.apache.org/repos/dist/dev/commons/text/
>> 
>> Distribution files hashes (SHA1):
>>   commons-text-1.0-beta-1-bin.tar.gz
>>   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>   commons-text-1.0-beta-1-bin.zip
>>   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>   commons-text-1.0-beta-1-src.tar.gz
>>   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>   commons-text-1.0-beta-1-src.zip
>>   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>> 
>> These are the Maven artifacts and their hashes:
>>   commons-text-1.0-beta-1-javadoc.jar
>>   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>   commons-text-1.0-beta-1-sources.jar
>>   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>   commons-text-1.0-beta-1-test-sources.jar
>>   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>   commons-text-1.0-beta-1-tests.jar
>>   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>   commons-text-1.0-beta-1.jar
>>   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>   commons-text-1.0-beta-1.pom
>>   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>> 
>> KEYS file to check signatures:
>>  http://www.apache.org/dist/commons/KEYS
>> 
>> Maven artifacts:
>>  https://repository.apache.org/content/repositories/orgapachecommons-1234
>> 
>> Please select one of the following options[1]:
>>  [ ] +1 Release it.
>>  [ ] +0 Go ahead; I don't care.
>>  [ ] -0 There are a few minor glitches: ...
>>  [ ] -1 No, do not release it because ...
>> 
>> This vote will be open at least 72 hours, i.e. until
>> 2017-02-02T15:00:00Z
>> (this is UTC time).
>> --------
>> 
>> Cheers,
>> -Rob
>> 
>> [1] http://apache.org/foundation/voting.html
>> ---------------------------------------------------------------------
>> 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
>> 
>> 

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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi Bruno,

can you try export LC_ALL=en_US.UTF-8 ?

Think some tests can desire to force the locale maybe (have the same having
a french locale by default)


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2017-02-06 18:35 GMT+01:00 Bruno P. Kinoshita <
brunodepaulak@yahoo.com.br.invalid>:

> Hi Rob,
>
> Thanks for preparing this beta release! And also thanks for the great work
> on [text]!
>
>
> I agree with other votes on the Checkstyle issues as non blockers. And I
> can help writing/reviewing the user guide.
>
> However, I have the following tests failing:
>
> /* --- snip -- */
>
> Results :
>
> Failed tests:
> ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->
> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
> format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}],
> locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many
> 1[,234.]5>
> ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230-
> >checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
> format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07>
> but was:<1: [1/23]/07>
> ExtendedMessageFormatTest.testBuiltInNumberFormat:277->
> checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376
> format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but
> was:<1: 6[,543.]21>
> ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null
> expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but
> was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
> ExtendedMessageFormatTest.testOverriddenBuiltinFormat:
> 253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1:
> {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23,
> ]2007>
>
> Tests run: 476, Failures: 5, Errors: 0, Skipped: 0
>
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 11.385 s
> [INFO] Finished at: 2017-02-06T14:07:52-02:00
> [INFO] Final Memory: 30M/328M
> [INFO] ------------------------------------------------------------
> ------------
> /* --- snip -- */
>
> Here's my env:
>
> Apache Maven 3.3.9
> Maven home: /usr/share/maven
> Java version: 1.8.0_111, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-8-oracle/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family:
> "unix"
>
>
> Even though the JVM locale seems to be set to en_US, I'm in Brazil right
> now with the time in Ubuntu set to local time, as well as the locale (or so
> I think). Here's my output of running the `locale` command.
>
> /* --- snip --- */
> $ locale
> LANG=en_US.UTF-8
> LANGUAGE=en_US
> LC_CTYPE=pt_BR.UTF-8
> LC_NUMERIC=pt_BR.UTF-8
> LC_TIME=pt_BR.UTF-8
> LC_COLLATE="en_US.UTF-8"
> LC_MONETARY=pt_BR.UTF-8
> LC_MESSAGES="en_US.UTF-8"
> LC_PAPER=pt_BR.UTF-8
> LC_NAME=pt_BR.UTF-8
> LC_ADDRESS=pt_BR.UTF-8
> LC_TELEPHONE=pt_BR.UTF-8
> LC_MEASUREMENT=pt_BR.UTF-8
> LC_IDENTIFICATION=pt_BR.UTF-8
> LC_ALL=
> /* --- snip --- */
>
> I guess these failing tests would be a blocker issue for this beta
> release? I can help making these tests locale-agnostics when I'm back home
> (in 72 hours or so?). But my guess is that one would have to specify the
> locale on those tests to be US only...
>
>
> Hope that helps, cheers
>
> Bruno
>
>
>
>
> ----- Original Message -----
> From: Rob Tompkins <ch...@gmail.com>
> To: Commons Developers List <de...@commons.apache.org>
> Sent: Monday, 30 January 2017 12:14 PM
> Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4
>
> Hello all,
>
> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>
> Tag name:
>    commons-text-1.0-beta-1-RC4 (signature can be checked from git using
> 'git tag -v')
>
> Tag URL:
>   https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>
> Commit ID the tag points at:
>    65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>
> Site:
>   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>
> Distribution files (committed at revision 18041):
>   https://dist.apache.org/repos/dist/dev/commons/text/
>
> Distribution files hashes (SHA1):
>    commons-text-1.0-beta-1-bin.tar.gz
>    (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>    commons-text-1.0-beta-1-bin.zip
>    (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>    commons-text-1.0-beta-1-src.tar.gz
>    (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>    commons-text-1.0-beta-1-src.zip
>    (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>
> These are the Maven artifacts and their hashes:
>    commons-text-1.0-beta-1-javadoc.jar
>    (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>    commons-text-1.0-beta-1-sources.jar
>    (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>    commons-text-1.0-beta-1-test-sources.jar
>    (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>    commons-text-1.0-beta-1-tests.jar
>    (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>    commons-text-1.0-beta-1.jar
>    (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>    commons-text-1.0-beta-1.pom
>    (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>
> KEYS file to check signatures:
>   http://www.apache.org/dist/commons/KEYS
>
> Maven artifacts:
>   https://repository.apache.org/content/repositories/orgapachecommons-1234
>
> Please select one of the following options[1]:
>   [ ] +1 Release it.
>   [ ] +0 Go ahead; I don't care.
>   [ ] -0 There are a few minor glitches: ...
>   [ ] -1 No, do not release it because ...
>
> This vote will be open at least 72 hours, i.e. until
> 2017-02-02T15:00:00Z
> (this is UTC time).
> --------
>
> Cheers,
> -Rob
>
> [1] http://apache.org/foundation/voting.html
> ---------------------------------------------------------------------
> 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: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by "Bruno P. Kinoshita" <br...@yahoo.com.br.INVALID>.
Hi Rob,

Thanks for preparing this beta release! And also thanks for the great work on [text]! 


I agree with other votes on the Checkstyle issues as non blockers. And I can help writing/reviewing the user guide.

However, I have the following tests failing:

/* --- snip -- */

Results :

Failed tests: 
ExtendedMessageFormatTest.testBuiltInChoiceFormat:211->checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1234.5: {0,choice,1#One|2#Two|3#Many {0,number}}], locale=[null] expected:<1234.5: Many 1[.234,]5> but was:<1234.5: Many 1[,234.]5>
ExtendedMessageFormatTest.testBuiltInDateTimeFormat:230->checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1: {0,date,short}], locale=[null] expected:<1: [23/01]/07> but was:<1: [1/23]/07>
ExtendedMessageFormatTest.testBuiltInNumberFormat:277->checkBuiltInFormat:336->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1: {0,number}], locale=[null] expected:<1: 6[.543,]21> but was:<1: 6[,543.]21>
ExtendedMessageFormatTest.testExtendedAndBuiltInFormats:141 null expected:<Name: JOHN DOE DOB: [23/01/07 Salary: R$ 12.345,]67> but was:<Name: JOHN DOE DOB: [1/23/07 Salary: $12,345.]67>
ExtendedMessageFormatTest.testOverriddenBuiltinFormat:253->checkBuiltInFormat:347->checkBuiltInFormat:376 format Pattern=[1: {0,date}], locale=[null] expected:<1: [23/01/]2007> but was:<1: [Jan 23, ]2007>

Tests run: 476, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.385 s
[INFO] Finished at: 2017-02-06T14:07:52-02:00
[INFO] Final Memory: 30M/328M
[INFO] ------------------------------------------------------------------------
/* --- snip -- */

Here's my env:

Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_111, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-59-generic", arch: "amd64", family: "unix"


Even though the JVM locale seems to be set to en_US, I'm in Brazil right now with the time in Ubuntu set to local time, as well as the locale (or so I think). Here's my output of running the `locale` command.

/* --- snip --- */
$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE=pt_BR.UTF-8
LC_NUMERIC=pt_BR.UTF-8
LC_TIME=pt_BR.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=pt_BR.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=pt_BR.UTF-8
LC_NAME=pt_BR.UTF-8
LC_ADDRESS=pt_BR.UTF-8
LC_TELEPHONE=pt_BR.UTF-8
LC_MEASUREMENT=pt_BR.UTF-8
LC_IDENTIFICATION=pt_BR.UTF-8
LC_ALL=
/* --- snip --- */

I guess these failing tests would be a blocker issue for this beta release? I can help making these tests locale-agnostics when I'm back home (in 72 hours or so?). But my guess is that one would have to specify the locale on those tests to be US only...


Hope that helps, cheers

Bruno




----- Original Message -----
From: Rob Tompkins <ch...@gmail.com>
To: Commons Developers List <de...@commons.apache.org>
Sent: Monday, 30 January 2017 12:14 PM
Subject: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Hello all,

This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).

Tag name:
   commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')

Tag URL:
  https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9

Commit ID the tag points at:
   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9

Site:
  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4

Distribution files (committed at revision 18041):
  https://dist.apache.org/repos/dist/dev/commons/text/

Distribution files hashes (SHA1):
   commons-text-1.0-beta-1-bin.tar.gz
   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
   commons-text-1.0-beta-1-bin.zip
   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
   commons-text-1.0-beta-1-src.tar.gz
   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
   commons-text-1.0-beta-1-src.zip
   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)

These are the Maven artifacts and their hashes:
   commons-text-1.0-beta-1-javadoc.jar
   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
   commons-text-1.0-beta-1-sources.jar
   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
   commons-text-1.0-beta-1-test-sources.jar
   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
   commons-text-1.0-beta-1-tests.jar
   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
   commons-text-1.0-beta-1.jar
   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
   commons-text-1.0-beta-1.pom
   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)

KEYS file to check signatures:
  http://www.apache.org/dist/commons/KEYS

Maven artifacts:
  https://repository.apache.org/content/repositories/orgapachecommons-1234

Please select one of the following options[1]:
  [ ] +1 Release it.
  [ ] +0 Go ahead; I don't care.
  [ ] -0 There are a few minor glitches: ...
  [ ] -1 No, do not release it because ...

This vote will be open at least 72 hours, i.e. until 
2017-02-02T15:00:00Z
(this is UTC time).
--------

Cheers,
-Rob

[1] http://apache.org/foundation/voting.html
---------------------------------------------------------------------
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: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.

> On Feb 2, 2017, at 12:11 PM, Gilles <gi...@harfang.homelinux.org> wrote:
> 
> On Thu, 2 Feb 2017 10:41:17 -0500, Rob Tompkins wrote:
>>> On Jan 30, 2017, at 9:14 AM, Rob Tompkins <ch...@gmail.com> wrote:
>>> 
>>> Hello all,
>>> 
>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>> 
>>> Tag name:
>>>  commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
> 
> $ git tag -v commons-text-1.0-beta-1-RC4
> object 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> type commit
> tag commons-text-1.0-beta-1-RC4
> tagger Rob Tompkins <ch...@gmail.com> 1485782752 -0500
> 
> Tag commons text for release 1.0-beta-1 RC4
> error: no signature found
> 

Fair. I didn't sign the tag. 

> ?
> 
>>> 
>>> Tag URL:
>>>  https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>> 
>>> Commit ID the tag points at:
>>>  65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>> 
>>> Site:
>>>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
> 
> There are 200 errors reported by CheckStyle:
>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4/checkstyle.html
> 
> PMD reports a few problems (mainly unused fields and methods):
>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4/pmd.html
> 
> Are these code duplications unavoidable?
>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4/cpd.html
> 

I can keep chipping away at these for sure. 

>>> 
>>> Distribution files (committed at revision 18041):
>>>  https://dist.apache.org/repos/dist/dev/commons/text/
>>> 
>>> Distribution files hashes (SHA1):
>>>  commons-text-1.0-beta-1-bin.tar.gz
>>>  (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>  commons-text-1.0-beta-1-bin.zip
>>>  (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>  commons-text-1.0-beta-1-src.tar.gz
>>>  (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>  commons-text-1.0-beta-1-src.zip
>>>  (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>> 
>>> These are the Maven artifacts and their hashes:
>>>  commons-text-1.0-beta-1-javadoc.jar
>>>  (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>  commons-text-1.0-beta-1-sources.jar
>>>  (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>  commons-text-1.0-beta-1-test-sources.jar
>>>  (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>  commons-text-1.0-beta-1-tests.jar
>>>  (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>  commons-text-1.0-beta-1.jar
>>>  (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>  commons-text-1.0-beta-1.pom
>>>  (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>> 
>>> KEYS file to check signatures:
>>>  http://www.apache.org/dist/commons/KEYS
>>> 
>>> Maven artifacts:
>>>  https://repository.apache.org/content/repositories/orgapachecommons-1234
>>> 
>>> Please select one of the following options[1]:
>>> [ ] +1 Release it.
>>> [ ] +0 Go ahead; I don't care.
>>> [ ] -0 There are a few minor glitches: ...
>>> [ ] -1 No, do not release it because ...
>>> 
>>> This vote will be open at least 72 hours, i.e. until
>>> 2017-02-02T15:00:00Z
>>> (this is UTC time).
>>> --------
>>> 
>>> Cheers,
>>> -Rob
>>> 
>>> [1] http://apache.org/foundation/voting.html
>> 
>> I haven’t heard anyone on this release candidate, and I was wondering
>> if some folks could take a look. I’d be happy with any votes
>> regardless of direction.
> 
> Since it is a "beta" release, are there different (more relaxed)
> requirements?

I'm curious here too. 

Many thanks. 
-Rob

> 
> Gilles
> 
>> 
>> Thanks again,
>> -Rob
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> 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: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Gilles <gi...@harfang.homelinux.org>.
On Thu, 2 Feb 2017 10:41:17 -0500, Rob Tompkins wrote:
>> On Jan 30, 2017, at 9:14 AM, Rob Tompkins <ch...@gmail.com> 
>> wrote:
>>
>> Hello all,
>>
>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from 
>> RC4).
>>
>> Tag name:
>>   commons-text-1.0-beta-1-RC4 (signature can be checked from git 
>> using 'git tag -v')

$ git tag -v commons-text-1.0-beta-1-RC4
object 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
type commit
tag commons-text-1.0-beta-1-RC4
tagger Rob Tompkins <ch...@gmail.com> 1485782752 -0500

Tag commons text for release 1.0-beta-1 RC4
error: no signature found

?

>>
>> Tag URL:
>>   
>> https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>
>> Commit ID the tag points at:
>>   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>
>> Site:
>>   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4

There are 200 errors reported by CheckStyle:
   
http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4/checkstyle.html

PMD reports a few problems (mainly unused fields and methods):
   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4/pmd.html

Are these code duplications unavoidable?
   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4/cpd.html

>>
>> Distribution files (committed at revision 18041):
>>   https://dist.apache.org/repos/dist/dev/commons/text/
>>
>> Distribution files hashes (SHA1):
>>   commons-text-1.0-beta-1-bin.tar.gz
>>   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>   commons-text-1.0-beta-1-bin.zip
>>   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>   commons-text-1.0-beta-1-src.tar.gz
>>   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>   commons-text-1.0-beta-1-src.zip
>>   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>
>> These are the Maven artifacts and their hashes:
>>   commons-text-1.0-beta-1-javadoc.jar
>>   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>   commons-text-1.0-beta-1-sources.jar
>>   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>   commons-text-1.0-beta-1-test-sources.jar
>>   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>   commons-text-1.0-beta-1-tests.jar
>>   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>   commons-text-1.0-beta-1.jar
>>   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>   commons-text-1.0-beta-1.pom
>>   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>
>> KEYS file to check signatures:
>>   http://www.apache.org/dist/commons/KEYS
>>
>> Maven artifacts:
>>   
>> https://repository.apache.org/content/repositories/orgapachecommons-1234
>>
>> Please select one of the following options[1]:
>>  [ ] +1 Release it.
>>  [ ] +0 Go ahead; I don't care.
>>  [ ] -0 There are a few minor glitches: ...
>>  [ ] -1 No, do not release it because ...
>>
>> This vote will be open at least 72 hours, i.e. until
>> 2017-02-02T15:00:00Z
>> (this is UTC time).
>> --------
>>
>> Cheers,
>> -Rob
>>
>> [1] http://apache.org/foundation/voting.html
>
> I haven\u2019t heard anyone on this release candidate, and I was wondering
> if some folks could take a look. I\u2019d be happy with any votes
> regardless of direction.

Since it is a "beta" release, are there different (more relaxed)
requirements?

Gilles

>
> Thanks again,
> -Rob
>
>


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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

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

> Am 02.02.2017 um 16:41 schrieb Rob Tompkins <ch...@gmail.com>:
> 
>> 
>> On Jan 30, 2017, at 9:14 AM, Rob Tompkins <ch...@gmail.com> wrote:
>> 
>> Hello all,
>> 
>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>> 
>> Tag name:
>>  commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
>> 
>> Tag URL:
>>  https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>> 
>> Commit ID the tag points at:
>>  65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>> 
>> Site:
>>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>> 
>> Distribution files (committed at revision 18041):
>>  https://dist.apache.org/repos/dist/dev/commons/text/
>> 
>> Distribution files hashes (SHA1):
>>  commons-text-1.0-beta-1-bin.tar.gz
>>  (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>  commons-text-1.0-beta-1-bin.zip
>>  (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>  commons-text-1.0-beta-1-src.tar.gz
>>  (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>  commons-text-1.0-beta-1-src.zip
>>  (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>> 
>> These are the Maven artifacts and their hashes:
>>  commons-text-1.0-beta-1-javadoc.jar
>>  (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>  commons-text-1.0-beta-1-sources.jar
>>  (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>  commons-text-1.0-beta-1-test-sources.jar
>>  (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>  commons-text-1.0-beta-1-tests.jar
>>  (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>  commons-text-1.0-beta-1.jar
>>  (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>  commons-text-1.0-beta-1.pom
>>  (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>> 
>> KEYS file to check signatures:
>>  http://www.apache.org/dist/commons/KEYS
>> 
>> Maven artifacts:
>>  https://repository.apache.org/content/repositories/orgapachecommons-1234
>> 
>> Please select one of the following options[1]:
>> [ ] +1 Release it.
>> [ ] +0 Go ahead; I don't care.
>> [ ] -0 There are a few minor glitches: ...
>> [ ] -1 No, do not release it because ...
>> 
>> This vote will be open at least 72 hours, i.e. until 
>> 2017-02-02T15:00:00Z
>> (this is UTC time).
>> --------
>> 
>> Cheers,
>> -Rob
>> 
>> [1] http://apache.org/foundation/voting.html
> 
> I haven’t heard anyone on this release candidate, and I was wondering if some folks could take a look. I’d be happy with any votes regardless of direction.

Sorry we have crunch time in my project. I hope to get around to it later today.

BR,
Benedikt

> 
> Thanks again,
> -Rob
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org <ma...@commons.apache.org>
> For additional commands, e-mail: dev-help@commons.apache.org <ma...@commons.apache.org>

Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.
> On Jan 30, 2017, at 9:14 AM, Rob Tompkins <ch...@gmail.com> wrote:
> 
> Hello all,
> 
> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
> 
> Tag name:
>   commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
> 
> Tag URL:
>   https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> 
> Commit ID the tag points at:
>   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> 
> Site:
>   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
> 
> Distribution files (committed at revision 18041):
>   https://dist.apache.org/repos/dist/dev/commons/text/
> 
> Distribution files hashes (SHA1):
>   commons-text-1.0-beta-1-bin.tar.gz
>   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>   commons-text-1.0-beta-1-bin.zip
>   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>   commons-text-1.0-beta-1-src.tar.gz
>   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>   commons-text-1.0-beta-1-src.zip
>   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
> 
> These are the Maven artifacts and their hashes:
>   commons-text-1.0-beta-1-javadoc.jar
>   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>   commons-text-1.0-beta-1-sources.jar
>   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>   commons-text-1.0-beta-1-test-sources.jar
>   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>   commons-text-1.0-beta-1-tests.jar
>   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>   commons-text-1.0-beta-1.jar
>   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>   commons-text-1.0-beta-1.pom
>   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
> 
> KEYS file to check signatures:
>   http://www.apache.org/dist/commons/KEYS
> 
> Maven artifacts:
>   https://repository.apache.org/content/repositories/orgapachecommons-1234
> 
> Please select one of the following options[1]:
>  [ ] +1 Release it.
>  [ ] +0 Go ahead; I don't care.
>  [ ] -0 There are a few minor glitches: ...
>  [ ] -1 No, do not release it because ...
> 
> This vote will be open at least 72 hours, i.e. until 
> 2017-02-02T15:00:00Z
> (this is UTC time).
> --------
> 
> Cheers,
> -Rob
> 
> [1] http://apache.org/foundation/voting.html

I haven’t heard anyone on this release candidate, and I was wondering if some folks could take a look. I’d be happy with any votes regardless of direction.

Thanks again,
-Rob


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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Raymond DeCampo <ra...@decampo.org>.
Rob,

I could help out with the checkstyle issues if you need the help and we can
figure out how to partition it so we aren't stepping on each other.

Thanks,
Ray

On Sun, Feb 5, 2017 at 11:04 AM, Rob Tompkins <ch...@gmail.com> wrote:

>
>
> > On Feb 5, 2017, at 10:02 AM, Benedikt Ritter <br...@apache.org> wrote:
> >
> > Hello Robert,
> >
> > sorry it took me to long to review this RC! Here are my observations:
> >
> > - Builds from source using Java 7 and 8
> > - The release tag is not signed - since we could never do this in svn
> land, I don’t consider this blocking.
> > - .travis.yml is file missing in the source archive. It is not required
> to build the project, so I don’t consider this blocking
> > - signatures look good
> > - site looks good
> > - check style reports 200 Errors. Should be fixed for the GA release.
>
> Valuable notes here. Glad I'm doing a beta (thanks Emmanuel for the
> suggestion) as opposed to a GA release.
>
> -Rob
>
> >
> > +1
> >
> > Benedikt
> >
> >> Am 30.01.2017 um 15:14 schrieb Rob Tompkins <ch...@gmail.com>:
> >>
> >> Hello all,
> >>
> >> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from
> RC4).
> >>
> >> Tag name:
> >>  commons-text-1.0-beta-1-RC4 (signature can be checked from git using
> 'git tag -v')
> >>
> >> Tag URL:
> >>  https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=
> 65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> >>
> >> Commit ID the tag points at:
> >>  65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> >>
> >> Site:
> >>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
> >>
> >> Distribution files (committed at revision 18041):
> >>  https://dist.apache.org/repos/dist/dev/commons/text/
> >>
> >> Distribution files hashes (SHA1):
> >>  commons-text-1.0-beta-1-bin.tar.gz
> >>  (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
> >>  commons-text-1.0-beta-1-bin.zip
> >>  (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
> >>  commons-text-1.0-beta-1-src.tar.gz
> >>  (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
> >>  commons-text-1.0-beta-1-src.zip
> >>  (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
> >>
> >> These are the Maven artifacts and their hashes:
> >>  commons-text-1.0-beta-1-javadoc.jar
> >>  (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
> >>  commons-text-1.0-beta-1-sources.jar
> >>  (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
> >>  commons-text-1.0-beta-1-test-sources.jar
> >>  (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
> >>  commons-text-1.0-beta-1-tests.jar
> >>  (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
> >>  commons-text-1.0-beta-1.jar
> >>  (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
> >>  commons-text-1.0-beta-1.pom
> >>  (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
> >>
> >> KEYS file to check signatures:
> >>  http://www.apache.org/dist/commons/KEYS
> >>
> >> Maven artifacts:
> >>  https://repository.apache.org/content/repositories/
> orgapachecommons-1234
> >>
> >> Please select one of the following options[1]:
> >> [ ] +1 Release it.
> >> [ ] +0 Go ahead; I don't care.
> >> [ ] -0 There are a few minor glitches: ...
> >> [ ] -1 No, do not release it because ...
> >>
> >> This vote will be open at least 72 hours, i.e. until
> >> 2017-02-02T15:00:00Z
> >> (this is UTC time).
> >> --------
> >>
> >> Cheers,
> >> -Rob
> >>
> >> [1] http://apache.org/foundation/voting.html
> >> ---------------------------------------------------------------------
> >> 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
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.

> On Feb 5, 2017, at 10:02 AM, Benedikt Ritter <br...@apache.org> wrote:
> 
> Hello Robert,
> 
> sorry it took me to long to review this RC! Here are my observations:
> 
> - Builds from source using Java 7 and 8
> - The release tag is not signed - since we could never do this in svn land, I don’t consider this blocking.
> - .travis.yml is file missing in the source archive. It is not required to build the project, so I don’t consider this blocking
> - signatures look good
> - site looks good
> - check style reports 200 Errors. Should be fixed for the GA release.

Valuable notes here. Glad I'm doing a beta (thanks Emmanuel for the suggestion) as opposed to a GA release. 

-Rob

> 
> +1
> 
> Benedikt
> 
>> Am 30.01.2017 um 15:14 schrieb Rob Tompkins <ch...@gmail.com>:
>> 
>> Hello all,
>> 
>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>> 
>> Tag name:
>>  commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
>> 
>> Tag URL:
>>  https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>> 
>> Commit ID the tag points at:
>>  65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>> 
>> Site:
>>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>> 
>> Distribution files (committed at revision 18041):
>>  https://dist.apache.org/repos/dist/dev/commons/text/
>> 
>> Distribution files hashes (SHA1):
>>  commons-text-1.0-beta-1-bin.tar.gz
>>  (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>  commons-text-1.0-beta-1-bin.zip
>>  (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>  commons-text-1.0-beta-1-src.tar.gz
>>  (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>  commons-text-1.0-beta-1-src.zip
>>  (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>> 
>> These are the Maven artifacts and their hashes:
>>  commons-text-1.0-beta-1-javadoc.jar
>>  (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>  commons-text-1.0-beta-1-sources.jar
>>  (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>  commons-text-1.0-beta-1-test-sources.jar
>>  (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>  commons-text-1.0-beta-1-tests.jar
>>  (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>  commons-text-1.0-beta-1.jar
>>  (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>  commons-text-1.0-beta-1.pom
>>  (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>> 
>> KEYS file to check signatures:
>>  http://www.apache.org/dist/commons/KEYS
>> 
>> Maven artifacts:
>>  https://repository.apache.org/content/repositories/orgapachecommons-1234
>> 
>> Please select one of the following options[1]:
>> [ ] +1 Release it.
>> [ ] +0 Go ahead; I don't care.
>> [ ] -0 There are a few minor glitches: ...
>> [ ] -1 No, do not release it because ...
>> 
>> This vote will be open at least 72 hours, i.e. until 
>> 2017-02-02T15:00:00Z
>> (this is UTC time).
>> --------
>> 
>> Cheers,
>> -Rob
>> 
>> [1] http://apache.org/foundation/voting.html
>> ---------------------------------------------------------------------
>> 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
> 

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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

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

sorry it took me to long to review this RC! Here are my observations:

- Builds from source using Java 7 and 8
- The release tag is not signed - since we could never do this in svn land, I don’t consider this blocking.
- .travis.yml is file missing in the source archive. It is not required to build the project, so I don’t consider this blocking
- signatures look good
- site looks good
- check style reports 200 Errors. Should be fixed for the GA release.

+1

Benedikt

> Am 30.01.2017 um 15:14 schrieb Rob Tompkins <ch...@gmail.com>:
> 
> Hello all,
> 
> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
> 
> Tag name:
>   commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
> 
> Tag URL:
>   https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> 
> Commit ID the tag points at:
>   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> 
> Site:
>   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
> 
> Distribution files (committed at revision 18041):
>   https://dist.apache.org/repos/dist/dev/commons/text/
> 
> Distribution files hashes (SHA1):
>   commons-text-1.0-beta-1-bin.tar.gz
>   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>   commons-text-1.0-beta-1-bin.zip
>   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>   commons-text-1.0-beta-1-src.tar.gz
>   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>   commons-text-1.0-beta-1-src.zip
>   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
> 
> These are the Maven artifacts and their hashes:
>   commons-text-1.0-beta-1-javadoc.jar
>   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>   commons-text-1.0-beta-1-sources.jar
>   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>   commons-text-1.0-beta-1-test-sources.jar
>   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>   commons-text-1.0-beta-1-tests.jar
>   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>   commons-text-1.0-beta-1.jar
>   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>   commons-text-1.0-beta-1.pom
>   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
> 
> KEYS file to check signatures:
>   http://www.apache.org/dist/commons/KEYS
> 
> Maven artifacts:
>   https://repository.apache.org/content/repositories/orgapachecommons-1234
> 
> Please select one of the following options[1]:
>  [ ] +1 Release it.
>  [ ] +0 Go ahead; I don't care.
>  [ ] -0 There are a few minor glitches: ...
>  [ ] -1 No, do not release it because ...
> 
> This vote will be open at least 72 hours, i.e. until 
> 2017-02-02T15:00:00Z
> (this is UTC time).
> --------
> 
> Cheers,
> -Rob
> 
> [1] http://apache.org/foundation/voting.html
> ---------------------------------------------------------------------
> 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: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Thomas Vandahl <tv...@apache.org>.
Hi Rob,

On 30.01.17 15:14, Rob Tompkins wrote:
> Hello all,
> 
> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
[...]

Artifacts look good, signatures are ok, site looks good.
My guess would be if you use Eclipse you can iron out most of the
checkstyle errors at once with Source -> Clean Up

> Please select one of the following options[1]:
>   [X] +1 Release it.
>   [ ] +0 Go ahead; I don't care.
>   [ ] -0 There are a few minor glitches: ...
>   [ ] -1 No, do not release it because ...

Bye, Thomas

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


Re: [RESULT][VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.

> On Feb 8, 2017, at 7:17 PM, sebb <se...@gmail.com> wrote:
> 
>> On 8 February 2017 at 17:51, Rob Tompkins <ch...@gmail.com> wrote:
>> Hello,
>> 
>> This vote passes with (in order of appearance):
>> 
>> Oliver Heger: +1
>> Benedikt Ritter: +1
>> Thomas Vandahl: +1
>> Rob Tompkins: +1
> 
> Sorry to be picky, but only the PMC votes are binding, i.e. the first 3.
> 
> This is still OK for the vote to pass (just).
> 
> In future the vote result should please show whether votes are binding or not.
> 
> (Note: other votes are still important and useful, but legally only
> the PMC votes count towards an official release)
> 

Yes. Pardon me there. My plan was to, indeed, wait for 3 PMC members votes (of which I am not one). Further, I read http://apache.org/foundation/voting.html, and I should have listed my vote as (non-binding). I just wanted to add it before announcing a result. And thanks, for pointing that out. 

Cheers,
-Rob

> 
>> I'll proceed with the release procedure.
>> 
>> Thanks to all who reviewed this and the last RC.
>> 
>> -Rob
>> 
>>> On Jan 30, 2017, at 9:14 AM, Rob Tompkins <ch...@gmail.com> wrote:
>>> 
>>> Hello all,
>>> 
>>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>> 
>>> Tag name:
>>>  commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
>>> 
>>> Tag URL:
>>>  https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>> 
>>> Commit ID the tag points at:
>>>  65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>> 
>>> Site:
>>>  http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>> 
>>> Distribution files (committed at revision 18041):
>>>  https://dist.apache.org/repos/dist/dev/commons/text/
>>> 
>>> Distribution files hashes (SHA1):
>>>  commons-text-1.0-beta-1-bin.tar.gz
>>>  (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>>  commons-text-1.0-beta-1-bin.zip
>>>  (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>>  commons-text-1.0-beta-1-src.tar.gz
>>>  (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>>  commons-text-1.0-beta-1-src.zip
>>>  (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>> 
>>> These are the Maven artifacts and their hashes:
>>>  commons-text-1.0-beta-1-javadoc.jar
>>>  (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>>  commons-text-1.0-beta-1-sources.jar
>>>  (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>>  commons-text-1.0-beta-1-test-sources.jar
>>>  (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>>  commons-text-1.0-beta-1-tests.jar
>>>  (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>>  commons-text-1.0-beta-1.jar
>>>  (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>>  commons-text-1.0-beta-1.pom
>>>  (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>> 
>>> KEYS file to check signatures:
>>>  http://www.apache.org/dist/commons/KEYS
>>> 
>>> Maven artifacts:
>>>  https://repository.apache.org/content/repositories/orgapachecommons-1234
>>> 
>>> Please select one of the following options[1]:
>>> [ ] +1 Release it.
>>> [ ] +0 Go ahead; I don't care.
>>> [ ] -0 There are a few minor glitches: ...
>>> [ ] -1 No, do not release it because ...
>>> 
>>> This vote will be open at least 72 hours, i.e. until
>>> 2017-02-02T15:00:00Z
>>> (this is UTC time).
>>> --------
>>> 
>>> Cheers,
>>> -Rob
>>> 
>>> [1] http://apache.org/foundation/voting.html
>> 
>> 
>> ---------------------------------------------------------------------
>> 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: [RESULT][VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by sebb <se...@gmail.com>.
On 8 February 2017 at 17:51, Rob Tompkins <ch...@gmail.com> wrote:
> Hello,
>
> This vote passes with (in order of appearance):
>
> Oliver Heger: +1
> Benedikt Ritter: +1
> Thomas Vandahl: +1
> Rob Tompkins: +1

Sorry to be picky, but only the PMC votes are binding, i.e. the first 3.

This is still OK for the vote to pass (just).

In future the vote result should please show whether votes are binding or not.

(Note: other votes are still important and useful, but legally only
the PMC votes count towards an official release)


> I'll proceed with the release procedure.
>
> Thanks to all who reviewed this and the last RC.
>
> -Rob
>
>> On Jan 30, 2017, at 9:14 AM, Rob Tompkins <ch...@gmail.com> wrote:
>>
>> Hello all,
>>
>> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
>>
>> Tag name:
>>   commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
>>
>> Tag URL:
>>   https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>
>> Commit ID the tag points at:
>>   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
>>
>> Site:
>>   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
>>
>> Distribution files (committed at revision 18041):
>>   https://dist.apache.org/repos/dist/dev/commons/text/
>>
>> Distribution files hashes (SHA1):
>>   commons-text-1.0-beta-1-bin.tar.gz
>>   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>>   commons-text-1.0-beta-1-bin.zip
>>   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>>   commons-text-1.0-beta-1-src.tar.gz
>>   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>>   commons-text-1.0-beta-1-src.zip
>>   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
>>
>> These are the Maven artifacts and their hashes:
>>   commons-text-1.0-beta-1-javadoc.jar
>>   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>>   commons-text-1.0-beta-1-sources.jar
>>   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>>   commons-text-1.0-beta-1-test-sources.jar
>>   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>>   commons-text-1.0-beta-1-tests.jar
>>   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>>   commons-text-1.0-beta-1.jar
>>   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>>   commons-text-1.0-beta-1.pom
>>   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
>>
>> KEYS file to check signatures:
>>   http://www.apache.org/dist/commons/KEYS
>>
>> Maven artifacts:
>>   https://repository.apache.org/content/repositories/orgapachecommons-1234
>>
>> Please select one of the following options[1]:
>>  [ ] +1 Release it.
>>  [ ] +0 Go ahead; I don't care.
>>  [ ] -0 There are a few minor glitches: ...
>>  [ ] -1 No, do not release it because ...
>>
>> This vote will be open at least 72 hours, i.e. until
>> 2017-02-02T15:00:00Z
>> (this is UTC time).
>> --------
>>
>> Cheers,
>> -Rob
>>
>> [1] http://apache.org/foundation/voting.html
>
>
> ---------------------------------------------------------------------
> 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


[RESULT][VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Rob Tompkins <ch...@gmail.com>.
Hello,

This vote passes with (in order of appearance):

Oliver Heger: +1
Benedikt Ritter: +1
Thomas Vandahl: +1
Rob Tompkins: +1

I'll proceed with the release procedure.

Thanks to all who reviewed this and the last RC.

-Rob

> On Jan 30, 2017, at 9:14 AM, Rob Tompkins <ch...@gmail.com> wrote:
> 
> Hello all,
> 
> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
> 
> Tag name:
>   commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
> 
> Tag URL:
>   https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> 
> Commit ID the tag points at:
>   65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> 
> Site:
>   http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
> 
> Distribution files (committed at revision 18041):
>   https://dist.apache.org/repos/dist/dev/commons/text/
> 
> Distribution files hashes (SHA1):
>   commons-text-1.0-beta-1-bin.tar.gz
>   (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>   commons-text-1.0-beta-1-bin.zip
>   (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>   commons-text-1.0-beta-1-src.tar.gz
>   (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>   commons-text-1.0-beta-1-src.zip
>   (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
> 
> These are the Maven artifacts and their hashes:
>   commons-text-1.0-beta-1-javadoc.jar
>   (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>   commons-text-1.0-beta-1-sources.jar
>   (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>   commons-text-1.0-beta-1-test-sources.jar
>   (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>   commons-text-1.0-beta-1-tests.jar
>   (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>   commons-text-1.0-beta-1.jar
>   (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>   commons-text-1.0-beta-1.pom
>   (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
> 
> KEYS file to check signatures:
>   http://www.apache.org/dist/commons/KEYS
> 
> Maven artifacts:
>   https://repository.apache.org/content/repositories/orgapachecommons-1234
> 
> Please select one of the following options[1]:
>  [ ] +1 Release it.
>  [ ] +0 Go ahead; I don't care.
>  [ ] -0 There are a few minor glitches: ...
>  [ ] -1 No, do not release it because ...
> 
> This vote will be open at least 72 hours, i.e. until 
> 2017-02-02T15:00:00Z
> (this is UTC time).
> --------
> 
> Cheers,
> -Rob
> 
> [1] http://apache.org/foundation/voting.html


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


Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC4

Posted by Oliver Heger <ol...@oliver-heger.de>.
Hi Rob,

all my points from the previous RC have been addressed.

+1

Great work!

One minor thing I noticed: AFAIK, the md5 hashes have to be added to the
files in the distribution area.

Oliver

Am 30.01.2017 um 15:14 schrieb Rob Tompkins:
> Hello all,
> 
> This is a [VOTE] for releasing Apache Commons Text 1.0-beta-1 (from RC4).
> 
> Tag name:
>    commons-text-1.0-beta-1-RC4 (signature can be checked from git using 'git tag -v')
> 
> Tag URL:
>    https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=commit;h=65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> 
> Commit ID the tag points at:
>    65e4314fbd6c3a8f5c248d07a4ccffc1f0ea8bb9
> 
> Site:
>    http://home.apache.org/~chtompki/commons-text-1.0-beta-1-RC4
> 
> Distribution files (committed at revision 18041):
>    https://dist.apache.org/repos/dist/dev/commons/text/
> 
> Distribution files hashes (SHA1):
>    commons-text-1.0-beta-1-bin.tar.gz
>    (SHA: dcedb6acc9e8dee75ef9ebefc3a03d20df1d84af)
>    commons-text-1.0-beta-1-bin.zip
>    (SHA1: b1fa8083bfdcec354a97c23468aa63082990febe)
>    commons-text-1.0-beta-1-src.tar.gz
>    (SHA1: 06e7bee6a1a710fb2a68472bbbd3209bdc66802c)
>    commons-text-1.0-beta-1-src.zip
>    (SHA1: 62f405f55689526ca87fd228ed4ae4a4cf4ad107)
> 
> These are the Maven artifacts and their hashes:
>    commons-text-1.0-beta-1-javadoc.jar
>    (SHA1: 771928f5f5439dbf75d857b4a8da83646ba854e8)
>    commons-text-1.0-beta-1-sources.jar
>    (SHA1: 104e0d8fe8791d7e6f0653fee406150e6f80ee0e)
>    commons-text-1.0-beta-1-test-sources.jar
>    (SHA1: 0e0b2ea171d8f82c4775b0e472c41b316052de8f)
>    commons-text-1.0-beta-1-tests.jar
>    (SHA1: 664d9d71be733cc8240a4164e6a3971fc9e95578)
>    commons-text-1.0-beta-1.jar
>    (SHA1: 6ef0390cf936f21e07ed47f34ba7eab0d918606b)
>    commons-text-1.0-beta-1.pom
>    (SHA1: 7b65ac70d36c5acf3bcad87ed2df9e7eba111726)
> 
> KEYS file to check signatures:
>    http://www.apache.org/dist/commons/KEYS
> 
> Maven artifacts:
>    https://repository.apache.org/content/repositories/orgapachecommons-1234
> 
> Please select one of the following options[1]:
>   [ ] +1 Release it.
>   [ ] +0 Go ahead; I don't care.
>   [ ] -0 There are a few minor glitches: ...
>   [ ] -1 No, do not release it because ...
> 
> This vote will be open at least 72 hours, i.e. until 
> 2017-02-02T15:00:00Z
> (this is UTC time).
> --------
> 
> Cheers,
> -Rob
> 
> [1] http://apache.org/foundation/voting.html
> ---------------------------------------------------------------------
> 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