Author: struberg
Date: Thu May 1 20:39:09 2014
New Revision: 1591768
URL: http://svn.apache.org/r1591768
Log:
add release notes
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=1591768&r1=1591767&r2=1591768&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/readme/README.txt (original)
+++ openwebbeans/branches/owb_1.2.x/readme/README.txt Thu May 1 20:39:09 2014
@@ -1,12 +1,11 @@
-------------------------------
-Apache OpenWebBeans 1.2.2
+Apache OpenWebBeans 1.2.4
-------------------------------
Welcome!
Thanks for downloading and using OpenWebBeans.
This document is a "Getting Started Guide" for OpenWebBeans.
-This document is based on the 1.2.2 release of Apache OpenWebBeans.
--------------------------------
What is Apache OpenWebBeans?
@@ -28,10 +27,11 @@ https://cwiki.apache.org/confluence/disp
--------------------------------
-OpenWebBeans 1.2.2 Release Features
+OpenWebBeans Release Features
--------------------------------
-- The 1.2.2 release supports the following features
+
+- The release supports the following features
-----------------------------------
* Managed Beans Support
* Session Beans Support (via Embeddable OpenEJB container in Tomcat)
@@ -79,6 +79,38 @@ in the CDI-1.1 JSR-346 specification.
-------------------------------------------
+Release Notes - OpenWebBeans - Version 1.2.4
+-------------------------------------------
+
+Bug
+
+ [OWB-952] - ensure we only use ConcurrentMap and not ConcurrentHashMap API
to avoid issues with java 8
+
+
+
+-------------------------------------------
+Release Notes - OpenWebBeans - Version 1.2.3
+-------------------------------------------
+
+Bug
+
+ [OWB-938] - NoClassDefFoundError not caught when checking if a bean is a
managed one or not in WebBeanUtils (isValidManagedBean)
+
+Improvement
+
+ [OWB-937] - unify startup detection
+
+New Feature
+
+ [OWB-941] - Signal or handle differently final methods
+
+Task
+
+ [OWB-944] - upgrade to asm5
+
+
+
+-------------------------------------------
Release Notes - OpenWebBeans - Version 1.2.2
-------------------------------------------