63 Commits (b08992a24579dd3c509ba3a8d06e9d9fb38fea7f)

Author SHA1 Message Date
  kite b08992a245 Issue: #445. Add a method that can get the reference class name, and add the parsing of generics based on the #getRefClasses method. 1 year ago
  Christian Beikov e7f4090fab JASSIST-271 Allow running on Java 11 by falling back to ClassLoader.defineClass for Java > 10 6 years ago
  nickl- 62851d0af3 Source walk/Spring clean/Parameterize/Enhance et.al. 6 years ago
  chibash 873e5a5ef8 to support Java 9-ea+171 7 years ago
  Andres Luuk 3cad422392 Update ClassFile.java 7 years ago
  chibash 03f85a3393 fixes typos in javadoc comments 7 years ago
  chibash 0e9ff9fd2b enables removal of attributes 7 years ago
  chibash dfd5230a6e adds ClassFile.JAVA_9 8 years ago
  chibash 7314726c37 updates javassist.util.proxy to support a default interface method in Java 8 8 years ago
  chibash 4448bdae02 final updates for 3.20.0-GA release 9 years ago
  chibash c43f4a7cde updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool. 9 years ago
  chibash 5a6662f29d preparation for 3.19 release. fixed bugs in javadoc comments 9 years ago
  chibash fd785d5ee3 added the version number for Java8 class files 10 years ago
  chiba 91f6abdd9e fixed JASSIST-162 and JASSIST-189 11 years ago
  chiba 4bb250d879 Now the version number of a class file newly created from scratch may be 51 (Java 7). 11 years ago
  chiba 205b65d96c fixed JASSIST-155 12 years ago
  chiba 121a67e8df added the Apache license. 13 years ago
  chiba 4b05c10a1e fixed JASSIST-128 and JASSIST-129 13 years ago
  chiba 91a1c094f0 fixed typos. 14 years ago
  chiba eb36a2f1aa performance tuning 14 years ago
  chiba 4a57455094 JIRA 105 14 years ago
  chiba 58809f5d2a fixed JASSIST-87 15 years ago
  chiba d8ba90667b fixed JIRA JASSIST-77 15 years ago
  chiba 29bf701b71 for fixing JASSIST-81 15 years ago
  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 years ago
  chiba eba5bad02a updated pom.xml and a few javadoc comments. 17 years ago
  chiba a318d5d7d8 updated the copyright notices. 17 years ago
  chiba 43af89caa2 for JIRA JASSIST-34 17 years ago
  chiba b8445cabac fixed bugs related to stack map tables. 17 years ago
  chiba 8242ef42ef the version of the class file generated from scratch was changed from JDK 1.1 to 1.3. 17 years ago
  chiba c2d6bdf673 changed the implementation of try statements so that jsr/ret will not be used anymore. 17 years ago
  chiba b269676282 Javassist has been producing an interface with a wrong modifier. I fixed this. 17 years ago
  kkhan 07ede64867 When pruning preserve the SignatureAttribute 17 years ago
  chiba 1a24a3971d Fixed a bug of duplicating writeReplace() to a proxy class. 17 years ago
  chiba 56af2ace49 made a proxy class serializable (JASSIST-20). 17 years ago
  chiba ae4b81c820 a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method). Please check other JBoss products using Javassist. 18 years ago
  chiba ad7d5a9214 fixed a bug in getModifiers() in CtClass. 18 years ago
  chiba 774508d17c updated copyright notices 18 years ago
  chiba 7ea6c585a1 updated javadoc comments. 18 years ago
  chiba 5e191f7f29 fixed JIRA Javassist-9. javadoc comments have been updated. 19 years ago
  chiba ee8265e79f Turning the automatic pruning on by default. 19 years ago
  chiba e7f278c40b reformatted the files and added javadoc comments. 19 years ago
  bill f5d84c890b Fix pruning so that exceptions and annotation attributes are not ditched. 19 years ago
  chiba a370566827 checked the previous modifications and adjusted the format. 19 years ago
  ejort e2f3a29074 Add the ability to retrieve and change the Major/Minor versions of the ClassFile 19 years ago
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 19 years ago
  chiba e793a77000 implemented removeMethod() etc. 19 years ago
  chiba 5d5407d0af fixed a bug in CtClass.getMethods() and javassist.reflect package 20 years ago
  chiba 8c82477b41 implemented pruning 20 years ago
  chiba d51257fc94 revised javassist.bytecode.annotation package. 20 years ago