You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since @ManagedBean has been deleted under this PR, we need to remove the reference to this annotation. After a quick search, the file tck-audit-cdi.xml should be updated.
<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
bean.
</text>
The text was updated successfully, but these errors were encountered:
Since
@ManagedBean
has been deleted under this PR, we need to remove the reference to this annotation. After a quick search, the file tck-audit-cdi.xml should be updated.The text was updated successfully, but these errors were encountered: