Oh my god, I hate the time package so much... :) B
Send from my mobile device Am 29.03.2015 um 20:00 schrieb Bruno P. Kinoshita <[email protected]>: >> Complete log available at: > Sorry, forgot to include the log for the Java 8 build: > https://paste.apache.org/aBg0 > > Unfortunately I couldn't paste the complete log without my browser crashing. > > Cheers,Bruno > > > From: Bruno P. Kinoshita <[email protected]> > To: Commons Developers List <[email protected]> > Sent: Sunday, March 29, 2015 2:50 PM > Subject: Re: [VOTE] Release Apache Commons Lang 3.4 based on RC1 > > Hi, > > +0 non binding, > > Build works fine with Java 7 and Maven 3.2 > > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; > 2014-12-14T15:29:23-02:00) > Maven home: /opt/apache-maven-3.2.5 > Java version: 1.7.0_76, vendor: Oracle Corporation > Java home: /usr/lib/jvm/java-7-oracle/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.16.0-33-generic", arch: "amd64", family: "unix" > > The following test failed though: > > org.apache.commons.lang3.time.FastDateFormat_ParserTest: > java.lang.AssertionError: ms_MY Sat Feb 10 01:53:32 BRT 1900 > GGGG/yyyy/MMMM/dddd/hhhh/mmmm/ss/aaaa/EEEE/ZZZZ America/New_York > expected:<Sat Feb 10 01:53:32 BRT 1900> but was:<Sat Feb 10 01:53:04 BRT 1900> > > Build fails with Java 8 and Maven 3.2. Same test fails. > > Failed tests: > > FastDateFormat_ParserTest>FastDateParserTest.testParses:250->FastDateParserTest.validateSdfFormatFdpParseEquality:227 > Sat Feb 10 01:53:32 BRT 1900 > GGGG/yyyy/MMMM/dddd/hhhh/mmmm/ss/aaaa/EEEE/ZZZZ America/New_York > expected:<Sat Feb 10 01:53:32 BRT 1900> but was:<Sat Feb 10 01:53:04 BRT 1900> > > Complete log available at: > > Used the following command to build the project: MAVEN_OPTS="-Xmx2048m > -XX:MaxPermSize=128m" JAVA_HOME=/usr/lib/jvm/java-{7,8}-oracle/ mvn clean > site:site -e -X > The Java 8 build error might be something in my Maven repository. Will try > building it again in Java 8 and investigate the issue later. My time zone is > set to America/Sao_Paulo, GMT -3, and I suspect that that failing test is in > someway related to my time zone. > > CheersBruno > > > > From: Benedikt Ritter <[email protected]> > To: Commons Developers List <[email protected]> > Sent: Saturday, March 28, 2015 1:31 PM > Subject: [VOTE] Release Apache Commons Lang 3.4 based on RC1 > > Hi all, > > We have fixed quite a few bugs and added some significant enhancements > since Commons Lang 3.3.2 was released, so I would like to release Commons > Lang 3.4. > > Commons Lang 3.4 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/lang/ (svn revision 8466) > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-1085/org/apache/commons/commons-lang3/3.4/ > > > Details of changes since 3.3.2 are in the release notes: > https://dist.apache.org/repos/dist/dev/commons/lang/RELEASE-NOTES.txt > http://people.apache.org/~britter/lang-3.4-RC1/changes-report.html > > I have tested this with JDK 1.6, 1.7, 1.8 and 1.9 EA using maven 3. Note > that the site build doesn't work with Java 8 and 9 due to problems with > Clirr (clirr doesn't work with Java 8+). > > The tag is here: > http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_4_RC1/ > (svn 1669797) > > Site: > http://people.apache.org/~britter/lang-3.4-RC1/ > (note some *relative* links are broken and the 3.4 directories are not > yet created - these will be OK once the site is deployed) > > Clirr Report (compared to 3.3.2): > http://people.apache.org/~britter/lang-3.4-RC1/clirr-report.html > > RAT Report: > http://people.apache.org/~britter/lang-3.4-RC1/rat-report.html > > KEYS: > https://www.apache.org/dist/commons/KEYS > > Please review the release candidate and vote. This vote will close no > sooner that 72 hours from now, i.e. after 17:30 CET 31-March 2015 > > [ ] +1 Release these artifacts > [ ] +0 OK, but... > [ ] -0 OK, but really should fix... > [ ] -1 I oppose this release because... > > Thanks! > Benedikt > > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
