You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/12/18 01:30:28 UTC

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #2081: servicecomb升级至2.1.2版本后,接口List对象请求参数设置值方式修改

wujimin commented on issue #2081:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747809912


   不是BeanParam的问题,一个是`List<Integer>`,一个是`List<String>`  
   `List<String> strings = List.of("")`,对应的就是`List<Integer> ints = List.of(null)`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org