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 4ede956 add release notes for 2.0.22
4ede956 is described below
commit 4ede9564b5c99cbaad7c539cec327bef564d6e7a
Author: Mark Struberg <[email protected]>
AuthorDate: Wed Mar 17 13:13:23 2021 +0100
add release notes for 2.0.22
---
readme/README.txt | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 57 insertions(+), 1 deletion(-)
diff --git a/readme/README.txt b/readme/README.txt
index 39c54b8..e84089c 100644
--- a/readme/README.txt
+++ b/readme/README.txt
@@ -26,7 +26,7 @@ The minimum Java Version is Java-8.
--------------------------------
-OpenWebBeans 2.0.19 Release Features
+OpenWebBeans Release Features
--------------------------------
- The latest OWB release supports the following features
@@ -66,6 +66,62 @@ for the whole Application.
-------------------------------------------
+Release Notes - OpenWebBeans - Version 2.0.22
+-------------------------------------------
+Bug
+ [OWB-1371] - review getCurrentContext to automatically create Contexts
+ [OWB-1372] - RequestContextController#deactivate must be a nop if the
context was already active before
+ [OWB-1373] - EventImpl does not resolve Observers properly when running
with ParentBM setup
+ [OWB-1374] - Container Lifecycle events right now only work during startup
+ [OWB-1376] - Unsafe usage is broken
+ [OWB-1377] - Enable to configure the reserved packages for proxies
+ [OWB-1378] - Ensure @initialized(appscoped) and its symmetric events can
be skipped in se mode
+
+New Feature
+ [OWB-1369] - Ensure OWB-web module configuration wins over OWB-se module
+ [OWB-1370] - Enable to select the CDI SE provider
+
+Improvement
+ [OWB-1367] - Bad filter url-pattern in demos
+ [OWB-1375] - improve support for Java 9++ hacks
+
+Task
+ [OWB-1365] - org.apache.webbeans.spi.deployer.skipValidations not usable
in standard mode
+ [OWB-1366] - WebBeansLoggerFacade must not create any logger in its static
init block if not needed
+
+
+-------------------------------------------
+Release Notes - OpenWebBeans - Version 2.0.21
+-------------------------------------------
+Bug
+ [OWB-1355] - OwbRequestContextController does not work with web contexts
service
+ [OWB-1358] - [CDI-SE] enable to configure custom services through
properties
+ [OWB-1360] - ProcessSyntheticObserverMethod not considered as a container
event
+
+Improvement
+ [OWB-1359] - Simplify extension manipulation by making
DefaultLoaderService more easily extensible
+
+Task
+ [OWB-1356] - Use lazy logger lookup for error only usages
+ [OWB-1357] - Enable to skip some Extension resolution when there is no
observer
+ [OWB-1361] - Some startup time improvements
+ [OWB-1362] - using static proxy names can lead to a NPE with xxhash64
algorithm
+ [OWB-1363] - Add a PreScannedCDISeScannerService service for cdi se module
+ [OWB-1364] - Proxy unique hash computation should ignore Object methods
(always in the same bucket)
+
+
+-------------------------------------------
+Release Notes - OpenWebBeans - Version 2.0.20
+-------------------------------------------
+Bug
+ [OWB-1353] - @ActivateRequestContext not supported
+ [OWB-1354] - Lifecycle interceptors inherit from method interceptors
+
+Task
+ [OWB-1352] - Add
org.apache.webbeans.corespi.se.SimpleApplicationBoundaryService implementation
to enable to use the startup classloader
+
+
+-------------------------------------------
Release Notes - OpenWebBeans - Version 2.0.19
-------------------------------------------
Bug