From f0dd32e5a411e1141516ae4d71f0b2579b1355e9 Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Tue, 30 Jan 2024 15:00:45 +0000 Subject: [PATCH 1/3] remove the reference to @ManagedBean --- impl/src/main/resources/tck-audit-cdi.xml | 2 +- web/src/main/resources/tck-audit-cdi.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/impl/src/main/resources/tck-audit-cdi.xml b/impl/src/main/resources/tck-audit-cdi.xml index f1a82b13f..818819f73 100644 --- a/impl/src/main/resources/tck-audit-cdi.xml +++ b/impl/src/main/resources/tck-audit-cdi.xml @@ -11514,7 +11514,7 @@
When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection - that may be instantiated by the container at runtime, including every managed bean declared using @ManagedBean, EJB session or message-driven + that may be instantiated by the container at runtime, EJB session or message-driven bean. diff --git a/web/src/main/resources/tck-audit-cdi.xml b/web/src/main/resources/tck-audit-cdi.xml index 724a54fac..5b09e20ce 100644 --- a/web/src/main/resources/tck-audit-cdi.xml +++ b/web/src/main/resources/tck-audit-cdi.xml @@ -11252,7 +11252,7 @@
When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection - that may be instantiated by the container at runtime, including every managed bean declared using @ManagedBean, EJB session or message-driven + that may be instantiated by the container at runtime, including EJB session or message-driven bean. From dabd213cafff4751d417c24cf803c03d0a215803 Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Tue, 30 Jan 2024 15:11:58 +0000 Subject: [PATCH 2/3] Update impl/src/main/resources/tck-audit-cdi.xml Co-authored-by: Ladislav Thon --- impl/src/main/resources/tck-audit-cdi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/src/main/resources/tck-audit-cdi.xml b/impl/src/main/resources/tck-audit-cdi.xml index 818819f73..1c604e548 100644 --- a/impl/src/main/resources/tck-audit-cdi.xml +++ b/impl/src/main/resources/tck-audit-cdi.xml @@ -11514,7 +11514,7 @@
When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection - that may be instantiated by the container at runtime, EJB session or message-driven + that may be instantiated by the container at runtime, including every EJB session or message-driven bean. From a810d30d191c583611b223dff30d7a2de4d6ddfe Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Tue, 30 Jan 2024 15:12:14 +0000 Subject: [PATCH 3/3] Update web/src/main/resources/tck-audit-cdi.xml Co-authored-by: Ladislav Thon --- web/src/main/resources/tck-audit-cdi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/tck-audit-cdi.xml b/web/src/main/resources/tck-audit-cdi.xml index 5b09e20ce..50fc7cdc3 100644 --- a/web/src/main/resources/tck-audit-cdi.xml +++ b/web/src/main/resources/tck-audit-cdi.xml @@ -11252,7 +11252,7 @@
When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection - that may be instantiated by the container at runtime, including EJB session or message-driven + that may be instantiated by the container at runtime, including every EJB session or message-driven bean.