Skip to content

Commit

Permalink
Merge pull request #531 from Emily-Jiang/remove-managedbean-reference
Browse files Browse the repository at this point in the history
remove the reference to @ManagedBean
  • Loading branch information
Emily-Jiang authored Jan 30, 2024
2 parents ce3e932 + a810d30 commit 915cf13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion impl/src/main/resources/tck-audit-cdi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11514,7 +11514,7 @@
<section id="process_injection_point_ee" title="ProcessInjectionPoint event and EJB" level="3">
<assertion id="a">
<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
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 every EJB session or message-driven
bean.
</text>
</assertion>
Expand Down
2 changes: 1 addition & 1 deletion web/src/main/resources/tck-audit-cdi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11252,7 +11252,7 @@
<section id="process_injection_point_ee" title="ProcessInjectionPoint event and EJB" level="3">
<assertion id="a">
<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
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 every EJB session or message-driven
bean.
</text>
</assertion>
Expand Down

0 comments on commit 915cf13

Please sign in to comment.