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

Add support for operations with no variables by setting no parameters in the request method #14

Closed
fabiocarvalho777 opened this issue Jul 13, 2021 · 1 comment
Assignees
Milestone

Comments

@fabiocarvalho777
Copy link
Member

This is not supported at the moment because if the client target interface has a request method with no parameters, Feign will not call Mocca encoder, as seen here.

Probably the solution here will require a modification in Feign to support calling custom encoder even if request method has no parameters.

@fabiocarvalho777
Copy link
Member Author

This issue depends on OpenFeign/feign#1448

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

1 participant