-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename OverrideMetadata for Bean Overrides
Prior to this commit, OverrideMetadata was the only public type in the org.springframework.test.context.bean.override package whose name did not start with BeanOverride. In addition, an OverrideMetadata component plays multiple roles in addition to serving as a holder for metadata. This commit therefore renames OverrideMetadata to BeanOverrideHandler. In addition, this commit updates the affected documentation and renames the following related methods in the Bean Override support. - BeanOverrideHandler: createOverride() -> createOverrideInstance() - BeanOverrideHandler: track() -> trackOverrideInstance() - BeanOverrideProcessor: createMetadata() -> createHandler() - BeanOverrideContextCustomizer: getMetadata() -> getBeanOverrideHandlers() - BeanOverrideRegistrar: registerNameForMetadata() -> registerBeanOverrideHandler() - BeanOverrideRegistrar: markWrapEarly() -> registerWrappingBeanOverrideHandler() Closes gh-33702
- Loading branch information
Showing
28 changed files
with
669 additions
and
658 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.