Javassist v0.6 Release Notes

    • Javassist was modified to correctly deal with array types appearing in signatures.

    • A bug crashed resulting bytecode if a class includes a private static filed. It has been fixed.

    • javassist.CtNewInterface was added.

    • javassist.Loader.recordClass() was renamed into makeClass().

    • javassist.UserLoader.loadClass() was changed to take the second parameter.