Releases: cglib/cglib
Releases · cglib/cglib
cglib 3.3.0
emits code compatible with java 1.8, so we can call static interface methods.
cglib 3.2.12
minor fix for allowing a fastclass to call static interface methods.
cglib 3.2.11
- update to asm 7.1
- make ant dependency optional
- add Automatic Module Names
cglib 3.2.10
Minor bugfixes.
cglib 3.2.9
- Update ASM version to 7.0
cglib 3.2.8
- 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
- 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
- Fix #115: Release resources eagerly.
- Update ASM version to 6.0
cglib 3.2.5
cglib 3.2.4
Fixes regressions from prior releases.