Releases: plume-lib/bcel-util
Releases · plume-lib/bcel-util
bcel-util 1.2.2
bcel-util 1.2.1
Removed deprecated methods:
- add_new_argument
- fetch_current_stack_map_table
- classnameToType
Removed problematic dependency on error_prone_core
.
bcel-util 1.2.0
Changed naming convention from snake_case to camelCase, which is idiomatic in Java.
This is a huge incompatibility with the previous version, 1.1.16.
bcel-util 1.1.16
bcel-util 1.1.16 (October 12, 2022)
- Compiles and runs under Java 18.
BcelUtil.javaVersion
works on early access releases.
bcel-util 1.1.15
Now supports Groovy generated class files.
bcel-util 1.1.14
- Builds and runs under JDK 17, but not JDK 16. (Still builds and runs under JDK 8 and 11.)
bcel-util 1.1.13
- Builds and runs under JDK 16. (Still builds runs under JDK 8 and 11.)
- Improved handling of gaps (missing local vars) in local variable table.
bcel-util 1.1.12
- Fix exception handler processing for insert instruction list
bcel-util 1.1.11
- SimpleLog supports logging to a file
bcel-util 1.1.10
- Update dependencies
- Tweak documentation