spring-framework/framework-docs/modules/ROOT/pages
Sam Brannen c0c78bd67e 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
2024-10-16 16:32:38 +02:00
..
core Add note on autowireCandidate versus defaultCandidate 2024-10-08 11:36:39 +02:00
data-access Replace 'e.g.' with 'for example' in documentation and comments 2024-09-26 14:11:17 +02:00
integration Update scheduling.adoc 2024-10-15 18:21:42 +02:00
languages Replace 'e.g.' with 'for example' in documentation and comments 2024-09-26 14:11:17 +02:00
testing Rename OverrideMetadata for Bean Overrides 2024-10-16 16:32:38 +02:00
web Merge branch '6.1.x' 2024-10-16 14:21:11 +02:00
appendix.adoc Enable table striping by default in the reference manual 2024-01-13 14:50:16 +01:00
core.adoc
data-access.adoc
index.adoc Polishing 2024-06-07 13:45:09 +02:00
integration.adoc
languages.adoc
overview.adoc Replace 'e.g.' with 'for example' in documentation and comments 2024-09-26 14:11:17 +02:00
page-layout.adoc
rsocket.adoc Replace 'e.g.' with 'for example' in documentation and comments 2024-09-26 14:11:17 +02:00
testing.adoc
web-reactive.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
web.adoc Fix additional WebFlux-related links 2023-11-20 16:22:35 +01:00