This is an automated email from the ASF dual-hosted git repository.
rmannibucau 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 6d16b56 [OWB-1360] better support of ProcessSyntheticObserverMethod
6d16b56 is described below
commit 6d16b56e68b625ab7511dafdf2d98de6ea89b849
Author: Romain Manni-Bucau <[email protected]>
AuthorDate: Sat Dec 26 17:48:17 2020 +0100
[OWB-1360] better support of ProcessSyntheticObserverMethod
---
webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java
b/webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java
index 2ddeead..4ab8c20 100644
--- a/webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java
+++ b/webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java
@@ -1629,7 +1629,8 @@ public final class WebBeansUtil
ProcessProducerField.class,
ProcessProducerMethod.class,
ProcessSessionBean.class,
- ProcessSyntheticAnnotatedType.class
+ ProcessSyntheticAnnotatedType.class,
+ ProcessSyntheticObserverMethod.class
};
private static final Set<Class> CONTAINER_EVENT_CLASSES_SET = new
HashSet<>(Arrays.asList(CONTAINER_EVENT_CLASSES));