You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Benedikt Ritter <br...@apache.org> on 2017/09/19 08:37:22 UTC

[ANNOUNCE] Apache Commons BCEL 6.1 released!

Hello,

the Apache Commons Community is happy to announce the release of Apache Commons BCEL 6.1.

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.

Source and binary distributions are available for download from the Apache Commons download site:
http://commons.apache.org/proper/commons-bcel/download_bcel.cgi

When downloading, please verify signatures using the KEYS file available at the above location.

Alternatively the release can be pulled via maven:
<dependency>
  <groupId>org.apache.bcel</groupId>
  <artifactId>bcel</artifactId>
  <version>6.1</version>
</dependency>

The release notes can be viewed at:
http://www.apache.org/dist/commons/bcel/RELEASE-NOTES.txt

For complete information on Commons BCEL, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website:

http://commons.apache.org/proper/commons-bcel/

Best regards,
Benedikt Ritter
on behalf of the Apache Commons community


Re: [ANNOUNCE] Apache Commons BCEL 6.1 released!

Posted by Hasan Diwan <ha...@gmail.com>.
Congrats to all involved in making this happen! -- H

On 19 September 2017 at 10:51, sebb <se...@gmail.com> wrote:

> Well done, and thanks for doing this.
>
> On 19 September 2017 at 09:37, Benedikt Ritter <br...@apache.org> wrote:
> > Hello,
> >
> > the Apache Commons Community is happy to announce the release of Apache
> Commons BCEL 6.1.
> >
> > 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.
> >
> > Source and binary distributions are available for download from the
> Apache Commons download site:
> > http://commons.apache.org/proper/commons-bcel/download_bcel.cgi
> >
> > When downloading, please verify signatures using the KEYS file available
> at the above location.
> >
> > Alternatively the release can be pulled via maven:
> > <dependency>
> >   <groupId>org.apache.bcel</groupId>
> >   <artifactId>bcel</artifactId>
> >   <version>6.1</version>
> > </dependency>
> >
> > The release notes can be viewed at:
> > http://www.apache.org/dist/commons/bcel/RELEASE-NOTES.txt
> >
> > For complete information on Commons BCEL, including instructions on how
> to submit bug reports, patches, or suggestions for improvement, see the
> Apache Commons BCEL website:
> >
> > http://commons.apache.org/proper/commons-bcel/
> >
> > Best regards,
> > Benedikt Ritter
> > on behalf of the Apache Commons community
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
OpenPGP: https://sks-keyservers.net/pks/lookup?op=
get&search=0xFEBAD7FFD041BBA1
If you wish to request my time, please do so using http://bit.ly/
hd1ScheduleRequest.
Si vous voudrais faire connnaisance, allez a http://bit.ly/
hd1ScheduleRequest.

<https://sks-keyservers.net/pks/lookup?op=get&search=0xFEBAD7FFD041BBA1>Sent
from my mobile device
Envoye de mon portable

Re: [ANNOUNCE] Apache Commons BCEL 6.1 released!

Posted by sebb <se...@gmail.com>.
Well done, and thanks for doing this.

On 19 September 2017 at 09:37, Benedikt Ritter <br...@apache.org> wrote:
> Hello,
>
> the Apache Commons Community is happy to announce the release of Apache Commons BCEL 6.1.
>
> 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.
>
> Source and binary distributions are available for download from the Apache Commons download site:
> http://commons.apache.org/proper/commons-bcel/download_bcel.cgi
>
> When downloading, please verify signatures using the KEYS file available at the above location.
>
> Alternatively the release can be pulled via maven:
> <dependency>
>   <groupId>org.apache.bcel</groupId>
>   <artifactId>bcel</artifactId>
>   <version>6.1</version>
> </dependency>
>
> The release notes can be viewed at:
> http://www.apache.org/dist/commons/bcel/RELEASE-NOTES.txt
>
> For complete information on Commons BCEL, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website:
>
> http://commons.apache.org/proper/commons-bcel/
>
> Best regards,
> Benedikt Ritter
> on behalf of the Apache Commons community
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ANNOUNCE] Apache Commons BCEL 6.1 released!

Posted by Pascal Schumacher <pa...@gmx.net>.
Thank you very much Benedikt!

This should make the spotbugs team happy, as they were waiting for this 
to happen, see:

https://github.com/spotbugs/spotbugs/issues/89
https://github.com/spotbugs/spotbugs/issues/327

Cheers,
Pascal

Am 19.09.2017 um 10:37 schrieb Benedikt Ritter:
> Hello,
>
> the Apache Commons Community is happy to announce the release of Apache Commons BCEL 6.1.
>
> 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.
>
> Source and binary distributions are available for download from the Apache Commons download site:
> http://commons.apache.org/proper/commons-bcel/download_bcel.cgi
>
> When downloading, please verify signatures using the KEYS file available at the above location.
>
> Alternatively the release can be pulled via maven:
> <dependency>
>    <groupId>org.apache.bcel</groupId>
>    <artifactId>bcel</artifactId>
>    <version>6.1</version>
> </dependency>
>
> The release notes can be viewed at:
> http://www.apache.org/dist/commons/bcel/RELEASE-NOTES.txt
>
> For complete information on Commons BCEL, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website:
>
> http://commons.apache.org/proper/commons-bcel/
>
> Best regards,
> Benedikt Ritter
> on behalf of the Apache Commons community
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org