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

[VOTE] Release Apache Commons BCEL 6.0 based on RC8

Hi all,

hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
since RC7:

- fixed failing build on Windows plattforms
- corrected fix for BCEL-262

Apache Commons BCEL 6.0 is available for review here:
  https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)

The tag is here:
  https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
 (rev 1752118)

Maven artifacts:

https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/

Maven artifact hashes:

bcel-6.0-test-sources.jar
(SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
bcel-6.0.pom
(SHA1: aff6c560d92df15a207247c5b0293bb734389094)
bcel-6.0.jar
(SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
bcel-6.0-tests.jar
(SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
bcel-6.0-javadoc.jar
(SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
bcel-6.0-sources.jar
(SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)

I've tested with Java 7 & 8 using Maven 3.3.9

Details of changes since 5.2 are in the release notes:
  https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
  http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html

Site:
  http://home.apache.org/~britter/commons/bcel/6.0-RC8
(note some *relative* links are broken and the 6.0 directories are not yet
created - these will be OK once the site is deployed)

Clirr Report (compared to 5.2):
  http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html

Note that Clirr reports several errors.
These are considered OK for the reasons stated below.
These exceptions are also noted in the Changes and Release Notes.

Errors reported:
- methods added to org.apache.bcel.classfile.Visitor interface: OK because
that does not affect binary compatibility.
- Removed java.io.Serializable from all classes: OK, because we don't
expect anybody to rely on serialization for BCEL classes
- Return type of method 'public java.lang.Object getElementAt(int)' has
been changed to java.lang.String in class
org.apache.bcel.verifier.VerifierFactoryListModel:
OK, because this class is part of an UI application and for this reason
should only used by Swing.

RAT Report:
  http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016

[ ] +1 Release these artifacts
[ ] +0 OK, but...
[ ] -0 OK, but really should fix...
[ ] -1 I oppose this release because...

Thank you!
Benedikt

RE: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Mark Roberts <ma...@cs.washington.edu>.
Passed our Daikon testing.
+1

Mark

> -----Original Message-----
> From: Benedikt Ritter [mailto:britter@apache.org]
> Sent: Sunday, July 10, 2016 2:04 PM
> To: Commons Developers List
> Subject: Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8
> 
> Benedikt Ritter <br...@apache.org> schrieb am So., 10. Juli 2016 um
> 22:57 Uhr:
> 
> > Hi all,
> >
> > hopefully the final RC for releasing Apache Commons BCEL 6.0 :-)
> > Changes since RC7:
> >
> > - fixed failing build on Windows plattforms
> > - corrected fix for BCEL-262
> >
> > Apache Commons BCEL 6.0 is available for review here:
> >   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
> >
> 
> Sorry the revision is incorrect. The correct revision is 14346.
> 
> 
> >
> > The tag is here:
> >
> >
> https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_R
> C8
> >  (rev 1752118)
> >
> > Maven artifacts:
> >
> > https://repository.apache.org/content/repositories/orgapachecommons-
> 11
> > 83/org/apache/bcel/bcel/6.0/
> >
> > Maven artifact hashes:
> >
> > bcel-6.0-test-sources.jar
> > (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> > bcel-6.0.pom
> > (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> > bcel-6.0.jar
> > (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> > bcel-6.0-tests.jar
> > (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> > bcel-6.0-javadoc.jar
> > (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> > bcel-6.0-sources.jar
> > (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
> >
> > I've tested with Java 7 & 8 using Maven 3.3.9
> >
> > Details of changes since 5.2 are in the release notes:
> >   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-
> NOTES.txt
> >
> > http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-
> report.ht
> > ml
> >
> > Site:
> >   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> > (note some *relative* links are broken and the 6.0 directories are not
> > yet created - these will be OK once the site is deployed)
> >
> > Clirr Report (compared to 5.2):
> >
> > http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
> >
> > Note that Clirr reports several errors.
> > These are considered OK for the reasons stated below.
> > These exceptions are also noted in the Changes and Release Notes.
> >
> > Errors reported:
> > - methods added to org.apache.bcel.classfile.Visitor interface: OK
> > because that does not affect binary compatibility.
> > - Removed java.io.Serializable from all classes: OK, because we don't
> > expect anybody to rely on serialization for BCEL classes
> > - Return type of method 'public java.lang.Object getElementAt(int)'
> > has been changed to java.lang.String in class
> org.apache.bcel.verifier.VerifierFactoryListModel:
> > OK, because this class is part of an UI application and for this
> > reason should only used by Swing.
> >
> > RAT Report:
> >   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July
> > 2016
> >
> > [ ] +1 Release these artifacts
> > [ ] +0 OK, but...
> > [ ] -0 OK, but really should fix...
> > [ ] -1 I oppose this release because...
> >
> > Thank you!
> > Benedikt
> >
> >


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


Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Benedikt Ritter <br...@apache.org>.
Benedikt Ritter <br...@apache.org> schrieb am So., 10. Juli 2016 um
22:57 Uhr:

> Hi all,
>
> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> since RC7:
>
> - fixed failing build on Windows plattforms
> - corrected fix for BCEL-262
>
> Apache Commons BCEL 6.0 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
>

Sorry the revision is incorrect. The correct revision is 14346.


>
> The tag is here:
>   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>  (rev 1752118)
>
> Maven artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
>
> Maven artifact hashes:
>
> bcel-6.0-test-sources.jar
> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> bcel-6.0.pom
> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> bcel-6.0.jar
> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> bcel-6.0-tests.jar
> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> bcel-6.0-javadoc.jar
> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> bcel-6.0-sources.jar
> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
>
> I've tested with Java 7 & 8 using Maven 3.3.9
>
> Details of changes since 5.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
>
> Site:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> (note some *relative* links are broken and the 6.0 directories are not yet
> created - these will be OK once the site is deployed)
>
> Clirr Report (compared to 5.2):
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
>
> Note that Clirr reports several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
>
> Errors reported:
> - methods added to org.apache.bcel.classfile.Visitor interface: OK
> because that does not affect binary compatibility.
> - Removed java.io.Serializable from all classes: OK, because we don't
> expect anybody to rely on serialization for BCEL classes
> - Return type of method 'public java.lang.Object getElementAt(int)' has
> been changed to java.lang.String in class org.apache.bcel.verifier.VerifierFactoryListModel:
> OK, because this class is part of an UI application and for this reason
> should only used by Swing.
>
> RAT Report:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
>
> Thank you!
> Benedikt
>
>

Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Gary Gregory <ga...@gmail.com>.
+1

From src-zip: MD5, SHA1, ASC OK.

Reports OK. Clirr: errors known and agreed upon. RAT OK.

Builds OK with 'mvn clean site' using:

Apache Maven 3.4.0-SNAPSHOT (227085283b6379038ec16f4cf9ad2e8869cef694;
2016-07-06T12:29:12-07:00)
Maven home: E:\Java\apache-maven-3.4.0-SNAPSHOT\bin\..
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_91\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "Windows 7", version: "6.1", arch: "amd64", family: "Windows"

For Java 7, you need to fiddle with MAVEN_OPTS to deal with PermGen issues.

Gary

On Sun, Jul 10, 2016 at 1:57 PM, Benedikt Ritter <br...@apache.org> wrote:

> Hi all,
>
> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> since RC7:
>
> - fixed failing build on Windows plattforms
> - corrected fix for BCEL-262
>
> Apache Commons BCEL 6.0 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
>
> The tag is here:
>   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>  (rev 1752118)
>
> Maven artifacts:
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
>
> Maven artifact hashes:
>
> bcel-6.0-test-sources.jar
> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> bcel-6.0.pom
> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> bcel-6.0.jar
> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> bcel-6.0-tests.jar
> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> bcel-6.0-javadoc.jar
> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> bcel-6.0-sources.jar
> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
>
> I've tested with Java 7 & 8 using Maven 3.3.9
>
> Details of changes since 5.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
>
> Site:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> (note some *relative* links are broken and the 6.0 directories are not yet
> created - these will be OK once the site is deployed)
>
> Clirr Report (compared to 5.2):
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
>
> Note that Clirr reports several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
>
> Errors reported:
> - methods added to org.apache.bcel.classfile.Visitor interface: OK because
> that does not affect binary compatibility.
> - Removed java.io.Serializable from all classes: OK, because we don't
> expect anybody to rely on serialization for BCEL classes
> - Return type of method 'public java.lang.Object getElementAt(int)' has
> been changed to java.lang.String in class
> org.apache.bcel.verifier.VerifierFactoryListModel:
> OK, because this class is part of an UI application and for this reason
> should only used by Swing.
>
> RAT Report:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
>
> Thank you!
> Benedikt
>



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

Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Jörg Schaible <jo...@gmx.de>.
+1, build from source tar ball works with my compiler zoo.

Benedikt Ritter wrote:

> Hi all,
> 
> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> since RC7:
> 
> - fixed failing build on Windows plattforms
> - corrected fix for BCEL-262
> 
> Apache Commons BCEL 6.0 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
> 
> The tag is here:
>   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>  (rev 1752118)
> 
> Maven artifacts:
> 
> 
https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
> 
> Maven artifact hashes:
> 
> bcel-6.0-test-sources.jar
> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> bcel-6.0.pom
> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> bcel-6.0.jar
> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> bcel-6.0-tests.jar
> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> bcel-6.0-javadoc.jar
> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> bcel-6.0-sources.jar
> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
> 
> I've tested with Java 7 & 8 using Maven 3.3.9
> 
> Details of changes since 5.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
> 
> Site:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> (note some *relative* links are broken and the 6.0 directories are not yet
> created - these will be OK once the site is deployed)
> 
> Clirr Report (compared to 5.2):
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
> 
> Note that Clirr reports several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
> 
> Errors reported:
> - methods added to org.apache.bcel.classfile.Visitor interface: OK because
> that does not affect binary compatibility.
> - Removed java.io.Serializable from all classes: OK, because we don't
> expect anybody to rely on serialization for BCEL classes
> - Return type of method 'public java.lang.Object getElementAt(int)' has
> been changed to java.lang.String in class
> org.apache.bcel.verifier.VerifierFactoryListModel:
> OK, because this class is part of an UI application and for this reason
> should only used by Swing.
> 
> RAT Report:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
> 
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
> 
> Thank you!
> Benedikt



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


Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Gary Gregory <ga...@gmail.com>.
Oddly, the JIRA report marks this as fixed for 6.1:
https://issues.apache.org/jira/browse/BCEL-79

Gary

On Mon, Jul 11, 2016 at 9:22 AM, Oliver Heger <ol...@oliver-heger.de>
wrote:

> Build works fine with Java 1.7 and 1.8 on Windows 10. Artifacts and site
> look good.
>
> +1
>
> Oliver
>
> Am 10.07.2016 um 22:57 schrieb Benedikt Ritter:
> > Hi all,
> >
> > hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> > since RC7:
> >
> > - fixed failing build on Windows plattforms
> > - corrected fix for BCEL-262
> >
> > Apache Commons BCEL 6.0 is available for review here:
> >   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
> >
> > The tag is here:
> >   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
> >  (rev 1752118)
> >
> > Maven artifacts:
> >
> >
> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
> >
> > Maven artifact hashes:
> >
> > bcel-6.0-test-sources.jar
> > (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> > bcel-6.0.pom
> > (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> > bcel-6.0.jar
> > (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> > bcel-6.0-tests.jar
> > (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> > bcel-6.0-javadoc.jar
> > (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> > bcel-6.0-sources.jar
> > (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
> >
> > I've tested with Java 7 & 8 using Maven 3.3.9
> >
> > Details of changes since 5.2 are in the release notes:
> >   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
> >
> http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
> >
> > Site:
> >   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> > (note some *relative* links are broken and the 6.0 directories are not
> yet
> > created - these will be OK once the site is deployed)
> >
> > Clirr Report (compared to 5.2):
> >   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
> >
> > Note that Clirr reports several errors.
> > These are considered OK for the reasons stated below.
> > These exceptions are also noted in the Changes and Release Notes.
> >
> > Errors reported:
> > - methods added to org.apache.bcel.classfile.Visitor interface: OK
> because
> > that does not affect binary compatibility.
> > - Removed java.io.Serializable from all classes: OK, because we don't
> > expect anybody to rely on serialization for BCEL classes
> > - Return type of method 'public java.lang.Object getElementAt(int)' has
> > been changed to java.lang.String in class
> > org.apache.bcel.verifier.VerifierFactoryListModel:
> > OK, because this class is part of an UI application and for this reason
> > should only used by Swing.
> >
> > RAT Report:
> >   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July
> 2016
> >
> > [ ] +1 Release these artifacts
> > [ ] +0 OK, but...
> > [ ] -0 OK, but really should fix...
> > [ ] -1 I oppose this release because...
> >
> > Thank you!
> > Benedikt
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


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

Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Oliver Heger <ol...@oliver-heger.de>.
Build works fine with Java 1.7 and 1.8 on Windows 10. Artifacts and site
look good.

+1

Oliver

Am 10.07.2016 um 22:57 schrieb Benedikt Ritter:
> Hi all,
> 
> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> since RC7:
> 
> - fixed failing build on Windows plattforms
> - corrected fix for BCEL-262
> 
> Apache Commons BCEL 6.0 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
> 
> The tag is here:
>   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>  (rev 1752118)
> 
> Maven artifacts:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
> 
> Maven artifact hashes:
> 
> bcel-6.0-test-sources.jar
> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> bcel-6.0.pom
> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> bcel-6.0.jar
> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> bcel-6.0-tests.jar
> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> bcel-6.0-javadoc.jar
> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> bcel-6.0-sources.jar
> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
> 
> I've tested with Java 7 & 8 using Maven 3.3.9
> 
> Details of changes since 5.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
> 
> Site:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> (note some *relative* links are broken and the 6.0 directories are not yet
> created - these will be OK once the site is deployed)
> 
> Clirr Report (compared to 5.2):
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
> 
> Note that Clirr reports several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
> 
> Errors reported:
> - methods added to org.apache.bcel.classfile.Visitor interface: OK because
> that does not affect binary compatibility.
> - Removed java.io.Serializable from all classes: OK, because we don't
> expect anybody to rely on serialization for BCEL classes
> - Return type of method 'public java.lang.Object getElementAt(int)' has
> been changed to java.lang.String in class
> org.apache.bcel.verifier.VerifierFactoryListModel:
> OK, because this class is part of an UI application and for this reason
> should only used by Swing.
> 
> RAT Report:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
> 
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
> 
> Thank you!
> Benedikt
> 

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


Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Emmanuel Bourg <eb...@apache.org>.
+1

Emmanuel Bourg


Le 10/07/2016 à 22:57, Benedikt Ritter a écrit :
> Hi all,
> 
> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> since RC7:
> 
> - fixed failing build on Windows plattforms
> - corrected fix for BCEL-262
> 
> Apache Commons BCEL 6.0 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
> 
> The tag is here:
>   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>  (rev 1752118)
> 
> Maven artifacts:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
> 
> Maven artifact hashes:
> 
> bcel-6.0-test-sources.jar
> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> bcel-6.0.pom
> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> bcel-6.0.jar
> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> bcel-6.0-tests.jar
> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> bcel-6.0-javadoc.jar
> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> bcel-6.0-sources.jar
> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
> 
> I've tested with Java 7 & 8 using Maven 3.3.9
> 
> Details of changes since 5.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
> 
> Site:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> (note some *relative* links are broken and the 6.0 directories are not yet
> created - these will be OK once the site is deployed)
> 
> Clirr Report (compared to 5.2):
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
> 
> Note that Clirr reports several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
> 
> Errors reported:
> - methods added to org.apache.bcel.classfile.Visitor interface: OK because
> that does not affect binary compatibility.
> - Removed java.io.Serializable from all classes: OK, because we don't
> expect anybody to rely on serialization for BCEL classes
> - Return type of method 'public java.lang.Object getElementAt(int)' has
> been changed to java.lang.String in class
> org.apache.bcel.verifier.VerifierFactoryListModel:
> OK, because this class is part of an UI application and for this reason
> should only used by Swing.
> 
> RAT Report:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
> 
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
> 
> Thank you!
> Benedikt
> 



Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Benedikt Ritter <br...@apache.org>.
My +1 for this RC.

Benedikt Ritter <br...@apache.org> schrieb am So., 10. Juli 2016 um
22:57 Uhr:

> Hi all,
>
> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> since RC7:
>
> - fixed failing build on Windows plattforms
> - corrected fix for BCEL-262
>
> Apache Commons BCEL 6.0 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
>
> The tag is here:
>   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>  (rev 1752118)
>
> Maven artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
>
> Maven artifact hashes:
>
> bcel-6.0-test-sources.jar
> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> bcel-6.0.pom
> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> bcel-6.0.jar
> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> bcel-6.0-tests.jar
> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> bcel-6.0-javadoc.jar
> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> bcel-6.0-sources.jar
> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
>
> I've tested with Java 7 & 8 using Maven 3.3.9
>
> Details of changes since 5.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
>
> Site:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> (note some *relative* links are broken and the 6.0 directories are not yet
> created - these will be OK once the site is deployed)
>
> Clirr Report (compared to 5.2):
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
>
> Note that Clirr reports several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
>
> Errors reported:
> - methods added to org.apache.bcel.classfile.Visitor interface: OK
> because that does not affect binary compatibility.
> - Removed java.io.Serializable from all classes: OK, because we don't
> expect anybody to rely on serialization for BCEL classes
> - Return type of method 'public java.lang.Object getElementAt(int)' has
> been changed to java.lang.String in class org.apache.bcel.verifier.VerifierFactoryListModel:
> OK, because this class is part of an UI application and for this reason
> should only used by Swing.
>
> RAT Report:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
>
> Thank you!
> Benedikt
>
>

Re: [RESULT][VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Chas Honton <ch...@honton.org>.
Congratulations!

Chas

> On Jul 14, 2016, at 12:42 AM, Benedikt Ritter <br...@apache.org> wrote:
> 
> This vote passes (am I dreaming? ;-) The following votes were cast:
> 
> Oliver Heger: +1 (binding)
> Gary Gregory: +1 (binding)
> Mark Roberts: +1
> Oliver Lamy: +1 (binding)
> Jörg Schaible: +1 (binding)
> Emmanuel Bourg: +1 (binding)
> Benedikt Ritter: +1 (binding)
> 
> Thank you for reviewing this RC and the one before.
> 
> Benedikt
> 
> Benedikt Ritter <br...@apache.org> schrieb am So., 10. Juli 2016 um
> 22:57 Uhr:
> 
>> Hi all,
>> 
>> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
>> since RC7:
>> 
>> - fixed failing build on Windows plattforms
>> - corrected fix for BCEL-262
>> 
>> Apache Commons BCEL 6.0 is available for review here:
>>  https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
>> 
>> The tag is here:
>>  https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>> (rev 1752118)
>> 
>> Maven artifacts:
>> 
>> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
>> 
>> Maven artifact hashes:
>> 
>> bcel-6.0-test-sources.jar
>> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
>> bcel-6.0.pom
>> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
>> bcel-6.0.jar
>> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
>> bcel-6.0-tests.jar
>> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
>> bcel-6.0-javadoc.jar
>> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
>> bcel-6.0-sources.jar
>> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
>> 
>> I've tested with Java 7 & 8 using Maven 3.3.9
>> 
>> Details of changes since 5.2 are in the release notes:
>>  https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>>  http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
>> 
>> Site:
>>  http://home.apache.org/~britter/commons/bcel/6.0-RC8
>> (note some *relative* links are broken and the 6.0 directories are not yet
>> created - these will be OK once the site is deployed)
>> 
>> Clirr Report (compared to 5.2):
>>  http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
>> 
>> Note that Clirr reports several errors.
>> These are considered OK for the reasons stated below.
>> These exceptions are also noted in the Changes and Release Notes.
>> 
>> Errors reported:
>> - methods added to org.apache.bcel.classfile.Visitor interface: OK
>> because that does not affect binary compatibility.
>> - Removed java.io.Serializable from all classes: OK, because we don't
>> expect anybody to rely on serialization for BCEL classes
>> - Return type of method 'public java.lang.Object getElementAt(int)' has
>> been changed to java.lang.String in class org.apache.bcel.verifier.VerifierFactoryListModel:
>> OK, because this class is part of an UI application and for this reason
>> should only used by Swing.
>> 
>> RAT Report:
>>  http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
>> 
>> [ ] +1 Release these artifacts
>> [ ] +0 OK, but...
>> [ ] -0 OK, but really should fix...
>> [ ] -1 I oppose this release because...
>> 
>> Thank you!
>> Benedikt
>> 
>> 


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


[RESULT][VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Benedikt Ritter <br...@apache.org>.
This vote passes (am I dreaming? ;-) The following votes were cast:

Oliver Heger: +1 (binding)
Gary Gregory: +1 (binding)
Mark Roberts: +1
Oliver Lamy: +1 (binding)
Jörg Schaible: +1 (binding)
Emmanuel Bourg: +1 (binding)
Benedikt Ritter: +1 (binding)

Thank you for reviewing this RC and the one before.

Benedikt

Benedikt Ritter <br...@apache.org> schrieb am So., 10. Juli 2016 um
22:57 Uhr:

> Hi all,
>
> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> since RC7:
>
> - fixed failing build on Windows plattforms
> - corrected fix for BCEL-262
>
> Apache Commons BCEL 6.0 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
>
> The tag is here:
>   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>  (rev 1752118)
>
> Maven artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
>
> Maven artifact hashes:
>
> bcel-6.0-test-sources.jar
> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> bcel-6.0.pom
> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> bcel-6.0.jar
> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> bcel-6.0-tests.jar
> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> bcel-6.0-javadoc.jar
> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> bcel-6.0-sources.jar
> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
>
> I've tested with Java 7 & 8 using Maven 3.3.9
>
> Details of changes since 5.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
>
> Site:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> (note some *relative* links are broken and the 6.0 directories are not yet
> created - these will be OK once the site is deployed)
>
> Clirr Report (compared to 5.2):
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
>
> Note that Clirr reports several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
>
> Errors reported:
> - methods added to org.apache.bcel.classfile.Visitor interface: OK
> because that does not affect binary compatibility.
> - Removed java.io.Serializable from all classes: OK, because we don't
> expect anybody to rely on serialization for BCEL classes
> - Return type of method 'public java.lang.Object getElementAt(int)' has
> been changed to java.lang.String in class org.apache.bcel.verifier.VerifierFactoryListModel:
> OK, because this class is part of an UI application and for this reason
> should only used by Swing.
>
> RAT Report:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
>
> Thank you!
> Benedikt
>
>

Re: [VOTE] Release Apache Commons BCEL 6.0 based on RC8

Posted by Olivier Lamy <ol...@apache.org>.
+1

Thanks to keep groupId:artifactId.
It's so simple to override the dependency in a maven plugin and to get it
work with 1.8.
Thanks!!

On 11 July 2016 at 06:57, Benedikt Ritter <br...@apache.org> wrote:

> Hi all,
>
> hopefully the final RC for releasing Apache Commons BCEL 6.0 :-) Changes
> since RC7:
>
> - fixed failing build on Windows plattforms
> - corrected fix for BCEL-262
>
> Apache Commons BCEL 6.0 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/bcel (rev 14344)
>
> The tag is here:
>   https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC8
>  (rev 1752118)
>
> Maven artifacts:
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-1183/org/apache/bcel/bcel/6.0/
>
> Maven artifact hashes:
>
> bcel-6.0-test-sources.jar
> (SHA1: 30ba969d603b676929b69228ad0f2a4fc1c9c830)
> bcel-6.0.pom
> (SHA1: aff6c560d92df15a207247c5b0293bb734389094)
> bcel-6.0.jar
> (SHA1: 7d08bcac4832f81467d3e2ca5bd58ad627288656)
> bcel-6.0-tests.jar
> (SHA1: 3536d25398f6f6ac22deb9e446515056191661f7)
> bcel-6.0-javadoc.jar
> (SHA1: e47a109aa7416329a9970f0900136cb355af8ac8)
> bcel-6.0-sources.jar
> (SHA1: 206dfd32271b9b0150d8211070e5dbbe69cf5154)
>
> I've tested with Java 7 & 8 using Maven 3.3.9
>
> Details of changes since 5.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/bcel//RELEASE-NOTES.txt
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/changes-report.html
>
> Site:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8
> (note some *relative* links are broken and the 6.0 directories are not yet
> created - these will be OK once the site is deployed)
>
> Clirr Report (compared to 5.2):
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/clirr-report.html
>
> Note that Clirr reports several errors.
> These are considered OK for the reasons stated below.
> These exceptions are also noted in the Changes and Release Notes.
>
> Errors reported:
> - methods added to org.apache.bcel.classfile.Visitor interface: OK because
> that does not affect binary compatibility.
> - Removed java.io.Serializable from all classes: OK, because we don't
> expect anybody to rely on serialization for BCEL classes
> - Return type of method 'public java.lang.Object getElementAt(int)' has
> been changed to java.lang.String in class
> org.apache.bcel.verifier.VerifierFactoryListModel:
> OK, because this class is part of an UI application and for this reason
> should only used by Swing.
>
> RAT Report:
>   http://home.apache.org/~britter/commons/bcel/6.0-RC8/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. sometime after 23:00 CEST 13-July 2016
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
>
> Thank you!
> Benedikt
>



-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy