92 Commits (a13f51b8d12510152bffe1fc7bd1f4a1ca16fefb)

Author SHA1 Message Date
  chibash a13f51b8d1 adds a comment for the fix to JIRA JASSIST-267 5 years ago
  chibash a3d1aa2513 fixes issue #209 (NPE in Exception) 5 years ago
  NingZhang-Ericsson b814145398 Fix JASSIST-267 6 years ago
  NingZhang-Ericsson fd1d535bb3 fixed JASSIST-267 6 years ago
  Christian Beikov 92ee53b460 [#171] Allow running on JDK 8 and possibly on JDK 7 as well. Fixes #171 6 years ago
  chibash dfce4e4b3d updates for release 3.23.0-GA 6 years ago
  Christian Beikov e7f4090fab JASSIST-271 Allow running on Java 11 by falling back to ClassLoader.defineClass for Java > 10 6 years ago
  nickl- df58ae940d Some code comments to fill in gaps. 6 years ago
  nickl- 50dd54dc05 Even now Oracle still not happy. 6 years ago
  nickl- af399dbfa0 Refactor definePackage as well. 6 years ago
  nickl- 45e201f2fb Give helper private constructor fwiw. 6 years ago
  nickl- 4e81640868 Add caller class checking. 6 years ago
  nickl- 7d5eb53d12 MethodHandles for JDK7+. 6 years ago
  nickl- c2ae87be4b Refactored SecActs methods and retain 1.6 source. 6 years ago
  nickl- 02d023d7e5 Add sun.misc.Unsafe privileged retrieval to SecActions. 6 years ago
  nickl- f52402c241 Type check and paramatized rawtypes for SecurityActions. 6 years ago
  nickl- 31b7faa0bc Add getMethodHandle to SecurityActions. 6 years ago
  nickl- 12cdc2182b Make an effort to secure privileged use. 6 years ago
  nickl- e5656fc869 Organize imports to disolve ambiguity. 6 years ago
  nickl- 62851d0af3 Source walk/Spring clean/Parameterize/Enhance et.al. 6 years ago
  nickl- cd3aa32530 Added default serialVersionUID. 6 years ago
  chibash bb14f52dc9 3.22.0-GA release 6 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 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
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. 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 7314726c37 updates javassist.util.proxy to support a default interface method in Java 8 8 years ago
  chibash fee5e033b3 fixes a concurrency bug in ProxyFactory (JASSIST-259) 8 years ago
  chibash 1e7ce2aebc rebuilt javassist.jar 8 years ago
  chibash f754385766 fixed JASSIST-244 8 years ago
  chibash 5a6662f29d preparation for 3.19 release. fixed bugs in javadoc comments 9 years ago
  chibash 28d3edb1bc fixed JASSIST-206 11 years ago
  chibash 3358dc2693 fixed JASSIST-199 11 years ago
  chiba 91f6abdd9e fixed JASSIST-162 and JASSIST-189 11 years ago
  chiba fba928ea9f fixed JASSIST-183 11 years ago
  chiba a904f21c6d fixed JASSIST-163. Eager initialization has been implemented. 11 years ago
  chiba 962a750f48 fixed JASSIST-163 12 years ago
  chiba 13a2b0372d fixed JASSIST-163 12 years ago
  chiba 32fc131c50 fixed a typo in a javadoc comment. 12 years ago
  chiba 3ad4da6d8c fixed JASSIST-144 12 years ago
  chiba 76a1cba9c4 fixed JASSIST-127 12 years ago
  chiba 121a67e8df added the Apache license. 13 years ago
  chiba 91a1c094f0 fixed typos. 14 years ago
  chiba e03fc74187 preparation for GA release 14 years ago
  adinn 80a7ea3801 fixed regression introduced by fix to ProxyFactory -- fixes JASSIST-113 14 years ago
  adinn aafe4b1a09 fixes for JASSIST-42 and JASSIST-97 14 years ago
  chiba 604e874129 fixes for JASSIST-42 and JASSIST-97 14 years ago