The 3.12.0.GA release of javassist which was tagged last Friday has
finally been deployed to the new jboss maven repository. Release notes
are included below.
regards,
Andrew Dinn
-----------
Release Notes - Javassist - Version 3.12.0.GA
** Bug
* [JASSIST-42] - Proxy serialization loses inner data objects
* [JASSIST-85] - IllegalAccessError when trying to call clone() on
a class generated by ProxyFactory
* [JASSIST-89] - The implementation of isInheritable() in
CtNewClass is wrong.
* [JASSIST-94] - Typos in ParameterAnnotationsAttribute javadoc
* [JASSIST-97] - Javassist doesn't serialize the handler along with
the proxy
* [JASSIST-98] - javassist appears to be iinstalling invalid local
variable tables
* [JASSIST-99] - Javassist causes java.lang.ClassFormatError:
Invalid length 561 in LocalVariableTable in class file
* [JASSIST-102] - Bug report for CtNewMethod.copy
* [JASSIST-104] - Proxy cache fails to guard against circular
references which inhibits GC of classloaders
* [JASSIST-110] - CtClassType.isModified does not check for edited
attributes in the ClassFile
* [JASSIST-111] - AnnotationMemberValue fails if a member is an array
* [JASSIST-113] - Possible regression in ProxyFactory.createClass()
when super interface is non-public
** Feature Request
* [JASSIST-95] - StackMap attribute of J2ME CLDC1.1
* [JASSIST-105] - Add ClassFile.JAVA_7
* [JASSIST-107] - Update pom and build script to support release of
snapshot builds
Show replies by thread