Rob and all, FYI: It looks like the download file template needs to be updated to refer to sha512 from sha256.
Gary ---------- Forwarded message --------- From: <[email protected]> Date: Tue, Jan 29, 2019 at 5:08 AM Subject: Returned post for [email protected] To: <[email protected]> Hi! This is the ezmlm program. I'm managing the [email protected] mailing list. I'm sorry, your message (enclosed) was not accepted by the moderator. If the moderator has made any comments, they are shown below. >>>>> -------------------- >>>>> Sorry, but the download page links to the hashes are broken. It refers to SHA256 (in several places), but the hashes themselves are SHA512 Please correct and resubmit. It would be good to add a link to the main BCEL page as well. <<<<< -------------------- <<<<< ---------- Forwarded message ---------- From: Gary Gregory <[email protected]> To: Commons Developers List <[email protected]>, Commons Users List < [email protected]>, [email protected] Cc: Bcc: Date: Mon, 28 Jan 2019 20:59:46 -0500 Subject: [ANNOUNCEMENT] Apache Commons BCEL 6.3 Released The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.3! The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the symbolic information of the given class: methods, fields and byte code instructions. NEW FEATURES: ============= o Added org.apache.bcel.classfile.Visitor.visitConstantDynamic(ConstantDynamic) Thanks to Mark Thomas. o Added org.apache.bcel.classfile.ConstantDynamic Thanks to Mark Thomas. o Added fields in org.apache.bcel.Const for Java 9, 10, and 11. Thanks to Mark Thomas. o Added fields in org.apache.bcel.Const for Java 12 and 13 based on Java Early Access releases. Thanks to Mark Thomas. FIXED BUGS: =========== o BCEL-304: ClassPath.getClassFile() and friends do not work with JDK 9 and higher (PR #22.) Thanks to Gary Gregory, Ed Pavlak. o BCEL-305: ClassPath.getClassFile() and friends do not work with JRE 9 and higher Thanks to Gary Gregory. CHANGES: ======== o Initial support for Java 11 Thanks to Mark Thomas, Gary Gregory. o Update Java requirement from Java 7 to Java 8. Thanks to Gary Gregory. Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi Have fun! Gary Gregory, Apache Commons Chair and the Apache Commons BCEL team
