Skip to content

Conversation

dsyer
Copy link
Member

@dsyer dsyer commented Oct 19, 2018

An initializer that adds a BeanDefinitionRegistryPostProcessor which
in turn adds bean definitions has to be very careful to run early
(so at the very least implementing Ordered). Otherwise other
initializers that want to influence the bean definitions added never
get a chance.

An initializer that adds a BeanDefinitionRegistryPostProcessor which
in turn adds bean definitions has to be very careful to run early
(so at the very least implementing `Ordered`). Otherwise other
initializers that want to influence the bean definitions added never
get a chance.
@wilkinsona wilkinsona added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 19, 2018
@wilkinsona wilkinsona added this to the 2.1.0 milestone Oct 19, 2018
@wilkinsona wilkinsona self-assigned this Oct 29, 2018
wilkinsona added a commit that referenced this pull request Oct 29, 2018
wilkinsona added a commit that referenced this pull request Oct 29, 2018
* gh-14907:
  Polish "Add CachingMetadataReaderFactoryPostProcessor earlier in context lifecyle"
  Add CachingMetadataReaderFactoryPostProcessor earlier in context lifecyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants