830 Commits (rel_3_23_0_ga)
 

Author SHA1 Message Date
  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. 8 years ago
  chibash 37258d1634 modifies test code 8 years ago
  chibash 652e8658fe updates javassist.jar 8 years ago
  chibash dc4a4dc13a updates javadoc 8 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
  chibash 5bbbcdf552 adds a test case for JIRA JASSIST-248 8 years ago
  chibash e68077dc87 fixed minor problems in javadoc etc. 8 years ago
  Shigeru Chiba 711965fde6 Merge pull request #57 from kuzukami/hasAnnotation_By_String 8 years ago
  kuzukami.sh 2d0d143c0b append an new API of hasAnnotation(String annotClsName) 8 years ago
  chibash 1e7ce2aebc rebuilt javassist.jar 8 years ago
  chibash f754385766 fixed JASSIST-244 8 years ago
  文武 0e40ca2a33 <source> and <target> is 1.6, but <compilerArgument> "-parameters" in 1.8 version. 8 years ago
  Shigeru Chiba af8aba0dd4 Merge pull request #53 from KyongSik-Yoon/patch-3 8 years ago
  KyongSik-Yoon f82eadaf4c Generic is not supported by JDK under 1.5 version. 8 years ago
  chibash 2705a49f8f added InnerClassAttribute#remove method 8 years ago
  chibash ecd733a236 fixed JIRA JASSIST-249 8 years ago
  Shigeru Chiba 11ef0b953e Merge pull request #36 from mkordas/update_maven_source_plugin 8 years ago
  Shigeru Chiba ce8696d54f Merge pull request #35 from mkordas/update_org_apache_felix_maven_bundle_plugin 8 years ago
  chibash 4448bdae02 final updates for 3.20.0-GA release 9 years ago
  chibash d9653a3483 fixed JASSIST-242. VerifyError: Inconsistent args count operand in invokeinterface when boolean parameter function with inheritance 9 years ago
  chibash a4f46cd3a9 fixed JASSIST-242 9 years ago
  chibash 6dc421894d made SerialVersionUID.calculateDefault() public. Issue #30 9 years ago
  chibash 538967476b updated the copyright notices to be the triple license of MPL/LGPL/AL 9 years ago
  Shigeru Chiba 032cab6c8e Added URL www.javassist.org 9 years ago
  chibash 57c9f42a60 updated Readme.html to mention JASSIST-246 was fixed. 9 years ago