[ 
https://issues.apache.org/jira/browse/SCB-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577866#comment-16577866
 ] 

ASF GitHub Bot commented on SCB-736:
------------------------------------

coveralls edited a comment on issue #863: [SCB-736] generate default value to 
swagger for primitive type when there is no defaultValue annotation
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/863#issuecomment-411460582
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/18450366/badge)](https://coveralls.io/builds/18450366)
   
   Coverage increased (+1.2%) to 86.433% when pulling 
**dc15fea390ae7ee7790b969a1f4c824e966f3820 on maheshrajus:master** into 
**7abb7b12636fc9040a18778246260b9f438e4bdb on apache:master**.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> generate default value to swagger for primitive type, even there is no 
> defaultValue annotation
> ----------------------------------------------------------------------------------------------
>
>                 Key: SCB-736
>                 URL: https://issues.apache.org/jira/browse/SCB-736
>             Project: Apache ServiceComb
>          Issue Type: Task
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: Mahesh Raju Somalaraju
>            Priority: Major
>
> {code:java}
> @GetMapping(path = "test")
> public String test(int i,  boolean b) {
>   return "" + i + b;
> }
> {code}
> request without any query parameter should be ok
> must include all primitive types.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to