1007 Révisions (dd2725820be97ed0a74dd51d543a36a2395945b6)
 

Auteur SHA1 Message Date
  nickl- af399dbfa0 Refactor definePackage as well. il y a 6 ans
  nickl- 45e201f2fb Give helper private constructor fwiw. il y a 6 ans
  nickl- 4e81640868 Add caller class checking. il y a 6 ans
  nickl- 7d5eb53d12 MethodHandles for JDK7+. il y a 6 ans
  nickl- c2ae87be4b Refactored SecActs methods and retain 1.6 source. il y a 6 ans
  nickl- 02d023d7e5 Add sun.misc.Unsafe privileged retrieval to SecActions. il y a 6 ans
  nickl- f52402c241 Type check and paramatized rawtypes for SecurityActions. il y a 6 ans
  nickl- 31b7faa0bc Add getMethodHandle to SecurityActions. il y a 6 ans
  nickl- 12cdc2182b Make an effort to secure privileged use. il y a 6 ans
  Christian Melchior 9fe7b3287d Cleanup il y a 6 ans
  Christian Melchior 215a61f3a0 Merge branch 'master' into cm/bug/classpath-close il y a 6 ans
  Christian Melchior f4769c7ad7 Remove close method on ClassPath. Add unit tests for new behaviour. il y a 6 ans
  Christian Melchior 457934016f Update test README il y a 6 ans
  Christian Melchior 3627be381b Ignore IntelliJ files il y a 6 ans
  Shigeru Chiba e1f0bba5de
Merge pull request #160 from nickl-/squash-warnings il y a 6 ans
  nickl- e5656fc869 Organize imports to disolve ambiguity. il y a 6 ans
  nickl- 0165b2e18b Squash compiler warnings in tests. il y a 6 ans
  nickl- 62851d0af3 Source walk/Spring clean/Parameterize/Enhance et.al. il y a 6 ans
  nickl- 45b4c55361 Fix deperecated junit.framework.Assert. il y a 6 ans
  nickl- 7e1a34a570 Fix deperecated junit.framework.Assert. il y a 6 ans
  nickl- d1b7b853c3 Implement hashCode for Annotation. il y a 6 ans
  nickl- f536ea9fc9 Implement hashCode for Type. il y a 6 ans
  nickl- 049879f903 Implement hashCode for MultiType. il y a 6 ans
  nickl- e141a58af0 Implement hashCode for MultiArrayType. il y a 6 ans
  nickl- e091603310 Fix deperecated junit.framework.Assert. il y a 6 ans
  nickl- 668b3c8eb3 Suppress deprecation Applet. il y a 6 ans
  nickl- 0fd7647d3e Suppress deprecation ClassPool.makePackage il y a 6 ans
  nickl- c72a98b99f Fix deprecation getPackage to getDefinedPackage il y a 6 ans
  nickl- cd3aa32530 Added default serialVersionUID. il y a 6 ans
  nickl- ce84f84a17 Upgrade junit from ver 3 to 4. il y a 6 ans
  nickl- 7ef0947b75 Add version to maven-bundle-plugin. il y a 6 ans
  nickl- 95ccb728be Configure source encoding as UTF-8. il y a 6 ans
  nickl- 6a8f1acef3 Move runtests to build directory. il y a 6 ans
  chibash e41e0790c0 changes ClassPool#appendSystemPath(). The new implementation appends ClassClassPath when the JVM is earlier than 9. il y a 6 ans
  chibash c9c209727d fixes a bug of getAnnotations(). Some hidden annotations were not ignored. il y a 6 ans
  Scott Marlow 8cca83be82 upgrade maven-javadoc-plugin to 3.0.0-M1 to support publishing of 3.22.0-GA il y a 6 ans
  chibash a4178f8362 removes JvstTest4#testJIRA150b because it is obsolete. il y a 6 ans
  chibash bb14f52dc9 3.22.0-GA release il y a 6 ans
  chibash 78223965e5 updates ConstPool to support Module and Package il y a 6 ans
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. il y a 7 ans
  chibash ab117a9fe3 delete testHotswap() because java 9 does not seem to allow a java agent to be attached after the JVM starts il y a 7 ans
  chibash 873e5a5ef8 to support Java 9-ea+171 il y a 7 ans
  chibash 292d6e76b0 modifies the version number il y a 7 ans
  chibash d5ea6843af adds javassist.util.HotSwapAgent il y a 7 ans
  chibash 25fdc6bafa adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist uses java.lang.invoke.MethodHandles.Lookup to load a class. il y a 7 ans
  Shigeru Chiba 804ad141e0 Merge pull request #130 from andresluuk/patch-1 il y a 7 ans
  chibash 45ce361742 modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with jigsaw il y a 7 ans
  Andres Luuk 3cad422392 Update ClassFile.java il y a 7 ans
  chibash 6a3ed31976 updates the test code to run on Java 9 EA+149. il y a 7 ans
  chibash 778c463e5a removes javassist.ModuleClassPath. il y a 7 ans