Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the reference to ManagedBean #750

Closed
Emily-Jiang opened this issue Jan 29, 2024 · 0 comments · Fixed by #751
Closed

Remove the reference to ManagedBean #750

Emily-Jiang opened this issue Jan 29, 2024 · 0 comments · Fixed by #751
Assignees
Milestone

Comments

@Emily-Jiang
Copy link
Contributor

Emily-Jiang commented Jan 29, 2024

Since the annotation @ManagedBean was deleted from Jakarta Annotation (see here), this spec needs to remove the reference to @ManagedBean. I did a quick search and found the annotation was referenced by a few javadocs and the spec.

ProcessInjectionPoint.java:

/**
 * <p>
 * The container fires an event of this type for every injection point of every Java EE component class supporting injection
 * that may be instantiated by the container at runtime, including every managed bean declared using
 * {@code jakarta.annotation.ManagedBean}, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled
 * decorator.
 * </p>
 * 
@Emily-Jiang Emily-Jiang added this to the CDI 4.1 milestone Jan 29, 2024
@starksm64 starksm64 self-assigned this Jan 29, 2024
starksm64 added a commit to jakartaredhat/cdi-master that referenced this issue Jan 30, 2024
manovotn pushed a commit that referenced this issue Jan 30, 2024
Signed-off-by: Scott M Stark <starksm64@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants