6
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changes ClassPool#appendSystemPath(). The new implementation appends ClassClassPath when the JVM is earlier than 9. More... over 6 years ago
fixes a bug of getAnnotations(). Some hidden annotations were not ignored. More... over 6 years ago
Upgrade junit from ver 3 to 4.
nickl
as nickl-
More... over 6 years ago
Add version to maven-bundle-plugin.
nickl
as nickl-
More... over 6 years ago
Configure source encoding as UTF-8.
nickl
as nickl-
More... over 6 years ago
Move runtests to build directory.
nickl
as nickl-
More... over 6 years ago
Make an effort to secure privileged use.
nickl
as nickl-
More... over 6 years ago
upgrade maven-javadoc-plugin to 3.0.0-M1 to support publishing of 3.22.0-GA More... over 6 years ago
removes JvstTest4#testJIRA150b because it is obsolete. More... over 6 years ago
3.22.0-GA release More... over 6 years ago
updates ConstPool to support Module and Package More... over 6 years ago
modifies CtClass#setModifiers() to correctly support inner classes. More... almost 7 years ago
delete testHotswap() because java 9 does not seem to allow a java agent to be attached after the JVM starts More... almost 7 years ago
to support Java 9-ea+171 More... almost 7 years ago
modifies the version number More... about 7 years ago
adds javassist.util.HotSwapAgent More... about 7 years ago
adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist uses java.lang.invoke.MethodHandles.Lookup to load a class. More... about 7 years ago
Merge pull request #130 from andresluuk/patch-1 More... about 7 years ago
modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with jigsaw More... about 7 years ago
Update ClassFile.java More... about 7 years ago
updates the test code to run on Java 9 EA+149. Due to the specification change of jigsaw, ClassLoader#defineClass() cannot be invoked through reflection API. As a workaround, --add-opens java.base/java.lang=ALL-UNNAMED must be given to the JVM. The ant target "runtest9" adds this jvm argument. More... over 7 years ago
removes javassist.ModuleClassPath. See #ClassFilesAsResources in JSR 376. We don't need to hack the module system to read a class file in java.lang. More... over 7 years ago
implements better annotation handling since Javassist may fail to create a proxy object due to access controls by jigsaw. More... over 7 years ago
updates Readme.html. More... over 7 years ago
release 3.22.0-CR1 More... over 7 years ago
Merge branch 'test/java9-jigsaw' More... over 7 years ago
modifies javadoc typos. More... over 7 years ago
fixes typos in javadoc comments More... over 7 years ago
updates files for release 3.21.0-GA More... over 7 years ago
Merge branch 'master' into test/java9-jigsaw More... over 7 years ago