664 Commits (c52b9c7100412288eecf2ed098c63a0ba1643000)

Author SHA1 Message Date
  chibash c52b9c7100 modifies NestHostAttribute and NestMembersAttribute and adds test code 5 years ago
  chibash a13f51b8d1 adds a comment for the fix to JIRA JASSIST-267 5 years ago
  Dmitri Gabbasov 797f651105 Add support for Java 11 NestHost and NestMembers attributes 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
  Andres Luuk 1aa06e37c8
Custom URL stream handler in ByteArrayClassPath 6 years ago
  chibash a59658da99 updates for release 3.23.1 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
  chibash 40d3223b12 fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping with try/catch) 6 years ago
  chibash a64f57f489 adds Modifier#isVarArgs() 6 years ago
  chibash b86c148882 changes getDefinedPackage back to getPackage when Java is < 9. 6 years ago
  Christian Melchior c90af6769e Fix merge mistake 6 years ago
  nickl- d7e4f99372 Fix #152 inner class modifiers. 6 years ago
  nickl- 53325f5637 Fixes to javassist.scopepool 6 years ago
  nickl- ceebba3611 Define parameters for returned iterator. 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
  Christian Melchior f4769c7ad7 Remove close method on ClassPath. Add unit tests for new behaviour. 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- d1b7b853c3 Implement hashCode for Annotation. 6 years ago
  nickl- f536ea9fc9 Implement hashCode for Type. 6 years ago
  nickl- 049879f903 Implement hashCode for MultiType. 6 years ago
  nickl- e141a58af0 Implement hashCode for MultiArrayType. 6 years ago
  nickl- 668b3c8eb3 Suppress deprecation Applet. 6 years ago
  nickl- c72a98b99f Fix deprecation getPackage to getDefinedPackage 6 years ago
  nickl- cd3aa32530 Added default serialVersionUID. 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 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