Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3F091200D55 for ; Sat, 9 Dec 2017 19:03:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3D949160C0E; Sat, 9 Dec 2017 18:03:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 82E68160BFE for ; Sat, 9 Dec 2017 19:03:42 +0100 (CET) Received: (qmail 54199 invoked by uid 500); 9 Dec 2017 18:03:36 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 54003 invoked by uid 99); 9 Dec 2017 18:03:36 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Dec 2017 18:03:36 +0000 Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com [209.85.218.41]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id AA9AE1A00A5; Sat, 9 Dec 2017 18:03:35 +0000 (UTC) Received: by mail-oi0-f41.google.com with SMTP id f69so9165686oig.10; Sat, 09 Dec 2017 10:03:35 -0800 (PST) X-Gm-Message-State: AKGB3mKXcEenbceLTqDoMPeYMGF5amPVEMEA+XY5VJ2W2d3GR6lO9ar2 w5Z2F51gY6GHk70oNVP1DlYU6KGdeGpDVY5clA== X-Google-Smtp-Source: AGs4zMYm0KHpv82y+tTdC2ylyZae7EoD+gf1ivO9Q5O77e6w/Yl+7zSqWWeVXPnyW9egI1d0EhCDFxY0ABX72jUFAl0= X-Received: by 10.202.222.2 with SMTP id v2mr15803263oig.29.1512842614698; Sat, 09 Dec 2017 10:03:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.0.198 with HTTP; Sat, 9 Dec 2017 10:03:34 -0800 (PST) From: Gary Gregory Date: Sat, 9 Dec 2017 11:03:34 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: [ANNOUNCEMENT] Apache Commons BCEL 6.2 is out with better Java 9 support To: announce@apache.org, Commons Developers List , Commons Users List Content-Type: multipart/alternative; boundary="001a113cddd2a67c92055fec1e48" archived-at: Sat, 09 Dec 2017 18:03:43 -0000 --001a113cddd2a67c92055fec1e48 Content-Type: text/plain; charset="UTF-8" The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.2 with better Java 9 support! 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. Experimental Java 9 Support. FIXED BUGS: =========== o BCEL-294: Incorrect comment in StackMap.java Thanks to Mark Roberts. o BCEL-296: Incorrect comment in several classes. Thanks to Mark Roberts. o BCEL-295: Fix local variable live range length; add test case. Thanks to Mark Roberts. o BCEL-300: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19. o BCEL-301: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 20. Have fun! -Apache Commons BCEL team Feedback -------- Open source works best when you give feedback: http://commons.apache.org/bcel Please direct all bug reports to JIRA: https://issues.apache.org/jira/browse/BCEL Or subscribe to the commons-user mailing list The Apache Commons Team --001a113cddd2a67c92055fec1e48--