]> source.dussan.org Git - javassist.git/shortlog
javassist.git
2007-04-26 chibasnapshot. I am still working on stackmap support.
2007-04-10 chibastackmap support (cont.)
2007-03-10 chibaadded javadoc comments
2007-03-08 kkhanMake SignatureAttribute.NestedClassType public
2007-03-08 kkhanWhen pruning preserve the SignatureAttribute
2007-02-24 starksmAdd a javassist-src.jar to build a source artifact
2007-02-14 chibaupdated the version name
2007-02-14 chibajavadoc updates
2007-02-09 chibamodified javassist.convert.* to support the stack map...
2007-02-09 kkhanRepair previous mistake when commiting
2007-02-09 kkhanDifferentiate between null bootstrap classloader and...
2007-02-06 chibasupported generic type signatures.
2007-02-06 chibasupported generic type signatures.
2007-02-06 chibachanged to public.
2007-02-02 chibaupdated javadoc comments.
2007-02-02 chibaa minor bug fix
2007-01-31 adrianFix the annotation hashCode and equals implementation.
2007-01-16 chibaedited javadoc comments.
2007-01-16 chibafixed a bug in copy().
2007-01-05 kkhanDocument CodeConverter.replaceArrayAccess()
2006-12-24 kkhanbump up version to snapshot
2006-12-24 kkhanAdd ability to replace xASTORE and xALOAD calls with...
2006-12-08 chibaminor bug fix
2006-11-23 chibaadded CtBehavior.getLongName()
2006-11-16 chiba3.4.0GA release rel_3_4_GA
2006-11-12 chibaenabled a transformation from a public method call...
2006-11-07 chibaupdated a javadoc comment
2006-11-07 chibaupdated a javadoc comment
2006-11-07 chibaFixed a bug of duplicating writeReplace() to a proxy...
2006-11-05 chibamade a proxy class serializable (JASSIST-20).
2006-11-02 chibaslightly changed the caching policy used by ProxyFactory
2006-11-02 chibaJIRA JASSIST-28 (including a performance bug) has been...
2006-11-01 chibafixed JIRA JASSIST-28?
2006-10-29 chibaStackMapTable support (not complete)
2006-10-23 chibafixed JIRA JASSIST-27 CodeGen.getArrayWriteOp returns...
2006-10-05 chibafixed a bug in CodeConverter#replaceFieldRead/Write...
2006-09-01 chibaupdated CtConstructor#isEmpty().
2006-08-31 chibamade ProxyFactory.getClassLoader() customizable.
2006-08-30 chibaa nested ClassMap.
2006-08-29 chibaminor bug fixes
2006-08-25 chibaextended CodeConverter.
2006-08-17 kkhangetClassLoader0() should not throw an exception
2006-08-16 chibafor release 3.3 (again) rel_3_3_GA
2006-08-16 kkhanMake getClassLoader0() protected
2006-08-16 chibafor 3.3 release
2006-08-16 kkhanClass.gerDeclaredMethod() needs to happen in a privileg...
2006-08-14 chibadeprecated ClassPool#toClass(CtClass,ClassLoader).
2006-08-13 chibafixed a bug in write() in Annotation and ClassMemberValue
2006-08-12 chibaadded a getter.
2006-08-11 chibachanged new CtField(CtField,..) to copy annotations.
2006-08-08 chibaupdated javadoc comments
2006-08-07 chibafixed the bug reported as JASSIST-23.
2006-08-06 chibafixed JIRA JASSIST-25
2006-08-06 chibaprepare 3.3 release
2006-07-18 chibaa correct fix of HIBERNATE-37 (ProxyFactory could not...
2006-07-18 chibareformatted.
2006-07-18 chibareformatted.
2006-07-18 chibaupdated since javassist.scopedpool was added.
2006-07-18 chibareformatted.
2006-07-18 kkhanHandle Annotation.annotationType() calls
2006-07-18 chibareformatted.
2006-07-17 kkhanAdd getAvailableAnnotations() to CtMemeber
2006-07-17 kkhanadd getAvailableAnnotations() methods to CtClass, CtBeh...
2006-07-14 kkhanSnapshot version should be just "snapshot"
2006-07-14 kkhanMove handling of primitive class value from MemberValue...
2006-07-13 kkhanBe able to handle Class annotation attributes like...
2006-07-13 kkhanUpdate copyright notice
2006-07-13 kkhanMove scoped classpool repository from jboss retro into...
2006-07-12 kkhanDo not proxy volatile methods
2006-07-10 kkhanGet rid of reference to local/src
2006-07-01 chibaupdated javadoc comments.
2006-07-01 chibaupdated javadoc comments.
2006-06-20 chibarelease 3.2 rel_3_2
2006-06-13 chibamodified to generate a better comiple error message.
2006-06-12 chibamodified javadocs.
2006-06-11 starksmJBBUILD-319, Add redirects for the new java.io.StringWr...
2006-06-08 kkhanAdd methods to determine if a CtClass is an annotation...
2006-05-29 chibaupdated javadoc comments.
2006-05-29 chibafixed JIRA JASSIST-19.
2006-05-29 chibafixed JIRA JASSIST-19.
2006-05-10 chibavery minor reformatting.
2006-05-09 starksmUpdate the 3.2.0.CR2 release notes
2006-05-09 starksmUpdate the version to 3.2.0.CR2
2006-05-09 starksmJASSIST-18, Use of the system classloader for the case...
2006-05-09 chibafixed JASSIST-18.
2006-04-27 chibaFixed a problem JIRA JASSIST-16
2006-04-09 chibafixed a bug of replace(String,ExprEditor) in javassist...
2006-03-23 chibaupdated javadoc comments.
2006-03-18 rcampbellJBQA-324 update version to 3.2.0.CR1
2006-03-18 rcampbellJBQA-324 update version to 3.2.0.CR1
2006-03-18 rcampbellJBQA-324 bump version to 3.2.0.CR1
2006-03-18 rcampbellJBQA-324 update changelog for 3.2.0.CR1 release
2006-03-15 adrianNeed to also keep the parameter annotations after ...
2006-03-15 adrianAllow a ClassPool to override the "guess" at the classl...
2006-03-15 adrianWe also need to keep the annotation default attribute...
2006-03-08 chibafixed a minor problem of CtClassType
2006-02-27 chibaadded getNestedClasses() in CtClass.
2006-02-22 chibafinal updates for 3.1 release rel_3_1
2006-02-22 adrianRemove the ability to change methodref signatures.
2006-02-22 adrianMake setUtf8Info private.
next