[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Thu Nov 2 01:01:24 EST 2006


  User: chiba   
  Date: 06/11/02 01:01:24

  Modified:    javassist  Readme.html
  Log:
  JIRA JASSIST-28 (including a performance bug) has been fixed.
  
  Revision  Changes    Path
  1.78      +7 -1      javassist/Readme.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Readme.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/Readme.html,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -b -r1.77 -r1.78
  --- Readme.html	5 Oct 2006 15:43:48 -0000	1.77
  +++ Readme.html	2 Nov 2006 06:01:24 -0000	1.78
  @@ -285,6 +285,12 @@
   <ul>
   	<li>A bug in CodeConverter#replaceFieldRead() and CodeConverter#replaceFieldWrite()
   	was fixed. <a href="http://jira.jboss.com/jira/browse/JBAOP-284">JBAOP-284</a>.
  +
  +    <li>A synchronization bug and a performance bug in <code>javassist.util.proxy</code>
  +    have been fixed
  +    (<a href="http://jira.jboss.com/jira/browse/JASSIST-28">JASSIST-28</a>).
  +    Now generated proxy classes are cached.  To turn the caching off,
  +    set <code>ProxyFactory.useCache</code> to <code>false</code>.
   </ul>
   
   <p>-version 3.3 on August 17, 2006
  @@ -698,7 +704,7 @@
   Bruce McDonald, Mark Brennan, Vlad Skarzhevskyy,
   Brett Randall, Tsuyoshi Murakami, Nathan Meyers, Yoshiyuki Usui
   Yutaka Sunaga, Arjan van der Meer, Bruce Eckel, Guillaume Pothier,
  -Kumar Matcha, Andreas Salathe, Renat Zubairov,
  +Kumar Matcha, Andreas Salathe, Renat Zubairov, Armin Haaf
   and all other contributors for their contributions.
   
   <p><br>
  
  
  



More information about the jboss-cvs-commits mailing list