Skip to content

Conversation

@cbornet
Copy link
Contributor

@cbornet cbornet commented Jan 11, 2016

Query params get generated as

@RequestLine("GET /myendpoint?myId={myId}")

instead of

@RequestLine("GET /myendpoint?my_id={myId}")

when the query param name is "my_id"

@cbornet cbornet changed the title Fix wrong query param key name in feign client [Feign]Fix wrong query param key name in feign client Jan 11, 2016
@wing328 wing328 added this to the v2.1.6 milestone Jan 12, 2016
@wing328
Copy link
Contributor

wing328 commented Jan 12, 2016

@cbornet thanks for the fix.

wing328 added a commit that referenced this pull request Jan 12, 2016
[Feign]Fix wrong query param key name in feign client
@wing328 wing328 merged commit ece56af into swagger-api:master Jan 12, 2016
@cbornet cbornet deleted the fix_param branch June 29, 2016 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants