750 Commits (test/java9-jigsaw)
 

Author SHA1 Message Date
  chibash 5ea5b6695c Merge branch 'master' into test/java9-jigsaw 7 years ago
  chibash fb93ae8b8f improves the backward compatibility of LoaderClassPath. 7 years ago
  chibash 0e9ff9fd2b enables removal of attributes 7 years ago
  Shigeru Chiba 460d41808a Merge pull request #100 from oreissig/remove-annotation 7 years ago
  Shigeru Chiba 0862511fae Merge pull request #98 from PeterFeicht/master 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 3290c5528c adds javassist.jar because the unit tests fail without it. 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
  Shigeru Chiba 8b4d1e6275 Merge pull request #96 from jboss-javassist/master 7 years ago
  chibash c0b62eeaba modifies addInvokestatic() in Bytecode to support a static method declared in an interface type. 7 years ago
  chibash 384e014fc8 modifies runtest in build.xml 7 years ago
  chibash b26c2c8d98 Merge branch 'test/java9-jigsaw' of github.com:jboss-javassist/javassist into test/java9-jigsaw 7 years ago
  chibash 74e404b122 adds ModuleClassPath.java 7 years ago
  chibash 2321430bd3 Merge branch 'master' of github.com:jboss-javassist/javassist into test/java9-jigsaw 7 years ago
  Shigeru Chiba 65a8950b4f Merge pull request #95 from jboss-javassist/master 7 years ago
  chibash f795fcb171 removes redundant whitespaces 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 13c7057570 updates the version number. 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
  Shigeru Chiba d753903f73 Merge pull request #88 from jboss-javassist/master 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. 7 years ago
  chibash 37258d1634 modifies test code 7 years ago
  chibash 652e8658fe updates javassist.jar 7 years ago
  chibash dc4a4dc13a updates javadoc 7 years ago
  chibash 64bde30912 modifies javadoc. 8 years ago
  chibash 89c91facc0 fixes a bug JIRA JASSIST-262 8 years ago
  chibash b110efa847 fixes JIRA JASSIST-250 8 years ago
  chibash d2d00601aa modifies the implementation of that invokes an interface default method 8 years ago
  chibash 949def744d fixes a bug of test5.JvstTest5.testInvalidCastWithDollar 8 years ago
  chibash 7314726c37 updates javassist.util.proxy to support a default interface method in Java 8 8 years ago
  chibash abdeecb581 fixes a deadlock in getDeclaredMethods (Issue #69) 8 years ago
  chibash 1a33243aac fixes JASSIST-256, adding an annotation to a class doesn't work on reflection 8 years ago
  chibash fee5e033b3 fixes a concurrency bug in ProxyFactory (JASSIST-259) 8 years ago
  chibash d4d3ef1dad rebuilds javassist.jar by Java 6 compiler 8 years ago
  chibash ccddf7949a updates Readme.html to record the fix of JASSIST-245 8 years ago
  Shigeru Chiba 3780d3fba9 Merge pull request #54 from wuwen5/compiler-Argument 8 years ago
  chibash 4cf21faf54 fixes JASSIST-255 Primitive array return values cause invalid cast to Object 8 years ago
  chibash bb2e4c8745 updates the tutorial 8 years ago
  chibash e3f096df2d updates javadoc comments. 8 years ago
  chibash 5b0544a385 modifies a test case for JIRA JASSIST-248. 8 years ago
  chibash e44bf416bf fixes JIRA JASSIST-248. 8 years ago