@ -280,7 +280,7 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -280,7 +280,7 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
"Resolution of declared constructors on bean Class ["+beanClass.getName()+
"] from ClassLoader ["+beanClass.getClassLoader()+"] failed",ex);
@ -152,6 +153,35 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -152,6 +153,35 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1286,9 +1316,6 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1286,9 +1316,6 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2494,6 +2521,9 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2494,6 +2521,9 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2579,7 +2609,15 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2579,7 +2609,15 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -458,8 +458,8 @@ public class ConstructorReference extends SpelNodeImpl {
@@ -458,8 +458,8 @@ public class ConstructorReference extends SpelNodeImpl {
mv.visitInsn(DUP);
// children[0] is the type of the constructor, don't want to include that in argument processing
@ -4988,7 +4988,7 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@@ -4988,7 +4988,7 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@ -5005,7 +5005,8 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@@ -5005,7 +5005,8 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@ -108,9 +109,9 @@ public class JmsListenerAnnotationBeanPostProcessorTests {
@@ -108,9 +109,9 @@ public class JmsListenerAnnotationBeanPostProcessorTests {
assertEquals("one container should have been registered",1,factory.getListenerContainers().size());
@ -120,8 +121,34 @@ public class JmsListenerAnnotationBeanPostProcessorTests {
@@ -120,8 +121,34 @@ public class JmsListenerAnnotationBeanPostProcessorTests {
@ -204,18 +231,29 @@ public class JmsListenerAnnotationBeanPostProcessorTests {
@@ -204,18 +231,29 @@ public class JmsListenerAnnotationBeanPostProcessorTests {
@ -224,7 +262,7 @@ public class JmsListenerAnnotationBeanPostProcessorTests {
@@ -224,7 +262,7 @@ public class JmsListenerAnnotationBeanPostProcessorTests {
@ -219,6 +219,7 @@ public class DefaultServerWebExchange implements ServerWebExchange {
@@ -219,6 +219,7 @@ public class DefaultServerWebExchange implements ServerWebExchange {
}
@Override
@Nullable
publicApplicationContextgetApplicationContext(){
returnthis.applicationContext;
}
@ -354,5 +355,4 @@ public class DefaultServerWebExchange implements ServerWebExchange {
@@ -354,5 +355,4 @@ public class DefaultServerWebExchange implements ServerWebExchange {