- Fork from proxy-plus to implement
proxy-super+-
which was too hacky for quick inclusion in a respectable library.
- Change to shaded ASM dependency
- Bump ASM version to 6.2
- Bug fix: confusion between root and dynamic classloader when using proxy+
- Use a substantially faster strategy for providing method impls to generated bytecode proxy instances.
- Support for "named proxy+", allowing you to give useful names to your proxy classes.
- use isAssignableFrom to support type hints that are sub classes
- If there are multiple matching superclass methods, we now pick the last one.
- Use type hints to distinguish methods of same name and arity (thanks @jeff303)
- Fix reflection warning
- Initial release