Browse Source

added comments for 2.5.1


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@25 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
patriot1burke 21 years ago
parent
commit
5372926c91
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Readme.html

+ 7
- 0
Readme.html View 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>

Loading…
Cancel
Save