FYI. I finally got my new laptop set up for releasing components, so I plan on cutting a BCEL 6.3-RC1 very soon.
Gary On Wed, Jan 23, 2019 at 10:49 AM Gary Gregory <garydgreg...@gmail.com> wrote: > Hi All, > > WRT: > > [ERROR] 7012: org.apache.bcel.classfile.Visitor: Method 'public void > visitConstantDynamic(org.apache.bcel.classfile.ConstantDynamic)' has been > added to an interface > > IMO, the simplest way for BC 6.3 to avoid breaking binary compatibility is > to update from Java 7 to 8 and make the new method: > > > org.apache.bcel.classfile.Visitor.visitConstantInterfaceMethodref(ConstantInterfaceMethodref) > > be a Java 8 default method. > > Gary >