[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1583: SpringBoot集成ServiceComb后测试用例运行时端口冲突

2020-02-20 Thread GitBox
liubao68 edited a comment on issue #1583: SpringBoot集成ServiceComb后测试用例运行时端口冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1583#issuecomment-589538251 我理解的就是你的意思。 按照你的项目结构,编译器应该会在 target/classes里面生成一个microservice.yaml文件, 并且是 test 目录下的, 如果是 main 下面的, 而且没有 test 目录下面的,

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1583: SpringBoot集成ServiceComb后测试用例运行时端口冲突

2020-02-20 Thread GitBox
liubao68 commented on issue #1583: SpringBoot集成ServiceComb后测试用例运行时端口冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1583#issuecomment-589538251 我理解的就是你的意思。 按照你的项目结果,编译器应该会在 target/classes里面存着一个microservice.yaml文件, 并且是 test 目录下的, 如果是 main 下面的, 而且没有 test 目录下面的, 那么可能是

[GitHub] [servicecomb-java-chassis] Caixinyang opened a new issue #1587: @RestControllerAdvice配置失效问题

2020-02-20 Thread GitBox
Caixinyang opened a new issue #1587: @RestControllerAdvice配置失效问题 URL: https://github.com/apache/servicecomb-java-chassis/issues/1587 配置了如下全局异常捕捉: // 处理请求参数格式错误 @RequestParam上validate失败后抛出的异常是javax.validation.ConstraintViolationException

[GitHub] [servicecomb-java-chassis] sunjinghan7331 commented on issue #1583: SpringBoot集成ServiceComb后测试用例运行时端口冲突

2020-02-20 Thread GitBox
sunjinghan7331 commented on issue #1583: SpringBoot集成ServiceComb后测试用例运行时端口冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1583#issuecomment-589516471 @liubao68

[servicecomb-mesher] branch master updated: remove env in start.sh (#104)

2020-02-20 Thread tianxiaoliang
This is an automated email from the ASF dual-hosted git repository. tianxiaoliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-mesher.git The following commit(s) were added to refs/heads/master by this push: new 813c9ab remove env in

[GitHub] [servicecomb-java-chassis] zouwenxmu commented on issue #1445: 使用SpringBoot2+外置Tomcat容器RestServletInitializer报空指针错误

2020-02-20 Thread GitBox
zouwenxmu commented on issue #1445: 使用SpringBoot2+外置Tomcat容器RestServletInitializer报空指针错误 URL: https://github.com/apache/servicecomb-java-chassis/issues/1445#issuecomment-589472303 我也遇到同样的问题了 This is an automated message

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1485: 超时和503会触发隔离,那么这个503指的是什么呢?

2020-02-20 Thread GitBox
liubao68 closed issue #1485: 超时和503会触发隔离,那么这个503指的是什么呢? URL: https://github.com/apache/servicecomb-java-chassis/issues/1485 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1486: 业务用户hicloud执行consolewebsite的start脚本 tomcat/logs/localhost.2019-12-24.log报如下错误,请问怎么解决

2020-02-20 Thread GitBox
liubao68 closed issue #1486: 业务用户hicloud执行consolewebsite的start脚本 tomcat/logs/localhost.2019-12-24.log报如下错误,请问怎么解决 URL: https://github.com/apache/servicecomb-java-chassis/issues/1486 This is an automated message from the

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1464: 怎么新建一个线程池在yaml里

2020-02-20 Thread GitBox
liubao68 edited a comment on issue #1464: 怎么新建一个线程池在yaml里 URL: https://github.com/apache/servicecomb-java-chassis/issues/1464#issuecomment-566456197 Maybe you can first read [here](https://docs.servicecomb.io/java-chassis/zh_CN/build-provider/thread-pool/)

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1465: cse熔断判断590问题

2020-02-20 Thread GitBox
liubao68 closed issue #1465: cse熔断判断590问题 URL: https://github.com/apache/servicecomb-java-chassis/issues/1465 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1464: 怎么新建一个线程池在yaml里

2020-02-20 Thread GitBox
liubao68 closed issue #1464: 怎么新建一个线程池在yaml里 URL: https://github.com/apache/servicecomb-java-chassis/issues/1464 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1463: cse启动过程中报端口冲突

2020-02-20 Thread GitBox
liubao68 closed issue #1463: cse启动过程中报端口冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1463 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1462: how to generate a pic verify code for the web portal ?

2020-02-20 Thread GitBox
liubao68 closed issue #1462: how to generate a pic verify code for the web portal ? URL: https://github.com/apache/servicecomb-java-chassis/issues/1462 This is an automated message from the Apache Git Service. To respond to

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1453: 普通springboot改为cse,WebSocket的url无法被找到

2020-02-20 Thread GitBox
liubao68 closed issue #1453: 普通springboot改为cse,WebSocket的url无法被找到 URL: https://github.com/apache/servicecomb-java-chassis/issues/1453 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1456: consulting about the cse context injection

2020-02-20 Thread GitBox
liubao68 closed issue #1456: consulting about the cse context injection URL: https://github.com/apache/servicecomb-java-chassis/issues/1456 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1451: EdgeService熔断配置不生效

2020-02-20 Thread GitBox
liubao68 closed issue #1451: EdgeService熔断配置不生效 URL: https://github.com/apache/servicecomb-java-chassis/issues/1451 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1447: serviceComb适配vertx-pac4j报错

2020-02-20 Thread GitBox
liubao68 closed issue #1447: serviceComb适配vertx-pac4j报错 URL: https://github.com/apache/servicecomb-java-chassis/issues/1447 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1446: 请求的URL中存在冒号报错490

2020-02-20 Thread GitBox
liubao68 closed issue #1446: 请求的URL中存在冒号报错490 URL: https://github.com/apache/servicecomb-java-chassis/issues/1446 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1446: 请求的URL中存在冒号报错490

2020-02-20 Thread GitBox
liubao68 commented on issue #1446: 请求的URL中存在冒号报错490 URL: https://github.com/apache/servicecomb-java-chassis/issues/1446#issuecomment-589468264 可以尝试一下 2.0.0, 这个 [issue](https://github.com/apache/servicecomb-java-chassis/pull/1561) 或许和问题有关。

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1444: 在src/main/resources 路径下的配置文件在CSE配置文件中的路径配置问题

2020-02-20 Thread GitBox
liubao68 closed issue #1444: 在src/main/resources 路径下的配置文件在CSE配置文件中的路径配置问题 URL: https://github.com/apache/servicecomb-java-chassis/issues/1444 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1440: cse中如何获取request、response

2020-02-20 Thread GitBox
liubao68 closed issue #1440: cse中如何获取request、response URL: https://github.com/apache/servicecomb-java-chassis/issues/1440 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1438: 在arm64上执行multiple-client 单元测试时服务挂起,一直等待,却没有任何处理?

2020-02-20 Thread GitBox
liubao68 closed issue #1438: 在arm64上执行multiple-client 单元测试时服务挂起,一直等待,却没有任何处理? URL: https://github.com/apache/servicecomb-java-chassis/issues/1438 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1437: 在arm64上执行集成测试出错 -Dservicecomb.rest.address=0.0.0.0:0?sslEnabled=true=http2

2020-02-20 Thread GitBox
liubao68 closed issue #1437: 在arm64上执行集成测试出错 -Dservicecomb.rest.address=0.0.0.0:0?sslEnabled=true=http2 URL: https://github.com/apache/servicecomb-java-chassis/issues/1437 This is an automated message from the Apache Git

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1433: AsyncRestTemplate是否支持reactive?

2020-02-20 Thread GitBox
liubao68 closed issue #1433: AsyncRestTemplate是否支持reactive? URL: https://github.com/apache/servicecomb-java-chassis/issues/1433 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1361: AsyncRestTemplate has deprecated in springframework

2020-02-20 Thread GitBox
liubao68 commented on issue #1361: AsyncRestTemplate has deprecated in springframework URL: https://github.com/apache/servicecomb-java-chassis/issues/1361#issuecomment-589464436 Start from 2.0.0. java-chassis only support spring 5, it's not recommended to use `AsyncRestTemplate`. Use

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1361: AsyncRestTemplate has deprecated in springframework

2020-02-20 Thread GitBox
liubao68 closed issue #1361: AsyncRestTemplate has deprecated in springframework URL: https://github.com/apache/servicecomb-java-chassis/issues/1361 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1411: 资料文档不具备指导作用

2020-02-20 Thread GitBox
liubao68 closed issue #1411: 资料文档不具备指导作用 URL: https://github.com/apache/servicecomb-java-chassis/issues/1411 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1411: 资料文档不具备指导作用

2020-02-20 Thread GitBox
liubao68 commented on issue #1411: 资料文档不具备指导作用 URL: https://github.com/apache/servicecomb-java-chassis/issues/1411#issuecomment-589463718 2.0.0 文档进行了刷新, [参考](https://docs.servicecomb.io/java-chassis/zh_CN/config/general-config/) 。 有问题欢迎提新问题反馈。

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1495: 对于JDK8以上的支持问题

2020-02-20 Thread GitBox
liubao68 closed issue #1495: 对于JDK8以上的支持问题 URL: https://github.com/apache/servicecomb-java-chassis/issues/1495 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1495: 对于JDK8以上的支持问题

2020-02-20 Thread GitBox
liubao68 commented on issue #1495: 对于JDK8以上的支持问题 URL: https://github.com/apache/servicecomb-java-chassis/issues/1495#issuecomment-589463479 可以使用 2.0.0 版本, 已经可以支持 JDK 11运行。 This is an automated message from the Apache Git

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1502: JDK12demo启动报错:NullPointerException,换回JDK8没问题。

2020-02-20 Thread GitBox
liubao68 edited a comment on issue #1502: JDK12demo启动报错:NullPointerException,换回JDK8没问题。 URL: https://github.com/apache/servicecomb-java-chassis/issues/1502#issuecomment-589460853 JDK 12 为了安全性, 所有破坏对象封装性的的操作都是不允许的了。 目前 java-chassis 还有部分特性以及一些三方件还使用这些特性,无法运行于 JDK 12。 发布的 2.0.0 版本已经可以在 JDK

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1502: JDK12demo启动报错:NullPointerException,换回JDK8没问题。

2020-02-20 Thread GitBox
liubao68 commented on issue #1502: JDK12demo启动报错:NullPointerException,换回JDK8没问题。 URL: https://github.com/apache/servicecomb-java-chassis/issues/1502#issuecomment-589460853 JDK 12 为了安全性, 所有破坏对象封装性的的操作都是不允许的了。 目前 java-chassis 还有部分特性以及一些三方件还使用这些特性,无法运行于 JDK 12。 发布的 2.0.0 版本已经可以在 JDK 11运行, 目前

[GitHub] [servicecomb-java-chassis] liubao68 closed issue #1502: JDK12demo启动报错:NullPointerException,换回JDK8没问题。

2020-02-20 Thread GitBox
liubao68 closed issue #1502: JDK12demo启动报错:NullPointerException,换回JDK8没问题。 URL: https://github.com/apache/servicecomb-java-chassis/issues/1502 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1586: foundation-protobuf序列化问题

2020-02-20 Thread GitBox
liubao68 commented on issue #1586: foundation-protobuf序列化问题 URL: https://github.com/apache/servicecomb-java-chassis/issues/1586#issuecomment-589457478 你正在使用最新版本 `foundation-protobuf` 提供的 API 吗, 能否看下你的用法? ProtoBuffer 对于所有缺省值在序列化的时候,都是采用的不生成任何内容。 因此在反序列化的时候, 结果都是 null(包括基本类型,enum等)。

[GitHub] [servicecomb-website] liubao68 opened a new pull request #242: [SCB-1778] update java-chassis release guide and verification guide

2020-02-20 Thread GitBox
liubao68 opened a new pull request #242: [SCB-1778] update java-chassis release guide and verification guide URL: https://github.com/apache/servicecomb-website/pull/242 This is an automated message from the Apache Git

[GitHub] [servicecomb-website] liubao68 closed pull request #241: [SCB-1778] update java-chassis release guide and verification guide

2020-02-20 Thread GitBox
liubao68 closed pull request #241: [SCB-1778] update java-chassis release guide and verification guide URL: https://github.com/apache/servicecomb-website/pull/241 This is an automated message from the Apache Git Service. To

[GitHub] [servicecomb-website] liubao68 commented on issue #241: [SCB-1778] update java-chassis release guide and verification guide

2020-02-20 Thread GitBox
liubao68 commented on issue #241: [SCB-1778] update java-chassis release guide and verification guide URL: https://github.com/apache/servicecomb-website/pull/241#issuecomment-589453259 close because wrong branch This is an

[servicecomb-website] 02/02: Publish the website

2020-02-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git commit a2eef2ef8bdfd0119cadba9329a7136e134eb24d Author: Willem Jiang AuthorDate: Fri Feb 21 00:06:23 2020

[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-02-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git commit 2f1d0c0d72f072155832f1c4f6d78027e1240e48 Merge: 5e77856 2813f20 Author: Willem Jiang AuthorDate: Fri

[servicecomb-website] branch asf-site updated (5e77856 -> a2eef2e)

2020-02-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git. from 5e77856 Publish the website add 2813f20 release ServiceComb Java Chassis 2.0.0 new

[GitHub] [servicecomb-website] WillemJiang commented on issue #241: [SCB-1778] update java-chassis release guide and verification guide

2020-02-20 Thread GitBox
WillemJiang commented on issue #241: [SCB-1778] update java-chassis release guide and verification guide URL: https://github.com/apache/servicecomb-website/pull/241#issuecomment-589155626 Please send the request to the master branch.

[GitHub] [servicecomb-website] WillemJiang merged pull request #240: release ServiceComb Java Chassis 2.0.0

2020-02-20 Thread GitBox
WillemJiang merged pull request #240: release ServiceComb Java Chassis 2.0.0 URL: https://github.com/apache/servicecomb-website/pull/240 This is an automated message from the Apache Git Service. To respond to the message,

[servicecomb-website] branch master updated: release ServiceComb Java Chassis 2.0.0

2020-02-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git The following commit(s) were added to refs/heads/master by this push: new 2813f20 release ServiceComb

[GitHub] [servicecomb-java-chassis] aceElysion commented on issue #1586: foundation-protobuf序列化问题

2020-02-20 Thread GitBox
aceElysion commented on issue #1586: foundation-protobuf序列化问题 URL: https://github.com/apache/servicecomb-java-chassis/issues/1586#issuecomment-589147051 还有个问题: 布尔类型,值为 false的话,反序列化出来也是null

[GitHub] [servicecomb-java-chassis] aceElysion opened a new issue #1586: foundation-protobuf序列化问题

2020-02-20 Thread GitBox
aceElysion opened a new issue #1586: foundation-protobuf序列化问题 URL: https://github.com/apache/servicecomb-java-chassis/issues/1586 1. 继承,父类的属性 反序列化不出来,是空值 2. 整形类型若值为0, 反序列化出来是 null This is an automated message from the

[GitHub] [servicecomb-website] liubao68 opened a new pull request #241: [SCB-1778] update java-chassis release guide and verification guide

2020-02-20 Thread GitBox
liubao68 opened a new pull request #241: [SCB-1778] update java-chassis release guide and verification guide URL: https://github.com/apache/servicecomb-website/pull/241 This is an automated message from the Apache Git

[GitHub] [servicecomb-website] liubao68 opened a new pull request #240: release ServiceComb Java Chassis 2.0.0

2020-02-20 Thread GitBox
liubao68 opened a new pull request #240: release ServiceComb Java Chassis 2.0.0 URL: https://github.com/apache/servicecomb-website/pull/240 This is an automated message from the Apache Git Service. To respond to the message,

[servicecomb-mesher] branch master updated: Dubbo protocol supports timeout configuration (#103)

2020-02-20 Thread tianxiaoliang
This is an automated email from the ASF dual-hosted git repository. tianxiaoliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-mesher.git The following commit(s) were added to refs/heads/master by this push: new 5c4f196 Dubbo protocol

[GitHub] [servicecomb-java-chassis] coveralls commented on issue #1585: [SCB-1783] prepare 2.0.1-SNAPSHOT

2020-02-20 Thread GitBox
coveralls commented on issue #1585: [SCB-1783] prepare 2.0.1-SNAPSHOT URL: https://github.com/apache/servicecomb-java-chassis/pull/1585#issuecomment-588808800 [![Coverage Status](https://coveralls.io/builds/28848311/badge)](https://coveralls.io/builds/28848311) Coverage

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #1585: [SCB-1783] prepare 2.0.1-SNAPSHOT

2020-02-20 Thread GitBox
liubao68 merged pull request #1585: [SCB-1783] prepare 2.0.1-SNAPSHOT URL: https://github.com/apache/servicecomb-java-chassis/pull/1585 This is an automated message from the Apache Git Service. To respond to the message,

[servicecomb-java-chassis] branch master updated: [SCB-1783] prepare 2.0.1-SNAPSHOT

2020-02-20 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 c1853c1 [SCB-1783] prepare

svn commit: r38173 - in /dev/servicecomb/servicecomb-java-chassis: 1.2.0/ 1.2.1/ 1.3.0/

2020-02-20 Thread liubao
Author: liubao Date: Thu Feb 20 08:59:05 2020 New Revision: 38173 Log: delete old files Removed: dev/servicecomb/servicecomb-java-chassis/1.2.0/ dev/servicecomb/servicecomb-java-chassis/1.2.1/ dev/servicecomb/servicecomb-java-chassis/1.3.0/

svn commit: r38172 - /release/servicecomb/servicecomb-java-chassis/2.0.0/

2020-02-20 Thread liubao
Author: liubao Date: Thu Feb 20 08:52:39 2020 New Revision: 38172 Log: release java chassis 2.0.0 Added: release/servicecomb/servicecomb-java-chassis/2.0.0/ release/servicecomb/servicecomb-java-chassis/2.0.0/apache-servicecomb-java-chassis-distribution-2.0.0-bin.zip (with props)

[GitHub] [servicecomb-java-chassis] liubao68 opened a new pull request #1585: [SCB-1783] prepare 2.0.1-SNAPSHOT

2020-02-20 Thread GitBox
liubao68 opened a new pull request #1585: [SCB-1783] prepare 2.0.1-SNAPSHOT URL: https://github.com/apache/servicecomb-java-chassis/pull/1585 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA