Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC3 JDK 1.5 rebuild)

2011-05-03 Thread sebb
On 30 April 2011 01:58, Henri Yandell flame...@gmail.com wrote:
 [Repeating now that I've rebuilt the artifacts using Java 1.5]

 =

 Lang is ready to consider 3.0 release again.

 RC3 is available here:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/

 Maven artifacts:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/maven/

 Website:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/

I get

Not Found

The requested URL /~bayard/commons-lang3-3.0-RC3/site.tgz/ was not
found on this server.


 Note that there is a 2.6-3.0 Clirr report in the site that may prove useful:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/lang2-lang3-clirr--report.html

 This vote will close no sooner than in 72 hours time, 0300 GMT 3-May 2011.

 
  [ ] +1
  [ ] -1, with reason
 

 Hen

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



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



Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC3 JDK 1.5 rebuild)

2011-05-03 Thread Henri Yandell
Sorry - that's fixed.

On Tue, May 3, 2011 at 4:12 AM, sebb seb...@gmail.com wrote:
 On 30 April 2011 01:58, Henri Yandell flame...@gmail.com wrote:
 [Repeating now that I've rebuilt the artifacts using Java 1.5]

 =

 Lang is ready to consider 3.0 release again.

 RC3 is available here:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/

 Maven artifacts:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/maven/

 Website:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/

 I get

 Not Found

 The requested URL /~bayard/commons-lang3-3.0-RC3/site.tgz/ was not
 found on this server.


 Note that there is a 2.6-3.0 Clirr report in the site that may prove useful:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/lang2-lang3-clirr--report.html

 This vote will close no sooner than in 72 hours time, 0300 GMT 3-May 2011.

 
  [ ] +1
  [ ] -1, with reason
 

 Hen

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



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



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



Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC3 JDK 1.5 rebuild)

2011-05-03 Thread Jörg Schaible
Hi Hen,

Henri Yandell wrote:

 [Repeating now that I've rebuilt the artifacts using Java 1.5]
 
 =
 
 Lang is ready to consider 3.0 release again.
 
 RC3 is available here:
 
  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/
 
 Maven artifacts:
 
  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/maven/
 
 Website:
 
  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/
 
 Note that there is a 2.6-3.0 Clirr report in the site that may prove
 useful:
 
  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/lang2-lang3-
clirr--report.html
 
 This vote will close no sooner than in 72 hours time, 0300 GMT 3-May 2011.
 
 
   [ ] +1
   [ ] -1, with reason
 

IBM JDK 6 (1.6.0.9) fails with:

== % 
Failed tests: 
  
testReflectionHierarchyArrayList(org.apache.commons.lang3.builder.ToStringBuilderTest):
 
null 
expected:ArrayList@14811481[[elementData={null,null,null,null,null,null,null,null,null,null},size=0],modCount=0]
 
but 
was:ArrayList@14811481[[firstIndex=0,lastIndex=0,array={null,null,null,null,null,null,null,null,null,null}],modCount=0]
 
== % 

This test fails, because it wrongly assumes that every Runtime Library 
imlements ArrayList in the same way. The test should use an own type, that 
we control.


Two failing tests with Sun JDK 1.7 (build 130):

== % 
  testUPlus(org.apache.commons.lang3.text.translate.UnicodeUnescaperTest): 
Default behaviour should not parse u+
  testFormat(org.apache.commons.lang3.time.FastDateFormatTest): null 
expected:AD AD AD AD 2003 [2003 03 20]03 January Jan 01 1 ... but was:AD 
AD AD AD 2003 [03 03 ]03 January Jan 01 1 ...
== % 

testUPlus: It seems that the behavior might have changed in the newer JDK. 
Current behavior was explicitly requested once
testFormat: I have not checked Java 7 docs yet, but possibly the abbreviated 
year patterns have changed.

OpenJDK6 1.10.1, other Sun JDKs and IBM JDK 1.5 work

- Jörg


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



Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC3 JDK 1.5 rebuild)

2011-05-03 Thread Jörg Schaible
Jörg Schaible wrote:

 Hi Hen,
 
 Henri Yandell wrote:
 
 [Repeating now that I've rebuilt the artifacts using Java 1.5]
 
 =
 
 Lang is ready to consider 3.0 release again.
 
 RC3 is available here:
 
  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/
 
 Maven artifacts:
 
  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/maven/
 
 Website:
 
  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/
 
 Note that there is a 2.6-3.0 Clirr report in the site that may prove
 useful:
 
  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/lang2-lang3-
 clirr--report.html
 
 This vote will close no sooner than in 72 hours time, 0300 GMT 3-May
 2011.
 
 
   [ ] +1
   [ ] -1, with reason
 
 
 IBM JDK 6 (1.6.0.9) fails with:
 
 == % 
 Failed tests:
   
testReflectionHierarchyArrayList(org.apache.commons.lang3.builder.ToStringBuilderTest):
 null
 
expected:ArrayList@14811481[[elementData={null,null,null,null,null,null,null,null,null,null},size=0],modCount=0]
 but
 
was:ArrayList@14811481[[firstIndex=0,lastIndex=0,array={null,null,null,null,null,null,null,null,null,null}],modCount=0]
 == % 
 
 This test fails, because it wrongly assumes that every Runtime Library
 imlements ArrayList in the same way. The test should use an own type, that
 we control.
 
 
 Two failing tests with Sun JDK 1.7 (build 130):
 
 == % 
   testUPlus(org.apache.commons.lang3.text.translate.UnicodeUnescaperTest):
 Default behaviour should not parse u+
   testFormat(org.apache.commons.lang3.time.FastDateFormatTest): null
 expected:AD AD AD AD 2003 [2003 03 20]03 January Jan 01 1 ... but
 was:AD AD AD AD 2003 [03 03 ]03 January Jan 01 1 ...
 == % 
 
 testUPlus: It seems that the behavior might have changed in the newer JDK.
 Current behavior was explicitly requested once
 testFormat: I have not checked Java 7 docs yet, but possibly the
 abbreviated year patterns have changed.
 
 OpenJDK6 1.10.1, other Sun JDKs and IBM JDK 1.5 work

One thing left for Java 7 SystemUtilsTest.testIS_JAVA: Can't test IS_JAVA 
value

- Jörg



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



Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC3 JDK 1.5 rebuild)

2011-05-02 Thread Stephen Colebourne
I cannot do any checking for at least 48 hours due to current holiday
absence of all decent net.
Stephen

On 29 April 2011 20:58, Henri Yandell flame...@gmail.com wrote:
 [Repeating now that I've rebuilt the artifacts using Java 1.5]

 =

 Lang is ready to consider 3.0 release again.

 RC3 is available here:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/

 Maven artifacts:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/maven/

 Website:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/

 Note that there is a 2.6-3.0 Clirr report in the site that may prove useful:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/lang2-lang3-clirr--report.html

 This vote will close no sooner than in 72 hours time, 0300 GMT 3-May 2011.

 
  [ ] +1
  [ ] -1, with reason
 

 Hen

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



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



Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC3 JDK 1.5 rebuild)

2011-05-02 Thread Gary Gregory
I'm down with a fever myself and cannot help out ATM.

Gary

On May 2, 2011, at 16:03, Stephen Colebourne scolebou...@joda.org wrote:

 I cannot do any checking for at least 48 hours due to current holiday
 absence of all decent net.
 Stephen

 On 29 April 2011 20:58, Henri Yandell flame...@gmail.com wrote:
 [Repeating now that I've rebuilt the artifacts using Java 1.5]

 =

 Lang is ready to consider 3.0 release again.

 RC3 is available here:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/

 Maven artifacts:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/maven/

 Website:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/

 Note that there is a 2.6-3.0 Clirr report in the site that may prove useful:

  
 http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/lang2-lang3-clirr--report.html

 This vote will close no sooner than in 72 hours time, 0300 GMT 3-May 2011.

 
  [ ] +1
  [ ] -1, with reason
 

 Hen

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



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


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



Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC3 JDK 1.5 rebuild)

2011-05-01 Thread Oliver Heger
Except for the test failure I reported in another thread everything 
looks good. If my assumptions are correct, only users with a German 
default locale who want to build the source distribution with Java 1.5 
will be hit by the problem. Probably you are right that this is not a 
release blocker.


So here is my +1.
Oliver

Am 30.04.2011 02:58, schrieb Henri Yandell:

[Repeating now that I've rebuilt the artifacts using Java 1.5]

=

Lang is ready to consider 3.0 release again.

RC3 is available here:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/

Maven artifacts:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/maven/

Website:

  http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/

Note that there is a 2.6-3.0 Clirr report in the site that may prove useful:

  
http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/lang2-lang3-clirr--report.html

This vote will close no sooner than in 72 hours time, 0300 GMT 3-May 2011.


   [ ] +1
   [ ] -1, with reason


Hen

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




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



[VOTE] [LANG] Release Commons Lang 3.0 (based on RC3 JDK 1.5 rebuild)

2011-04-29 Thread Henri Yandell
[Repeating now that I've rebuilt the artifacts using Java 1.5]

=

Lang is ready to consider 3.0 release again.

RC3 is available here:

 http://people.apache.org/~bayard/commons-lang3-3.0-RC3/

Maven artifacts:

 http://people.apache.org/~bayard/commons-lang3-3.0-RC3/maven/

Website:

 http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/

Note that there is a 2.6-3.0 Clirr report in the site that may prove useful:

 
http://people.apache.org/~bayard/commons-lang3-3.0-RC3/site/lang2-lang3-clirr--report.html

This vote will close no sooner than in 72 hours time, 0300 GMT 3-May 2011.


  [ ] +1
  [ ] -1, with reason


Hen

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