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 2017/07/07 21:19:20 UTC

svn commit: r1801217 - /openwebbeans/branches/owb_1.7.x/readme/README.txt

Author: struberg
Date: Fri Jul  7 21:19:20 2017
New Revision: 1801217

URL: http://svn.apache.org/viewvc?rev=1801217&view=rev
Log:
add release note for upcoming 1.7.4 release

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

Modified: openwebbeans/branches/owb_1.7.x/readme/README.txt
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/readme/README.txt?rev=1801217&r1=1801216&r2=1801217&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/readme/README.txt (original)
+++ openwebbeans/branches/owb_1.7.x/readme/README.txt Fri Jul  7 21:19:20 2017
@@ -1,12 +1,12 @@
 -------------------------------
-Apache OpenWebBeans 1.7.3
+Apache OpenWebBeans 1.7.4
 -------------------------------
 Welcome!
 
 Thanks for downloading and using OpenWebBeans. 
 This document is a "Getting Started Guide" for OpenWebBeans.
 
-This document is based on the 1.7.3 release of Apache OpenWebBeans.
+This document is based on the 1.7.4 release of Apache OpenWebBeans.
 
 --------------------------------
 What is Apache OpenWebBeans?
@@ -23,10 +23,10 @@ http://openwebbeans.apache.org
 
 
 --------------------------------
-OpenWebBeans 1.7.3 Release Features
+OpenWebBeans 1.7.4 Release Features
 --------------------------------
 
-- The 1.7.3 release supports the following features
+- The 1.7.4 release supports the following features
 -----------------------------------
 * Managed Beans Support
 * Producer Method Support
@@ -63,6 +63,21 @@ for the whole Application.
 
 
 -------------------------------------------
+Release Notes - OpenWebBeans - Version 1.7.4
+-------------------------------------------
+
+Bug
+
+    [OWB-1194] - @Interceptors (EJB style) + @AroundConstruct not fully supported
+    [OWB-1196] - Signed classes can't be proxied: java.lang.SecurityException: class "com.Foo$$OwbNormalScopeProxy0"'s signer information does not match signer information of other classes in the same package
+
+Improvement
+
+    [OWB-1180] - Use getDefinedPackage instead of getPackage if available (java 9)
+    [OWB-1181] - fallback on unsafe when defineClass is not accessible from ClassLoader
+
+
+-------------------------------------------
 Release Notes - OpenWebBeans - Version 1.7.3
 -------------------------------------------