Releases: raphw/byte-buddy
Releases · raphw/byte-buddy
Byte Buddy 0.6.12
- Added API for altering a method's modifiers when intercepting it.
- Added API for allowing to filter default values when writing annotations.
Byte Buddy 0.6.11
- Added additional
ClassFileLocators for locating jar files in folders and jar files. - Added explicit check for invalid access of instance fields from static methods in field accessing interceptors.
- Added the
@StubValueand@FieldValueannotations.
Byte Buddy 0.6.9
Invalid release: Corrected the resolution of a type's visibility to another type to determine if a method can be legally overridden. Problem was not resolved.
Byte Buddy 0.6.10
- Corrected the resolution of a type's visibility to another type to determine if a method can be legally overridden.
Byte Buddy 0.6.8
Corrected incorrect deployment of version 0.6.7 which does not use a dependency reduced POM for the byte-buddy module.
Byte Buddy 0.6.7
- Upgraded ASM dependency to 5.0.4.
- Fixed OSGi headers in all relevant artifacts.
Warning: The byte-buddy artifact is accidentally deployed with a defect POM file which does not exclude the shaded resources.
Byte Buddy 0.6.6
- Fixed error in resolution of the
TargetTypepseudo-variable when used as component type of an array.
Byte Buddy 0.6.5
- Extended public API with convenience methods.
Byte Buddy 0.6.4
- Extended public API to accept more general argument types when appropriate.
- Extended
@Originannotation to allow for accepting modifiers.
Byte Buddy 0.6.3
- Made the TypeDescription.ForLoadedType class loader agnostic. Before, a class that was loaded by multiple class loaders would have been considered inequal what is not true for the byte code level.