You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideBeanFactoryPostProcessor.java
+7-5
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ private void replaceDefinition(ConfigurableListableBeanFactory beanFactory, Over
109
109
110
110
if (!(beanFactoryinstanceofBeanDefinitionRegistryregistry)) {
111
111
thrownewIllegalStateException("Cannot process bean override with a BeanFactory " +
Copy file name to clipboardexpand all lines: spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideContextCustomizer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ class BeanOverrideContextCustomizer implements ContextCustomizer {
Copy file name to clipboardexpand all lines: spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideTestExecutionListener.java
0 commit comments