56 コミット (5ea5b6695cf3ecb9896b9e9ce02f089b893101a4)

作成者 SHA1 メッセージ 日付
  chibash 0e9ff9fd2b enables removal of attributes 7年前
  chibash dfd5230a6e adds ClassFile.JAVA_9 8年前
  chibash 7314726c37 updates javassist.util.proxy to support a default interface method in Java 8 8年前
  chibash 4448bdae02 final updates for 3.20.0-GA release 9年前
  chibash c43f4a7cde updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool. 9年前
  chibash 5a6662f29d preparation for 3.19 release. fixed bugs in javadoc comments 9年前
  chibash fd785d5ee3 added the version number for Java8 class files 10年前
  chiba 91f6abdd9e fixed JASSIST-162 and JASSIST-189 11年前
  chiba 4bb250d879 Now the version number of a class file newly created from scratch may be 51 (Java 7). 11年前
  chiba 205b65d96c fixed JASSIST-155 12年前
  chiba 121a67e8df added the Apache license. 13年前
  chiba 4b05c10a1e fixed JASSIST-128 and JASSIST-129 13年前
  chiba 91a1c094f0 fixed typos. 14年前
  chiba eb36a2f1aa performance tuning 14年前
  chiba 4a57455094 JIRA 105 14年前
  chiba 58809f5d2a fixed JASSIST-87 15年前
  chiba d8ba90667b fixed JIRA JASSIST-77 15年前
  chiba 29bf701b71 for fixing JASSIST-81 15年前
  chiba 2f7efd8620 the default major version of newly-created class files is either JDK 1.3 or 1.5, which depends on the VM version. 17年前
  chiba eba5bad02a updated pom.xml and a few javadoc comments. 17年前
  chiba a318d5d7d8 updated the copyright notices. 17年前
  chiba 43af89caa2 for JIRA JASSIST-34 17年前
  chiba b8445cabac fixed bugs related to stack map tables. 17年前
  chiba 8242ef42ef the version of the class file generated from scratch was changed from JDK 1.1 to 1.3. 17年前
  chiba c2d6bdf673 changed the implementation of try statements so that jsr/ret will not be used anymore. 17年前
  chiba b269676282 Javassist has been producing an interface with a wrong modifier. I fixed this. 17年前
  kkhan 07ede64867 When pruning preserve the SignatureAttribute 17年前
  chiba 1a24a3971d Fixed a bug of duplicating writeReplace() to a proxy class. 17年前
  chiba 56af2ace49 made a proxy class serializable (JASSIST-20). 17年前
  chiba ae4b81c820 a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method). Please check other JBoss products using Javassist. 18年前
  chiba ad7d5a9214 fixed a bug in getModifiers() in CtClass. 18年前
  chiba 774508d17c updated copyright notices 18年前
  chiba 7ea6c585a1 updated javadoc comments. 18年前
  chiba 5e191f7f29 fixed JIRA Javassist-9. javadoc comments have been updated. 19年前
  chiba ee8265e79f Turning the automatic pruning on by default. 19年前
  chiba e7f278c40b reformatted the files and added javadoc comments. 19年前
  bill f5d84c890b Fix pruning so that exceptions and annotation attributes are not ditched. 19年前
  chiba a370566827 checked the previous modifications and adjusted the format. 19年前
  ejort e2f3a29074 Add the ability to retrieve and change the Major/Minor versions of the ClassFile 19年前
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 19年前
  chiba e793a77000 implemented removeMethod() etc. 19年前
  chiba 5d5407d0af fixed a bug in CtClass.getMethods() and javassist.reflect package 20年前
  chiba 8c82477b41 implemented pruning 20年前
  chiba d51257fc94 revised javassist.bytecode.annotation package. 20年前
  chiba d906bfb337 Now, the compiler accepts a method that accesses 20年前
  chiba c86c20c27f performance tuning. 20年前
  chiba f56bd9e72f changed the stuff related to ClassPool. 20年前
  patriot1burke ed96cc4101 added annotation support. Only Enum types not supported when adding 20年前
  chiba 98cf25f68b fixed a typo. 20年前
  chiba e057bbef56 changed to throw an exception if a duplicate method/field is added. 20年前