Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cglib/cglib
cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
https://github.com/cglib/cglib
Last synced: 3 days ago
JSON representation
cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
- Host: GitHub
- URL: https://github.com/cglib/cglib
- Owner: cglib
- License: apache-2.0
- Created: 2014-03-29T13:48:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T10:22:51.000Z (4 months ago)
- Last Synced: 2024-10-29T11:10:24.407Z (about 1 month ago)
- Language: Java
- Homepage: https://github.com/cglib/cglib/wiki
- Size: 4.71 MB
- Stars: 4,800
- Watchers: 249
- Forks: 886
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - cglib - Bytecode generation library. (Projects / Bytecode Manipulation)
- awesome-java-zh - cglib - 字节码生成库。 (项目 / 字节码操作)
- awesome-java - cglib - Bytecode generation library. (Projects / Bytecode Manipulation)
README
cglib [![Build Status](https://travis-ci.org/cglib/cglib.svg?branch=master)](https://travis-ci.org/cglib/cglib)
================***IMPORTANT NOTE: cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+. If you need to support newer JDKs, we will accept well-tested well-thought-out patches... but you'll probably have better luck migrating to something like [ByteBuddy](https://bytebuddy.net).***
Byte Code Generation Library is high level API to generate and transform JAVA byte code.
It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
https://github.com/cglib/cglib/wikiHow To: https://github.com/cglib/cglib/wiki/How-To
Latest Release: https://github.com/cglib/cglib/releases/latest
All Releases: https://github.com/cglib/cglib/releases
cglib-#.#_#.jar binary distribution, CGLIB classes only,
it must be used to extend cglib classes dependant on ASM APIcglib-nodep-#.#_#.jar binary distribution, CGLIB and renamed ASM classes,
not extendable