]> source.dussan.org Git - javassist.git/commitdiff
added comments for 2.5.1 rel_2_5_1
authorpatriot1burke <patriot1burke@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sat, 24 May 2003 19:48:05 +0000 (19:48 +0000)
committerpatriot1burke <patriot1burke@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sat, 24 May 2003 19:48:05 +0000 (19:48 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@25 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

Readme.html

index 0a267f2a73ee51ad7e5bd8f23efe1f4e9e1ccfdb..f9fb884847befbc46b0bf400dafcd6139d707ab6 100644 (file)
@@ -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>