709 Commits (rel_3_23_2_ga)

Author SHA1 Message Date
  nickl- 049879f903 Implement hashCode for MultiType. 6 years ago
  nickl- e141a58af0 Implement hashCode for MultiArrayType. 6 years ago
  nickl- e091603310 Fix deperecated junit.framework.Assert. 6 years ago
  nickl- 668b3c8eb3 Suppress deprecation Applet. 6 years ago
  nickl- 0fd7647d3e Suppress deprecation ClassPool.makePackage 6 years ago
  nickl- c72a98b99f Fix deprecation getPackage to getDefinedPackage 6 years ago
  nickl- cd3aa32530 Added default serialVersionUID. 6 years ago
  nickl- ce84f84a17 Upgrade junit from ver 3 to 4. 6 years ago
  nickl- 6a8f1acef3 Move runtests to build directory. 6 years ago
  chibash e41e0790c0 changes ClassPool#appendSystemPath(). The new implementation appends ClassClassPath when the JVM is earlier than 9. 6 years ago
  chibash c9c209727d fixes a bug of getAnnotations(). Some hidden annotations were not ignored. 6 years ago
  chibash a4178f8362 removes JvstTest4#testJIRA150b because it is obsolete. 6 years ago
  chibash bb14f52dc9 3.22.0-GA release 6 years ago
  chibash 78223965e5 updates ConstPool to support Module and Package 6 years ago
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. 7 years ago
  chibash ab117a9fe3 delete testHotswap() because java 9 does not seem to allow a java agent to be attached after the JVM starts 7 years ago
  chibash 873e5a5ef8 to support Java 9-ea+171 7 years ago
  chibash 292d6e76b0 modifies the version number 7 years ago
  chibash d5ea6843af adds javassist.util.HotSwapAgent 7 years ago
  chibash 25fdc6bafa adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist uses java.lang.invoke.MethodHandles.Lookup to load a class. 7 years ago
  chibash 45ce361742 modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with jigsaw 7 years ago
  Andres Luuk 3cad422392 Update ClassFile.java 7 years ago
  chibash 6a3ed31976 updates the test code to run on Java 9 EA+149. 7 years ago
  chibash 778c463e5a removes javassist.ModuleClassPath. 7 years ago
  chibash 6a9079aa44 implements better annotation handling since Javassist may fail to 7 years ago
  chibash f95705f304 release 3.22.0-CR1 7 years ago
  chibash 35fb5b39f8 modifies javadoc typos. 7 years ago
  chibash 03f85a3393 fixes typos in javadoc comments 7 years ago
  chibash cefc23a132 updates files for release 3.21.0-GA 7 years ago
  chibash fb93ae8b8f improves the backward compatibility of LoaderClassPath. 7 years ago
  chibash 0e9ff9fd2b enables removal of attributes 7 years ago
  chibash f6992d66a0 allows adding a default method to an interface type. 7 years ago
  oreissig f68489dc1e implement removal of annotations 7 years ago
  Peter Feichtinger 2e48e54c0d Fix NullPointerException in ControlFlow constructor. 7 years ago
  chibash 9f1d7a2cf0 fixes a bug in ClassClassPath. It was reported in Issue #97. 7 years ago
  chibash d7d7aaa9f3 updates pom.xml for building on Java 9. 7 years ago
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. 7 years ago
  chibash 4ed22b0f7f modifies a test case. Now all the test cases run successfully with Java 9 EA. 7 years ago
  chibash c0b62eeaba modifies addInvokestatic() in Bytecode to support a static method declared in an interface type. 7 years ago
  chibash 74e404b122 adds ModuleClassPath.java 7 years ago
  chibash d5677e4a3a fixes a bug of ProxyFactory. It could not deal with default methods declared in an interface. https://github.com/jboss-javassist/javassist/issues/45 7 years ago
  chibash e1ae09e504 fixes a bug of ProxyFactory. It could not deal with default methods declared in an interface. 7 years ago
  chibash 7ec83a2e3d fixes a bug of stackmap generation. The bug was reported here: https://github.com/jboss-javassist/javassist/issues/83 7 years ago
  chibash 5e4572a90f fixes many compatibility problems with older Java (i.e. 1.4) 7 years ago
  chibash 79785b83f2 modifies ClassPool so that it can read most class files. 7 years ago
  chibash dfd5230a6e adds ClassFile.JAVA_9 7 years ago
  chibash aabe16cc1b modifies test code. 8 years ago
  chibash 37258d1634 modifies test code 8 years ago
  chibash dc4a4dc13a updates javadoc 8 years ago
  chibash 64bde30912 modifies javadoc. 8 years ago