diff options
author | patriot1burke <patriot1burke@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2003-05-24 19:48:05 +0000 |
---|---|---|
committer | patriot1burke <patriot1burke@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2003-05-24 19:48:05 +0000 |
commit | 5372926c9102cd4fbc16bb8297bd80c50f3d8ab6 (patch) | |
tree | dd2da31e085dc2d20dc1d81cc5e054a41b367068 /Readme.html | |
parent | 96ab4218a3611e456227f850a25947fb88904c6f (diff) | |
download | javassist-5372926c9102cd4fbc16bb8297bd80c50f3d8ab6.tar.gz javassist-5372926c9102cd4fbc16bb8297bd80c50f3d8ab6.zip |
added comments for 2.5.1rel_2_5_1
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@25 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index 0a267f2a..f9fb8848 100644 --- a/Readme.html +++ b/Readme.html @@ -236,6 +236,13 @@ see javassist.Dump. <h2>Changes</h2> +<p>- version 2.5.1 in May, 2003. +<br>Simple changes for integration with JBoss AOP +<ul> + <li>Made ClassPool.get0 protected so that subclasses of ClassPool can call it. + <li>Moved all access to the class cache (the field ClassPool.classes) to a method called getCached(String classname). This is so subclasses of ClassPool can override this behavior. +</ul> + <p>- version 2.5 in May, 2003. <br>From this version, Javassist is part of the JBoss project. <ul> |