622 コミット (rel_3_24_1_ga)
 

作成者 SHA1 メッセージ 日付
  chibash 1a3d63712a updates for relase 3.24.1 5年前
  chibash 9cfa81cce0 fixes another bug (supporting jdk.*) reported in #228 5年前
  chibash a82e2d71bd fixes a bug reported in #228 5年前
  chibash 85d69ea6b3 modifies build.xml to support JDK 7. 5年前
  Shigeru Chiba a6be48a80f
Merge pull request #230 from JCgH4164838Gh792C124B5/localJavassistBranch 5年前
  JCgH4164838Gh792C124B5 02b47cd58f Re-enable JDK7 runtime compatibility for Javassist 3.x (until source changes preclude it). 5年前
  chibash fa3dd56b83 fixes bugs in javadoc comments 5年前
  chibash 2d4ef86c82 adds javassist.jar for test code 5年前
  chibash bcfdc34366 updates for release 3.24.0-GA 5年前
  chibash 106b44b0e0 fixes typos in javadocs. 5年前
  chibash f95d49749d avoids ConcurrentModificationException in 3.23.1-GA reported in Issue #224. 5年前
  chibash 17198176b9 stops a potential leak in JarClassPath openClassfile(). Issues #222. 5年前
  chibash c32e946317 adds a method taking Lookup to java.util.proxy. 5年前
  chibash 46069993ec adds Automatic-Module-Name to manifest 5年前
  chibash 69aee223df modifies javassist.util.proxy.DefinePackageHelper to be compatible to Java 11. 5年前
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5年前
  chibash 0958148acb does refactoring for javassist.util.proxy. 5年前
  chibash e0439f8e04 changes the version number 5年前
  chibash 9ca1a7539c adds test cases for NestHostAttribute and NestMembersAttribute. 5年前
  chibash c52b9c7100 modifies NestHostAttribute and NestMembersAttribute and adds test code 5年前
  Shigeru Chiba 808dfb862f
Merge pull request #218 from dmitri-gb/master 5年前
  chibash a13f51b8d1 adds a comment for the fix to JIRA JASSIST-267 5年前
  Shigeru Chiba bca5c7aad8
Merge pull request #210 from NingZhang-Ericsson/JASSIST-267 5年前
  Dmitri Gabbasov 797f651105 Add support for Java 11 NestHost and NestMembers attributes 5年前
  chibash a3d1aa2513 fixes issue #209 (NPE in Exception) 5年前
  Shigeru Chiba 87ea3c526f
Merge pull request #207 from andresluuk/patch-2 5年前
  NingZhang-Ericsson b814145398 Fix JASSIST-267 5年前
  NingZhang-Ericsson fd1d535bb3 fixed JASSIST-267 5年前
  Andres Luuk 1aa06e37c8
Custom URL stream handler in ByteArrayClassPath 5年前
  chibash a59658da99 updates for release 3.23.1 5年前
  Shigeru Chiba f85a72b883
Merge pull request #204 from beikov/issues/171 5年前
  Christian Beikov 92ee53b460 [#171] Allow running on JDK 8 and possibly on JDK 7 as well. Fixes #171 6年前
  chibash dfce4e4b3d updates for release 3.23.0-GA 6年前
  chibash 040a9cfc26 fixes a minor bug in a test case. 6年前
  Shigeru Chiba 1108f94e71
Merge pull request #198 from beikov/JASSIST-271 6年前
  Shigeru Chiba 1513c3372b
Merge pull request #168 from cmelchior/cm/bug/classpath-close 6年前
  Christian Beikov e7f4090fab JASSIST-271 Allow running on Java 11 by falling back to ClassLoader.defineClass for Java > 10 6年前
  chibash 40d3223b12 fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping with try/catch) 6年前
  chibash bdc2b3784c adds Modifier#isVarArgs() 6年前
  chibash a64f57f489 adds Modifier#isVarArgs() 6年前
  chibash b86c148882 changes getDefinedPackage back to getPackage when Java is < 9. 6年前
  Shigeru Chiba b7e59d4dc0
Merge pull request #159 from nickl-/scoped-pool 6年前
  Shigeru Chiba c4e194994f
Merge pull request #158 from nickl-/secure-privileged 6年前
  Shigeru Chiba 468b239159
Merge pull request #166 from nickl-/test-ctfield-make-with-this 6年前
  Shigeru Chiba 2ed997c015
Merge pull request #167 from nickl-/innerclass-modifiers 6年前
  chibash 1eebb1cd7f updates build.xml to be compatible to pom.xml 6年前
  Christian Melchior 620a8be65b Add missing unit test 6年前
  Christian Melchior c90af6769e Fix merge mistake 6年前
  nickl- d7e4f99372 Fix #152 inner class modifiers. 6年前
  nickl- f4ce4aa16c Unit Test: CtField.make referencing 'this'. 6年前