Skip to content

Releases: cglib/cglib

cglib 3.3.0

12 Aug 14:36

Choose a tag to compare

emits code compatible with java 1.8, so we can call static interface methods.

cglib 3.2.12

03 May 13:45

Choose a tag to compare

minor fix for allowing a fastclass to call static interface methods.

cglib 3.2.11

26 Apr 00:10

Choose a tag to compare

  • update to asm 7.1
  • make ant dependency optional
  • add Automatic Module Names

cglib 3.2.10

11 Dec 19:35

Choose a tag to compare

Minor bugfixes.

cglib 3.2.9

28 Oct 14:55

Choose a tag to compare

  • Update ASM version to 7.0

cglib 3.2.8

10 Sep 17:43

Choose a tag to compare

  • Update ASM version to 6.2.1
  • Allow "net.sf.cglib.experimental_asm7" system property to use experiment asm7 mode.
  • Expose non-bridge methods more frequently.

cglib 3.2.7

03 Jul 15:31

Choose a tag to compare

  • Update ASM version to 6.2.
  • Drop support for Java6. (It may continue to work, but continuous integration tests will no longer validate it does.)

cglib 3.2.6

19 Jan 21:07

Choose a tag to compare

  • Fix #115: Release resources eagerly.
  • Update ASM version to 6.0

cglib 3.2.5

06 Mar 19:38

Choose a tag to compare

  • Updated ASM dependency (to 5.2).
  • Deprecated TinyBitSet.
  • Add workarounds for changes coming from Jigsaw.
  • Fix #89 / #90 (generated incorrect code for bridge methods sometimes)

cglib 3.2.4

24 Jun 15:30

Choose a tag to compare

Fixes regressions from prior releases.