Added name to MessageHandlerMethodFactory bean registration
This commit is contained in:
@@ -113,7 +113,7 @@ public class BinderFactoryConfiguration {
|
||||
return parsedBinderConfigurations;
|
||||
}
|
||||
|
||||
@Bean
|
||||
@Bean(IntegrationContextUtils.MESSAGE_HANDLER_FACTORY_BEAN_NAME)
|
||||
public static MessageHandlerMethodFactory messageHandlerMethodFactory(
|
||||
CompositeMessageConverterFactory compositeMessageConverterFactory,
|
||||
@Qualifier(IntegrationContextUtils.ARGUMENT_RESOLVERS_BEAN_NAME) HandlerMethodArgumentResolversHolder ahmar,
|
||||
|
||||
@@ -728,7 +728,7 @@ public class ContentTypeTckTests {
|
||||
@Test
|
||||
public void testWithTypelessMessageInputParameterAndServiceActivator() {
|
||||
ApplicationContext context = new SpringApplicationBuilder(
|
||||
TypelessPayloadConfigurationSA.class).web(WebApplicationType.NONE)
|
||||
TypelessMessageConfigurationSA.class).web(WebApplicationType.NONE)
|
||||
.run("--spring.jmx.enabled=false");
|
||||
InputDestination source = context.getBean(InputDestination.class);
|
||||
OutputDestination target = context.getBean(OutputDestination.class);
|
||||
|
||||
Reference in New Issue
Block a user