Skip to content

Commit 915cf13

Browse files
authored
Merge pull request #531 from Emily-Jiang/remove-managedbean-reference
remove the reference to @ManagedBean
2 parents ce3e932 + a810d30 commit 915cf13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

impl/src/main/resources/tck-audit-cdi.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11514,7 +11514,7 @@
1151411514
<section id="process_injection_point_ee" title="ProcessInjectionPoint event and EJB" level="3">
1151511515
<assertion id="a">
1151611516
<text>When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection
11517-
that may be instantiated by the container at runtime, including every managed bean declared using @ManagedBean, EJB session or message-driven
11517+
that may be instantiated by the container at runtime, including every EJB session or message-driven
1151811518
bean.
1151911519
</text>
1152011520
</assertion>

web/src/main/resources/tck-audit-cdi.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11252,7 +11252,7 @@
1125211252
<section id="process_injection_point_ee" title="ProcessInjectionPoint event and EJB" level="3">
1125311253
<assertion id="a">
1125411254
<text>When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection
11255-
that may be instantiated by the container at runtime, including every managed bean declared using @ManagedBean, EJB session or message-driven
11255+
that may be instantiated by the container at runtime, including every EJB session or message-driven
1125611256
bean.
1125711257
</text>
1125811258
</assertion>

0 commit comments

Comments
 (0)