Skip to content

Releases: plume-lib/bcel-util

bcel-util 1.2.2

16 May 04:43
Compare
Choose a tag to compare
  • Tested under Java 20
  • No longer compiles under Java 8, but still runs under Java 8.

bcel-util 1.2.1

14 Dec 04:54
Compare
Choose a tag to compare

Removed deprecated methods:

  • add_new_argument
  • fetch_current_stack_map_table
  • classnameToType

Removed problematic dependency on error_prone_core.

bcel-util 1.2.0

13 Dec 01:02
Compare
Choose a tag to compare

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

12 Oct 18:19
Compare
Choose a tag to compare

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

29 Jun 18:10
Compare
Choose a tag to compare

Now supports Groovy generated class files.

bcel-util 1.1.14

30 Dec 00:46
Compare
Choose a tag to compare
  • Builds and runs under JDK 17, but not JDK 16. (Still builds and runs under JDK 8 and 11.)

bcel-util 1.1.13

23 Jul 00:06
Compare
Choose a tag to compare
  • 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

28 May 21:53
Compare
Choose a tag to compare
  • Fix exception handler processing for insert instruction list

bcel-util 1.1.11

05 May 18:57
Compare
Choose a tag to compare
  • SimpleLog supports logging to a file

bcel-util 1.1.10

01 Jan 15:12
Compare
Choose a tag to compare
  • Update dependencies
  • Tweak documentation