Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3004: Fix MMIH argument resolution #3006

Merged
merged 1 commit into from
Jul 27, 2019

Conversation

garyrussell
Copy link
Contributor

Fixes #3004

Change the DefaultMessageHandlerMethodFactory beans to prototype scope.

See spring-projects/spring-framework#23352

Fixes spring-projects#3004

Change the `DefaultMessageHandlerMethodFactory` beans to prototype scope.

See spring-projects/spring-framework#23352
@garyrussell
Copy link
Contributor Author

@olegz I think we will need to make this bean in BinderFactoryAutoConfiguration a prototype in spring-cloud-stream, until the SPR issue is resolved.

	@Bean(IntegrationContextUtils.MESSAGE_HANDLER_FACTORY_BEAN_NAME)
	public static MessageHandlerMethodFactory messageHandlerMethodFactory(

@olegz
Copy link
Contributor

olegz commented Jul 25, 2019

I did and also raised the issue to remove it once SPR is addressed spring-cloud/spring-cloud-stream#1772

@artembilan artembilan merged commit 5a8be5d into spring-projects:master Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InvocableHandlerMethod fails to resolve Object payload after resolving Map payload
3 participants