[servicecomb-pack] branch SCB-1928 created (now 6ff4f0d)

2020-05-22 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch SCB-1928 in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git. at 6ff4f0d SCB--1928 Fixed the ServiceInstance length check on ServiceConfig This branch includes the

[servicecomb-pack] 01/01: SCB--1928 Fixed the ServiceInstance length check on ServiceConfig

2020-05-22 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch SCB-1928 in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit 6ff4f0d538cfc4db2786b91a77b88b37db1a2988 Author: Willem Jiang AuthorDate: Fri May 22 15:26:41 2020 +0800

[GitHub] [servicecomb-pack] WillemJiang opened a new pull request #661: SCB-1928 Fixed the ServiceInstance length check on ServiceConfig

2020-05-22 Thread GitBox
WillemJiang opened a new pull request #661: URL: https://github.com/apache/servicecomb-pack/pull/661 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [servicecomb-java-chassis] xhanthow opened a new issue #1771: 上传文件序列化的时候报错

2020-05-22 Thread GitBox
xhanthow opened a new issue #1771: URL: https://github.com/apache/servicecomb-java-chassis/issues/1771 `value`类型为:`MultipartFile`, `targetJavaType`类型为:`Part` 这样报错了: ![image](https://user-images.githubusercontent.com/7291995/82643109-9253e380-9c41-11ea-946a-2ec130797a69.png) 这样就正常:

[GitHub] [servicecomb-java-chassis] xhanthow commented on issue #1771: 上传文件序列化的时候报错

2020-05-22 Thread GitBox
xhanthow commented on issue #1771: URL: https://github.com/apache/servicecomb-java-chassis/issues/1771#issuecomment-632543330 接口声明为`MultipartFile`,调用方式为Rpc方式。最后改为`Part`就行了 This is an automated message from the Apache Git Ser

[GitHub] [servicecomb-pack] coveralls commented on pull request #661: SCB-1928 Fixed the ServiceInstance length check on ServiceConfig

2020-05-22 Thread GitBox
coveralls commented on pull request #661: URL: https://github.com/apache/servicecomb-pack/pull/661#issuecomment-632558122 [![Coverage Status](https://coveralls.io/builds/30964474/badge)](https://coveralls.io/builds/30964474) Coverage increased (+0.04%) to 80.645% when pulling **

[GitHub] [servicecomb-pack] WillemJiang commented on pull request #661: SCB-1928 Fixed the ServiceInstance length check on ServiceConfig

2020-05-22 Thread GitBox
WillemJiang commented on pull request #661: URL: https://github.com/apache/servicecomb-pack/pull/661#issuecomment-632587826 @coolbeevip Could you take a look at this PR? This is an automated message from the Apache Git Se

[GitHub] [servicecomb-pack] coolbeevip merged pull request #661: SCB-1928 Fixed the ServiceInstance length check on ServiceConfig

2020-05-22 Thread GitBox
coolbeevip merged pull request #661: URL: https://github.com/apache/servicecomb-pack/pull/661 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

[servicecomb-pack] 01/01: Merge pull request #661 from apache/SCB-1928

2020-05-22 Thread zhanglei
This is an automated email from the ASF dual-hosted git repository. zhanglei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit b476b8b7b98e3feafacfb26beafd78523176b83a Merge: 26630e0 6ff4f0d Author: Lei Zhang AuthorDate: Fri May 22 20:

[servicecomb-pack] branch master updated (26630e0 -> b476b8b)

2020-05-22 Thread zhanglei
This is an automated email from the ASF dual-hosted git repository. zhanglei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git. from 26630e0 Update Release Number add 6ff4f0d SCB--1928 Fixed the ServiceInstance length check on Ser

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #1767: [SCB-1924] invocation context provide the vertx context that start the invocation

2020-05-22 Thread GitBox
liubao68 merged pull request #1767: URL: https://github.com/apache/servicecomb-java-chassis/pull/1767 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[servicecomb-java-chassis] branch master updated: [SCB-1924] invocation context provide transport context

2020-05-22 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git The following commit(s) were added to refs/heads/master by this push: new 955c68a [SCB-1924] invocation

[GitHub] [servicecomb-java-chassis] 364844763 opened a new issue #1772: RestSchema生成yaml错误

2020-05-22 Thread GitBox
364844763 opened a new issue #1772: URL: https://github.com/apache/servicecomb-java-chassis/issues/1772 public enum AttributeDataType { INT("int"), LONG("long"), DECIMAL("decimal"), STRING("string"), DATE_TIME("DateTime"), JSON_OBJECT("jsonObject");