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 supprot for multi-values Maps #2005

Closed
wants to merge 3 commits into from
Closed

Add supprot for multi-values Maps #2005

wants to merge 3 commits into from

Conversation

iwo
Copy link

@iwo iwo commented Sep 1, 2016

Implements support for multimaps requested in #1960, #1324 and numerous closed issues referenced from #626.

Multiple values are generated for map declared as Map<String, Iterable<T>> and Map<String, T[]>.

To maintain backward compatibility, this feature is disabled by default and needs to be enabled by setting multimap annotation argument to true (e.g. @QueryMap(multimap = true) Map<String, List<String>> queries).

@iwo iwo changed the title Maps do not support multi-values Add supprot for multi-values Maps Sep 1, 2016
@swankjesse
Copy link
Member

Sorry for dropping the ball on this. I think this was just a big scary PR and we didn’t know how to approach it, and now it’s been stalled for a long time.

@swankjesse swankjesse closed this Feb 18, 2018
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.

2 participants