jakartaee / common-annotations-api

Jakarta Annotations
https://eclipse.org/ee4j/ca
Other
53 stars 39 forks source link

@ManagedBean is marked deprecated, but the Spec. doc. is not updated #108

Closed edbratt closed 12 months ago

edbratt commented 2 years ago

@managedBean was marked deprecated in https://github.com/eclipse-ee4j/common-annotations-api/pull/105 that that was not also reflected in the Spec. text. Spec. text needs to be updated as well. JavaDoc does include this change. The JavaDocs suggest this is to be replaced with CDI Beans.

powerbroker commented 1 year ago

how this could happen, when Jakarta Managed Beans 2.0 is still active and refers to the annotation in 2.1.2. Naming??

lukasj commented 12 months ago

3.0 removed ManagedBean in #114