847 Commits (6320bc4e14350af392b285b1b1ea312673625b21)
 

Author SHA1 Message Date
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5 years ago
  chibash 0958148acb does refactoring for javassist.util.proxy. 5 years ago
  chibash e0439f8e04 changes the version number 5 years ago
  chibash 9ca1a7539c adds test cases for NestHostAttribute and NestMembersAttribute. 5 years ago
  chibash c52b9c7100 modifies NestHostAttribute and NestMembersAttribute and adds test code 5 years ago
  Shigeru Chiba 808dfb862f
Merge pull request #218 from dmitri-gb/master 5 years ago
  chibash a13f51b8d1 adds a comment for the fix to JIRA JASSIST-267 5 years ago
  Shigeru Chiba bca5c7aad8
Merge pull request #210 from NingZhang-Ericsson/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
  Shigeru Chiba 87ea3c526f
Merge pull request #207 from andresluuk/patch-2 5 years ago
  NingZhang-Ericsson b814145398 Fix JASSIST-267 5 years ago
  NingZhang-Ericsson fd1d535bb3 fixed JASSIST-267 5 years ago
  Andres Luuk 1aa06e37c8
Custom URL stream handler in ByteArrayClassPath 5 years ago
  chibash a59658da99 updates for release 3.23.1 5 years ago
  Shigeru Chiba f85a72b883
Merge pull request #204 from beikov/issues/171 5 years ago
  Christian Beikov 92ee53b460 [#171] Allow running on JDK 8 and possibly on JDK 7 as well. Fixes #171 5 years ago
  chibash dfce4e4b3d updates for release 3.23.0-GA 5 years ago
  chibash 040a9cfc26 fixes a minor bug in a test case. 6 years ago
  Shigeru Chiba 1108f94e71
Merge pull request #198 from beikov/JASSIST-271 6 years ago
  Shigeru Chiba 1513c3372b
Merge pull request #168 from cmelchior/cm/bug/classpath-close 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 bdc2b3784c adds Modifier#isVarArgs() 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
  Shigeru Chiba b7e59d4dc0
Merge pull request #159 from nickl-/scoped-pool 6 years ago
  Shigeru Chiba c4e194994f
Merge pull request #158 from nickl-/secure-privileged 6 years ago
  Shigeru Chiba 468b239159
Merge pull request #166 from nickl-/test-ctfield-make-with-this 6 years ago
  Shigeru Chiba 2ed997c015
Merge pull request #167 from nickl-/innerclass-modifiers 6 years ago
  chibash 1eebb1cd7f updates build.xml to be compatible to pom.xml 6 years ago
  Christian Melchior 620a8be65b Add missing unit test 6 years ago
  Christian Melchior c90af6769e Fix merge mistake 6 years ago
  nickl- d7e4f99372 Fix #152 inner class modifiers. 6 years ago
  nickl- f4ce4aa16c Unit Test: CtField.make referencing 'this'. 6 years ago
  nickl- 53325f5637 Fixes to javassist.scopepool 6 years ago
  nickl- ceebba3611 Define parameters for returned iterator. 6 years ago
  nickl- 7d3d65ec97 Some functional unit tests proofs. 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 9fe7b3287d Cleanup 6 years ago