Oh crap, I forgot to finalize the website and now I'm on vacation till
monday. Can someone jump in and publish the 6.0 JavaDocs? If not this will
have to wait until Monday.

Sorry!
Benedikt

Russell Sherk <russell.sh...@roguewave.com> schrieb am Fr., 15. Juli 2016
um 15:13:

> Hi,
>
> Been waiting for this for literally years! Thanks!
>
> When will the 6.0 links on the web site go live? I keep getting page not
> found errors. E.g.:
> http://commons.apache.org/proper/commons-bcel/javadocs/api-6.0/index.html
>
> Cheers and thanks again.
>
> --Russ
>
>
> -----Original Message-----
> From: Benedikt Ritter [mailto:brit...@apache.org]
> Sent: Friday, July 15, 2016 2:28 AM
> To: Commons Developers List <dev@commons.apache.org>; Commons Users List <
> u...@commons.apache.org>; annou...@apache.org
> Subject: [ANNOUNCE] Apache Commons BCEL 6.0 released!
>
> 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:
>
> <dependency>
>   <groupId>org.apache.bcel</groupId>
>   <artifactId>bcel</artifactId>
>   <version>6.0</version>
> </dependency>
>
> 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
>

Reply via email to