Skip to content

Conversation

@heyile
Copy link
Contributor

@heyile heyile commented Aug 14, 2018

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [SCB-XXX] Fixes bug in ApproximateQuantiles, where you replace SCB-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean install to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@coveralls
Copy link

coveralls commented Aug 14, 2018

Coverage Status

Coverage increased (+0.1%) to 86.154% when pulling cb3bda1 on heyile:rkd_String into bb77280 on apache:master.

@heyile
Copy link
Contributor Author

heyile commented Aug 15, 2018

不要合入,有些细节需要改,主要是变量名

@liubao68
Copy link
Contributor

Any updates?

@heyile
Copy link
Contributor Author

heyile commented Aug 30, 2018

sure, i will finish it this weekend.

@wujimin
Copy link
Contributor

wujimin commented Aug 31, 2018

i will change the base code, make it simpler, please update after my PR merged.

@heyile
Copy link
Contributor Author

heyile commented Sep 2, 2018

ok, i see.

@ApiImplicitParams({
@ApiImplicitParam(name = "input", dataType = "string", paramType = "form", value = "a required form param", required = true, defaultValue = "string")})
@PostMapping(path = "stringFormRequire")
public String stringFormRequire(String input) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test case is confusion, because it has two parameters named "input", one is body(json string) and the other is form. How would this work?


//string

public String stringBody(String input) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This two methods never invoked in this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, there is some thing wrong when I merge the new updates, I forget to delete it

@liubao68 liubao68 merged commit ab12d33 into apache:master Sep 11, 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.

4 participants