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 1E45D200B45 for ; Fri, 15 Jul 2016 08:28:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1CC3F160A79; Fri, 15 Jul 2016 06:28:41 +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 63D2B160A61 for ; Fri, 15 Jul 2016 08:28:40 +0200 (CEST) Received: (qmail 79784 invoked by uid 500); 15 Jul 2016 06:28:39 -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 79759 invoked by uid 99); 15 Jul 2016 06:28:39 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2016 06:28:39 +0000 Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 8D8851A0294; Fri, 15 Jul 2016 06:28:38 +0000 (UTC) Received: by mail-wm0-f53.google.com with SMTP id i5so15113180wmg.0; Thu, 14 Jul 2016 23:28:38 -0700 (PDT) X-Gm-Message-State: ALyK8tIJINF/9KwWG4qUL/nLyB97e60pj6edQ+r1XRbs9B6GUMmj1zVRVfSH0bshMzH8FgFpWUzv75cMI6oj+g== X-Received: by 10.28.51.210 with SMTP id z201mr11218457wmz.98.1468564116309; Thu, 14 Jul 2016 23:28:36 -0700 (PDT) MIME-Version: 1.0 From: Benedikt Ritter Date: Fri, 15 Jul 2016 06:28:26 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: [ANNOUNCE] Apache Commons BCEL 6.0 released! To: Commons Developers List , Commons Users List , "announce@apache.org" Content-Type: multipart/alternative; boundary=001a114441247b8f720537a6ba75 archived-at: Fri, 15 Jul 2016 06:28:41 -0000 --001a114441247b8f720537a6ba75 Content-Type: text/plain; charset=UTF-8 The Apache Commons community is pleased to announce the release of Apache Commons BCEL 6.0. The Byte Code Engineering Library (Apache Commons BCEL) is intended to give users a convenient way to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. The most important changes in this release include: - Support for Java 6, Java 7 & Java 8 - Updated Java requirement to Java 7 - Dropped serialization support from all classes Details of changes since 5.2 are in the release notes: https://dist.apache.org/repos/dist/release/commons/bcel/RELEASE-NOTES.txt The release artifacts can be downloaded from the Apache Commons BCEL website: http://commons.apache.org/proper/commons-bcel/download_bcel.cgi Alternatively the release can be pulled via maven: org.apache.bcel bcel 6.0 For information about how to use Apache Commons BCEL, report bugs or contribute to the project, please visit the website: http://commons.apache.org/bcel Thank you! Benedikt Ritter, on behalf of the Apache Commons Community --001a114441247b8f720537a6ba75--