Ensure we have @ConditionalOnMissingBean(MetaContext.class) (or similar) behavior for all beans that in theory can be configured by developer. Usually if we have an SPI and some "Default" implementation. Probably everything is good so far - just double check.
Ensure we have @ConditionalOnMissingBean(MetaContext.class) (or similar) behavior for all beans that in theory can be configured by developer. Usually if we have an SPI and some "Default" implementation. Probably everything is good so far - just double check.