-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
update RequestParamParameterProcessor to support map param #1102
Conversation
travis-ci build error, since travis-ci job #1353:
|
yeah, we had to revert a fix for travis, don't worry about that. |
248d31d
to
88b466b
Compare
@lowzj any chance you could add some tests? |
88b466b
to
3617991
Compare
At first I run the test I wrote in this pr, it passed. Then I recompile the whole project, and test again, it failed. I create a new spring-boot project, include the I debug the test and find the problem in my case, and I think probably there is something wrong in the method
The code above finally invokes the method
In this case , I haven't resolve this problem(may be not) now, but I think that only a simple property need a fallback value , such as |
Finally, I find that
Then I add these code in my own project pom.xml
the method |
java documents explain my problem: Obtaining Names of Method Parameters |
So |
thanks, I got it. |
@spencergibb Is there any suggestion about this pr? |
@lowzj if this requires java 8 we won't be able to merge. |
@spencergibb it support java 7/8. I modify the |
* lowzj-request-param-processor: update RequestParamParameterProcessor to support map param
Squashed and merged with a bit of polish via dc26b1e |
👍 |
see issue #1097