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 2014/11/26 21:16:11 UTC

svn commit: r1641917 - /openwebbeans/branches/owb_1.2.x/readme/README.txt

Author: struberg
Date: Wed Nov 26 20:16:11 2014
New Revision: 1641917

URL: http://svn.apache.org/r1641917
Log:
prepare for owb-1.2.7 release

Modified:
    openwebbeans/branches/owb_1.2.x/readme/README.txt

Modified: openwebbeans/branches/owb_1.2.x/readme/README.txt
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/readme/README.txt?rev=1641917&r1=1641916&r2=1641917&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/readme/README.txt (original)
+++ openwebbeans/branches/owb_1.2.x/readme/README.txt Wed Nov 26 20:16:11 2014
@@ -1,5 +1,5 @@
 -------------------------------
-Apache OpenWebBeans 1.2.6
+Apache OpenWebBeans 1.2.7
 -------------------------------
 
 Welcome!
@@ -75,8 +75,35 @@ In Apache OpenWebBeans, a settings confi
 only effective for this very bean archive but for the whole BeanManager in control
 of the Application. This is especially the case for <alternatives> and
 <interceptors>! An Alternative, Interceptor or Decorator enabled in one BDA is active
-for the whole Application. This behaviour will most likely also be the default behaviour
-in the CDI-1.1 JSR-346 specification.
+for the whole Application.
+
+
+-------------------------------------------
+Release Notes - OpenWebBeans - Version 1.2.7
+-------------------------------------------
+
+Bug
+
+    [OWB-934] - Contextual#destroy not invoked for custom implementations
+    [OWB-961] - review and pimp our samples
+    [OWB-985] - support tomcat 7.0.54
+    [OWB-988] - Move PrincipalBean from owb-ee-common to owb-impl
+    [OWB-991] - producer fields and methods of disabled beans must be disabled as well
+    [OWB-992] - Decorator generic delegate attribute must be same with decorated type
+    [OWB-1019] - implement passivation check rules as defined in CDI-140 and CDI-153
+    [OWB-1024] - DecoratorBeanBuilder : Number of TypeArguments must match - Decorated Type: 2 Delegate Type: 1
+    [OWB-1028] - ConversationProducer blows up with NPE
+
+Improvement
+
+    [OWB-972] - Define an Application Boundary SPI
+    [OWB-987] - improve getReference type handling
+    [OWB-1031] - improve error message if injection point validation fails
+
+Task
+
+    [OWB-990] - upgrade owb-1.2.x to latest CDI-1.0 TCK 1.0.6.Final
+
 
 
 -------------------------------------------