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/09/07 13:51:14 UTC

[openwebbeans] branch master updated: add release notes for 2.0.18

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 c9f08c2  add release notes for 2.0.18
c9f08c2 is described below

commit c9f08c2405cace06d471d1a71c0b1aff5c1f1eb7
Author: Mark Struberg <st...@apache.org>
AuthorDate: Mon Sep 7 15:50:59 2020 +0200

    add release notes for 2.0.18
---
 readme/README.txt | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/readme/README.txt b/readme/README.txt
index 4c69234..4697047 100644
--- a/readme/README.txt
+++ b/readme/README.txt
@@ -63,6 +63,34 @@ of the Application. This is especially the case for <alternatives>, <decorators>
 for the whole Application.
 
 
+
+-------------------------------------------
+Release Notes - OpenWebBeans - Version 2.0.18
+-------------------------------------------
+
+Sub-task
+    [OWB-1346] - prevent scanning of generated proxies
+
+Bug
+    [OWB-1281] - java.lang.UnsatisfiedLinkError in scanner stops application deployment
+    [OWB-1328] - NPE in AbstractMetaDataFactory
+    [OWB-1332] - BeansDeployer#packageVetoCache does not work for negative hits
+    [OWB-1333] - [junit5] @Cdi#onStart not working
+    [OWB-1341] - Event bus: IN_PROGRESS phase should not be sent to transactionService
+    [OWB-1342] - Improve startup performance
+    [OWB-1344] - Ensure creating annotatedtype is thread safe at runtime
+
+Task
+    [OWB-1327] - Run TCK for jakarta packaging
+    [OWB-1329] - Remove openwebbeans-maven module
+    [OWB-1330] - Junit5 parameter resolver companion for @Cdi
+    [OWB-1331] - Create ajunit5 @Scopes extension to be able to control a bit more the started scopes
+    [OWB-1343] - Add a property to skip @Vetoed check on packages
+    [OWB-1345] - Upgrade gradle shadow plugin support to v6.0.0
+    [OWB-1347] - upgrade to apache-parent 23
+
+
+
 -------------------------------------------
 Release Notes - OpenWebBeans - Version 2.0.17
 -------------------------------------------