You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2013/05/15 11:26:45 UTC

svn commit: r1482737 - /openwebbeans/trunk/readme/README.txt

Author: struberg
Date: Wed May 15 09:26:44 2013
New Revision: 1482737

URL: http://svn.apache.org/r1482737
Log:
upgrade release notes to reflect the new changes

Modified:
    openwebbeans/trunk/readme/README.txt

Modified: openwebbeans/trunk/readme/README.txt
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/readme/README.txt?rev=1482737&r1=1482736&r2=1482737&view=diff
==============================================================================
--- openwebbeans/trunk/readme/README.txt (original)
+++ openwebbeans/trunk/readme/README.txt Wed May 15 09:26:44 2013
@@ -127,6 +127,8 @@ Bug
     [OWB-793] - "Ambigious" typo
     [OWB-794] - AbstractOwbBean#toString doesn't reflect ParameterizedTypes
     [OWB-801] - null instance shouldn't be destroyed (copy)
+    [OWB-802] - #annotationType() of javax.enterprise:cdi-api not compatible with AbstractAnnotationLiteral
+    [OWB-803] - Forever loop when abstract decorator does not implement invoked method
     [OWB-805] - CLONE - @Alternative is ignored when using the Provider interface.
     [OWB-806] - CLONE - Overloaded EJB Observer methods fail to deploy
     [OWB-807] - performance issue with owb-arquillian-standalone
@@ -155,6 +157,10 @@ Bug
     [OWB-849] - org.apache.webbeans.portable.ProviderBasedProxyProducer uses the wrong classloader
     [OWB-850] - all provider based producer can't be proxied -> handling dependent scope
     [OWB-855] - NPE when no default constructor is found
+    [OWB-856] - Currently in OpenWebBeans one can add exactly one AnnotatedType
+    [OWB-857] - NullPointerException on passivation
+    [OWB-858] - AnnotatedTypeImpl not thread safe
+    [OWB-861] - Decorator building fails when decorator has inheritance
 
 Improvement
 
@@ -192,6 +198,7 @@ Task
     [OWB-692] - remove ContextsFactory
     [OWB-726] - upgrade trunk (OWB-1.2.x) to target java 1.6
     [OWB-781] - Remove all Javassist and Scannotation related parts from OWB
+    [OWB-859] - Remove checkstyle double-checked locking rule
 
 Wish