The Apache Commons BCEL team is pleased to announce the release of
Apache Commons BCEL 6.8.2.
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
Hi folks,
I couldn't sleep, so I created a merge request to switch Commons CLI to
JUnit 5. Before the patch, a mixture of 4 and 5 was used.
https://github.com/apache/commons-cli/pull/238
This is a pretty "simple" change, if a bit verbose. It merely converts
the JUnit 4 constructs to their JU