Byte Buddy v1.12.14 Release Notes

Release Date: 2022-08-01 // over 1 year ago
    • โž• Add wrap method to DynamicType.Builder that allows for the representation of a dynamic type via a ClassVisitor.
    • โž• Add ClassVisitorFactory that allows to translate between Byte Buddy's, the original, or other shaded representations of ASM.
    • ๐Ÿ›  Fix visibility check for types in the default package.
    • ๐Ÿ“ฆ Return correct value for types in the default package.