On 05/19/2015 10:02 PM, Oliver Heger wrote: > > > Am 19.05.2015 um 21:54 schrieb Thomas Neidhart: >> On 05/19/2015 09:51 PM, Oliver Heger wrote: >>> Hi Thomas, >>> >>> build was successful with Java 1.6 and 1.8 on Windows 8.1. Artifacts and >>> site look good. >>> >>> The only problem I had was that I could not build with Java 1.5; there >>> were test failures because of UnsupportedClassVersion. Obviously, at >>> least one of the dependencies is no longer available for Java 1.5. So >>> should the release notes be updated to state that Java 1.6 is required? >> >> I could successfully build it with Java 1.5: >> >> Tests run: 177, Failures: 0, Errors: 0, Skipped: 3 >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD SUCCESS >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 49.358s >> [INFO] Finished at: Tue May 19 20:53:31 GMT+01:00 2015 >> [INFO] Final Memory: 17M/137M >> [INFO] >> ------------------------------------------------------------------------ >> tn@tn-laptop:~/workspace/apache/tmp/EMAIL_1_4_RC1$ mvn -v >> Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 >> 16:22:22+0100) >> Maven home: /home/tn/bin/apache-maven-3.1.1 >> Java version: 1.5.0_22, vendor: Sun Microsystems Inc. >> Java home: /home/tn/bin/jdk1.5.0_22/jre >> Default locale: en_US, platform encoding: UTF-8 >> OS name: "linux", version: "3.13.0-49-generic", arch: "i386", family: "unix" >> >> for which class file did you get the mentioned error? > > I get: > > Results : > > > Tests in error: > HtmlEmailTest.initializationError » UnsupportedClassVersion Bad > version number > ... > ImageHtmlEmailTest.initializationError » UnsupportedClassVersion Bad > version n > ... > MultiPartEmailTest.initializationError » UnsupportedClassVersion Bad > version n > ... > > > Tests run: 128, Failures: 0, Errors: 3, Skipped: 1 > > It is strange that the number of tests run differ pretty much. I use the > java-1.5 profile to point the build to a JDK 1.5 installation.
I tried the same with -Pjava-1.5 and it still works: Results : Tests run: 177, Failures: 0, Errors: 0, Skipped: 3 Maybe it is related to the maven version (I use a rather old 3.1.1)? I vaguely remember that there was a problem with maven 3.2 or later? Thomas > > Oliver > >> >> Thomas >> >>> Not blocking, I am +1 for this release. >>> >>> Oliver >>> >>> Am 18.05.2015 um 22:15 schrieb Thomas Neidhart: >>>> I would like to call a vote for releasing Commons Email 1.4 based on >>>> RC1. This will also be my last release for Email, as I don't have the >>>> time anymore to further maintain this component in the future. >>>> >>>> Email 1.4 RC1 is available for review here: >>>> https://dist.apache.org/repos/dist/dev/commons/email/ >>>> (svn revision 9039) >>>> >>>> Maven artifacts are here: >>>> >>>> https://repository.apache.org/content/repositories/orgapachecommons-1096/org/apache/commons/commons-email/1.4 >>>> >>>> Details of changes since 1.3.3 are in the release notes: >>>> https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt >>>> http://people.apache.org/builds/commons/email/1.4/changes-report.html >>>> >>>> The tag is here: >>>> >>>> https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_4_RC1 >>>> (svn revision 1680085) >>>> >>>> Site: >>>> http://people.apache.org/builds/commons/email/1.4/ >>>> >>>> Clirr Report (compared to 1.3.3): >>>> http://people.apache.org/builds/commons/email/1.4/clirr-report.html >>>> >>>> RAT Report: >>>> http://people.apache.org/builds/commons/email/1.4/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 >>>> 2200 MEZ 21-May 2015 >>>> >>>> [ ] +1 Release these artifacts >>>> [ ] +0 OK, but... >>>> [ ] -0 OK, but really should fix... >>>> [ ] -1 I oppose this release because... >>>> >>>> Thanks! >>>> >>>> Thomas >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
