jakartaee / cdi-tck

CDI TCK
Apache License 2.0
46 stars 44 forks source link

Remove the reference to @ManagedBean #530

Closed Emily-Jiang closed 8 months ago

Emily-Jiang commented 8 months ago

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>