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

Update ref docs regarding RequiredAnnotationBeanPostProcessor registration #26783

Merged

Conversation

hrybs
Copy link
Contributor

@hrybs hrybs commented Apr 9, 2021

No RequiredAnnotationBeanPostProcessor is automatically registered.
According to source code of AnnotationConfigBeanDefinitionParser class we see that there is a using of AnnotationConfigUtils class. Investigating the code of letter one we see that there is registration of 5 BeanPostProcessor and BeanFactoryPostProcessor classes.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Apr 9, 2021
@sbrannen sbrannen self-assigned this Apr 9, 2021
@sbrannen sbrannen added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Apr 9, 2021
@sbrannen
Copy link
Member

sbrannen commented Apr 9, 2021

I was just about to make the same change, so thanks for providing the PR.

@sbrannen sbrannen added this to the 5.3.6 milestone Apr 9, 2021
@sbrannen sbrannen changed the title Fix Required annotation description Update ref docs regarding RequiredAnnotationBeanPostProcessor registration Apr 9, 2021
@sbrannen sbrannen merged commit f7606ba into spring-projects:master Apr 9, 2021
@sbrannen
Copy link
Member

sbrannen commented Apr 9, 2021

This has been merged into master.

Thanks

Zoran0104 pushed a commit to Zoran0104/spring-framework that referenced this pull request Aug 20, 2021
The RequiredAnnotationBeanPostProcessor is no longer automatically
registered via XML namespace elements.

Closes spring-projectsgh-26783
lxbzmy pushed a commit to lxbzmy/spring-framework that referenced this pull request Mar 26, 2022
The RequiredAnnotationBeanPostProcessor is no longer automatically
registered via XML namespace elements.

Closes spring-projectsgh-26783
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants