[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Mon Aug 7 11:48:31 EDT 2006


  User: chiba   
  Date: 06/08/07 11:48:31

  Modified:    javassist   Readme.html .classpath
  Log:
  fixed the bug reported as JASSIST-23.
  
  Revision  Changes    Path
  1.73      +4 -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.72
  retrieving revision 1.73
  diff -u -b -r1.72 -r1.73
  --- Readme.html	18 Jul 2006 17:51:04 -0000	1.72
  +++ Readme.html	7 Aug 2006 15:48:31 -0000	1.73
  @@ -283,6 +283,9 @@
   
   <p>-version 3.3
   <ul>
  +    <li>CtClass#toClass() and ClassPool#toClass() were modified to accept a
  +    <code>ProtectionDomain</code>
  +    (<a href="http://jira.jboss.com/jira/browse/JASSIST-23">JASSIST-23</a>).
       <li>CtClass#getAvailableAnnotations() etc. have been implemented.
       <li>A bug related to a way of dealing with a bridge method was fixed
       (<a href="http://jira.jboss.com/jira/browse/HIBERNATE-37">HIBERNATE-37</a>).
  @@ -683,7 +686,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,
  +Kumar Matcha, Andreas Salathe, Renat Zubairov,
   and all other contributors for their contributions.
   
   <p><br>
  
  
  
  1.5       +1 -0      javassist/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/.classpath,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- .classpath	10 Jul 2006 20:08:19 -0000	1.4
  +++ .classpath	7 Aug 2006 15:48:31 -0000	1.5
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry excluding="javassist/util/HotSwapper.java" kind="src" path="src/main"/>
  +	<classpathentry kind="src" path="src/test"/>
   	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="output" path="build/classes"/>
   </classpath>
  
  
  



More information about the jboss-cvs-commits mailing list