[jboss-cvs] JBossAS SVN: r77353 - in projects/aop/trunk: tools/etc/buildmagic and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 22 07:25:42 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-08-22 07:25:41 -0400 (Fri, 22 Aug 2008)
New Revision: 77353

Modified:
   projects/aop/trunk/build/RELEASE_NOTES.html
   projects/aop/trunk/tools/etc/buildmagic/buildmagic.ent
Log:
Get ready for 2.0.0.CR16

Modified: projects/aop/trunk/build/RELEASE_NOTES.html
===================================================================
--- projects/aop/trunk/build/RELEASE_NOTES.html	2008-08-22 11:17:54 UTC (rev 77352)
+++ projects/aop/trunk/build/RELEASE_NOTES.html	2008-08-22 11:25:41 UTC (rev 77353)
@@ -1,9 +1,38 @@
 <html>
 <head>
-<title>Release Notes - JBoss AOP - Version 2.0.0.CR14</title>
+<title>Release Notes - JBoss AOP - Version 2.0.0.CR16</title>
 </head>
 <body>
- 
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR16</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-591'>JBAOP-591</a>] -         Metadata tutorial example is broken
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-617'>JBAOP-617</a>] -         Fix hotswap
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-618'>JBAOP-618</a>] -         AspectManager.getTempAdvisorIfNotExist causes infinite loop
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-620'>JBAOP-620</a>] -         ClassAdvisor.rebuildInterceptorsFor[Removed/Added]Binding methods do not update deprecated collections
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-622'>JBAOP-622</a>] -         ClassAdvisor.isAdvisable(Method) should ignore access$ methods
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-624'>JBAOP-624</a>] -         ScopedClassLoaderDomain should use its classloader to create aspects
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-626'>JBAOP-626</a>] -         Dynamic invocation of unadvised methods not supported on genadvisor mode
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-627'>JBAOP-627</a>] -         AspectManagerAnnotationLoaderStrategy.undeployPrecedence() tries to remove a pointcut rather than a precedence
+</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-625'>JBAOP-625</a>] -         Revisit ClassLoader handling
+</li>
+</ul>
+                                
 <h2>Release Notes - JBoss AOP - Version 2.0.0.CR15</h2>
     
 <h3>Bug</h3>

Modified: projects/aop/trunk/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- projects/aop/trunk/tools/etc/buildmagic/buildmagic.ent	2008-08-22 11:17:54 UTC (rev 77352)
+++ projects/aop/trunk/tools/etc/buildmagic/buildmagic.ent	2008-08-22 11:25:41 UTC (rev 77353)
@@ -12,7 +12,7 @@
   <property name="buildmagic.ant16.baseversion" value="1.6"/>
 
   <!-- Set the version of the release here -->
-  <property name="aop.version" value="jboss-aop-2.0.0.CR15"/>
+  <property name="aop.version" value="jboss-aop-2.0.0.CR16"/>
   <property name="aop.title" value="JBoss AOP Framework"/>
   <property name="module.version" value="j${aop.version}"/>
 




More information about the jboss-cvs-commits mailing list