jakartaee / rest

Jakarta RESTful Web Services
Other
351 stars 114 forks source link

Remove @ManagedBean annotation #1217

Closed jim-krueger closed 4 months ago

jim-krueger commented 4 months ago

Fixes #1216

jim-krueger commented 4 months ago

@ManagedBean will be removed in Annotation-3.0. CDI will now support managed beans.

jansupol commented 4 months ago

This test should be removed then https://github.com/jakartaee/platform-tck/tree/master/src/com/sun/ts/tests/jaxrs/platform/managedbean

jim-krueger commented 4 months ago

This test should be removed then https://github.com/jakartaee/platform-tck/tree/master/src/com/sun/ts/tests/jaxrs/platform/managedbean

Yes. This is documented in this issue: https://github.com/jakartaee/platform-tck/issues/1184