12 コミット (0958148acbb1b737ca90f78670a4d13c6f321416)

作成者 SHA1 メッセージ 日付
  chibash 0958148acb does refactoring for javassist.util.proxy. 5年前
  chibash a3d1aa2513 fixes issue #209 (NPE in Exception) 5年前
  Christian Beikov 92ee53b460 [#171] Allow running on JDK 8 and possibly on JDK 7 as well. Fixes #171 5年前
  Christian Beikov e7f4090fab JASSIST-271 Allow running on Java 11 by falling back to ClassLoader.defineClass for Java > 10 6年前
  nickl- 50dd54dc05 Even now Oracle still not happy. 6年前
  nickl- 45e201f2fb Give helper private constructor fwiw. 6年前
  nickl- 4e81640868 Add caller class checking. 6年前
  nickl- 7d5eb53d12 MethodHandles for JDK7+. 6年前
  nickl- c2ae87be4b Refactored SecActs methods and retain 1.6 source. 6年前
  nickl- 12cdc2182b Make an effort to secure privileged use. 6年前
  chibash 25fdc6bafa adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist uses java.lang.invoke.MethodHandles.Lookup to load a class. 7年前
  chibash 45ce361742 modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with jigsaw 7年前