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 2020/10/18 08:33:08 UTC

[openwebbeans] branch master updated: update readme for the 2.0.19 release

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 45bb59c  update readme for the 2.0.19 release
45bb59c is described below

commit 45bb59c85c0c4d53059367a0fc9929a8f3bbdc55
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sun Oct 18 10:31:59 2020 +0200

    update readme for the 2.0.19 release
---
 readme/README.txt | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/readme/README.txt b/readme/README.txt
index 4697047..39c54b8 100644
--- a/readme/README.txt
+++ b/readme/README.txt
@@ -1,14 +1,12 @@
 -------------------------------
-Apache OpenWebBeans 2.0.17
+Apache OpenWebBeans README
 -------------------------------
 
 Welcome!
 
-Thanks for downloading and using OpenWebBeans.
-
-This document is a "Getting Started Guide" for OpenWebBeans.
-
-This document is based on the 2.0.8 release of Apache OpenWebBeans.
+Thanks for downloading and using Apache OpenWebBeans.
+In short OWB
+This document is a "Getting Started Guide" for the latest release OWB.
 
 --------------------------------
 What is Apache OpenWebBeans?
@@ -21,13 +19,17 @@ CDI-2.0 is backward compatible to JSR-346 CDI-1.2 and JSR-299 CDI-1.0.
 Our project's web page can be found at:
 https://openwebbeans.apache.org
 
+We also support the Jakarta EE specifications by providing shaded libraries.
+
+The latest Java Version we support is Java-16.
+The minimum Java Version is Java-8.
 
 
 --------------------------------
-OpenWebBeans 2.0.17 Release Features
+OpenWebBeans 2.0.19 Release Features
 --------------------------------
 
-- The 2.0.8 release supports the following features
+- The latest OWB release supports the following features
 -----------------------------------
 * Managed Beans Support
 * Producer Method Support
@@ -63,6 +65,16 @@ of the Application. This is especially the case for <alternatives>, <decorators>
 for the whole Application.
 
 
+-------------------------------------------
+Release Notes - OpenWebBeans - Version 2.0.19
+-------------------------------------------
+Bug
+    [OWB-1349] - Respect configuration that is made via BeforeBeanDiscovery#configureQualifier
+
+Task
+    [OWB-1350] - upgrade to xbean-asm9-shaded for Java16 support
+    [OWB-1351] - update various dependencies
+
 
 -------------------------------------------
 Release Notes - OpenWebBeans - Version 2.0.18