[jboss-cvs] JBossAS SVN: r88435 - projects/aop/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 8 10:04:42 EDT 2009


Author: kabir.khan at jboss.com
Date: 2009-05-08 10:04:42 -0400 (Fri, 08 May 2009)
New Revision: 88435

Modified:
   projects/aop/trunk/build/RELEASE_NOTES.html
Log:
Update release notes

Modified: projects/aop/trunk/build/RELEASE_NOTES.html
===================================================================
--- projects/aop/trunk/build/RELEASE_NOTES.html	2009-05-08 14:01:36 UTC (rev 88434)
+++ projects/aop/trunk/build/RELEASE_NOTES.html	2009-05-08 14:04:42 UTC (rev 88435)
@@ -1,9 +1,45 @@
 <html>
 <head>
-<title>Release Notes - JBoss AOP - Version 2.1.0.GA</title>
+<title>Release Notes - JBoss AOP - Version 2.1.1.GA</title>
 </head>
 <body>
 
+<h2>Release Notes - JBoss AOP - Version 2.1.1.GA</h2>
+
+<h3>        Bug
+</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-567'>JBAOP-567</a>] -         Ommitted Default constructors causes CannotCompileException
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-694'>JBAOP-694</a>] -         JBoss AOP AS5 Deployer Backup causes RuntimeException
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-717'>JBAOP-717</a>] -         AspectManager's synch blocks and AM's aop lock enter deadlock state
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-718'>JBAOP-718</a>] -         ArrayIndexOutOfBoundsException on Advisor.updateConstructorPointcutAfterRemove
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-722'>JBAOP-722</a>] -         Wrapper Generated for Inner Class Constructor May Not Invoke the Interceptor Chain
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-723'>JBAOP-723</a>] -         Calling advisor.hasAnnotation(Method m, Class annotation) is unnecessary slow
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-724'>JBAOP-724</a>] -         NPE in AOPClassLoaderInitializer if Module attachment cannot be found in deploymentunit or its parents
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-726'>JBAOP-726</a>] -         Advice Invoked out of Expected Order
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-727'>JBAOP-727</a>] -         Advice Precedence Order is not enforced on Classic Mode
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-728'>JBAOP-728</a>] -         Precedence is not compatible with CFlow
+</li>
+</ul>
+
+<h3>        Feature Request
+</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-686'>JBAOP-686</a>] -         Use the maven plugin to create the docbook based documentation
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-730'>JBAOP-730</a>] -         Rewrite CFlow Algorithm
+</li>
+</ul>
+
 <h2>Release Notes - JBoss AOP - Version 2.1.0.GA</h2>
     
 <h3>        Bug




More information about the jboss-cvs-commits mailing list