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

Regression when checking declarative methods when argument type is 'Object' #844

Closed
mbogoevici opened this issue Mar 8, 2017 · 0 comments
Assignees
Milestone

Comments

@mbogoevici
Copy link
Contributor

mbogoevici commented Mar 8, 2017

The logic for fixing #664 is treating methods that take Object as argument as declarative, which is a regression. We should revert to previous behaviour (e.g. if Object is an argument, treat it as a message handling method).

@mbogoevici mbogoevici added this to the 1.2.0.RC1 milestone Mar 8, 2017
@ilayaperumalg ilayaperumalg self-assigned this Mar 9, 2017
ilayaperumalg added a commit to ilayaperumalg/spring-cloud-stream that referenced this issue Mar 9, 2017
 - Make sure to check if the method parameters have annotation specified to conclude the method as `declarative` otherwise, it is `handler` method.
 - Add test

Resolves spring-cloud#844
@mbogoevici mbogoevici removed the in pr label Mar 13, 2017
sobychacko pushed a commit to sobychacko/spring-cloud-stream that referenced this issue Feb 24, 2022
Kafka streams concurrency with multiple bindings
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

No branches or pull requests

3 participants