RE: [BCEL] Releasing 6.1

2017-08-28 Thread Mark Roberts
Found another issue that needs to be corrected. I have updated the patch file for https://issues.apache.org/jira/browse/BCEL-276. Thank you Mark -Original Message- From: Benedikt Ritter [mailto:brit...@apache.org] Sent: Monday, August 28, 2017 11:36 AM To: Commons Developers List

Re: [BCEL] Breaking changes in 6.1 needed by Tomcat (?)

2017-08-28 Thread Gary Gregory
The question is whether this breaks binary compatibility. If it does, this needs fixing. Unless there are other important changes that warrant a major version, I would go the sub-interface route; ugly, but workable within the same major release. Gary On Mon, Aug 28, 2017 at 12:58 PM, Benedikt

[BCEL] Breaking changes in 6.1 needed by Tomcat (?)

2017-08-28 Thread Benedikt Ritter
Hi, Rev. 1782852 [1] has introduced two breaking changes by adding the methods: public void visitAnnotation(org.apache.bcel.classfile.Annotations) public void visitAnnotationDefault(org.apache.bcel.classfile.AnnotationDefault) to the interface org.apache.bcel.classfile.Visitor. The commit

Re: [BCEL] Releasing 6.1

2017-08-28 Thread Benedikt Ritter
Hello Mark, > Am 28.08.2017 um 16:39 schrieb Mark Roberts : > > As I have noted in previous posts, the UW PLSE Daikon toolset is a major user > of BCEL. I would be happy to help with this release. Some items/questions > to start with: > > - We have submitted three

RE: [BCEL] Releasing 6.1

2017-08-28 Thread Mark Roberts
As I have noted in previous posts, the UW PLSE Daikon toolset is a major user of BCEL. I would be happy to help with this release. Some items/questions to start with: - We have submitted three issues and proposed fixes we would really like to see included in this release

[BCEL] Releasing 6.1

2017-08-28 Thread Benedikt Ritter
Hi, I’m hereby announcing, that I’m going to work on BCEL 6.1 release very soon. Since I’m not a developer of BCEL, I’m only going to fix code style issues etc. So if there is anything missing from a functionality PoV, please go ahead and implement it now. Regards, Benedikt