[GitHub] [servicecomb-java-chassis] liuguangrong opened a new issue #2145: 边缘服务和业务服务交互

2020-12-16 Thread GitBox
liuguangrong opened a new issue #2145: URL: https://github.com/apache/servicecomb-java-chassis/issues/2145 利用边缘服务edge做网关与其他服务交互时。链接不通,异常信息是在RestClientInvocation.java的 clientRequest.exceptionHandler(e -> { invocation.getTraceIdLogger().error(LOGGER, "Failed to send request,

[GitHub] [servicecomb-java-chassis] yaotingli opened a new issue #2144: 流控

2020-12-16 Thread GitBox
yaotingli opened a new issue #2144: URL: https://github.com/apache/servicecomb-java-chassis/issues/2144 大佬,您好: 假设有一个ServiceA启动并注册到了servicecomb注册中心。 ServiceA配置Provider.global.limit=5 请问: 我直接通过Http调用ServiceA的接口,这时会有流控吗?若有流控,流控限制是:Provider.global.limit吗?

[GitHub] [servicecomb-java-chassis] hypggg commented on issue #2137: 升级serviceComb到2.1.3后,项目有时候会启动不起来,一直转圈圈

2020-12-16 Thread GitBox
hypggg commented on issue #2137: URL: https://github.com/apache/servicecomb-java-chassis/issues/2137#issuecomment-747174822 原因不明,先关闭 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [servicecomb-java-chassis] hypggg closed issue #2137: 升级serviceComb到2.1.3后,项目有时候会启动不起来,一直转圈圈

2020-12-16 Thread GitBox
hypggg closed issue #2137: URL: https://github.com/apache/servicecomb-java-chassis/issues/2137 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2020-12-16 Thread GitBox
HoyerIsAlexander edited a comment on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747170110 CSE版本:3.1.5 ServiceComb版本:2.1.2 Jackson版本:2.11.0 业务代码: ``` API接口 public interface ApiInterface { QueryRsp query(@Valid

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

2020-12-16 Thread GitBox
HoyerIsAlexander edited a comment on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747170110 CSE版本:3.1.5 ServiceComb版本:2.1.2 Jackson版本:2.11.0 业务代码: ``` API接口 public interface ApiInterface { QueryRsp query(@Valid

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

2020-12-16 Thread GitBox
HoyerIsAlexander edited a comment on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747170110 CSE版本:3.1.5 ServiceComb版本:2.1.2 Jackson版本:2.11.0 业务代码: ` API接口 public interface ApiInterface { QueryRsp query(@Valid

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

2020-12-16 Thread GitBox
HoyerIsAlexander commented on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747170110 CSE版本:3.1.5 ServiceComb版本:2.1.2 Jackson版本:2.11.0 业务代码: ` API接口 public interface ApiInterface { QueryRsp query(@Valid QueryParam

[servicecomb-java-chassis] branch master updated: [SCB-2165] allow @ConditionalOnProperty work with configuration from microservice.yaml (#2141)

2020-12-16 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 323d5b7 [SCB-2165] allow

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2141: [SCB-2165] allow @ConditionalOnProperty work with configuration from …

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

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2143: [SCB-2164]InstanceCacheCheckTask only print necessary message to avoi…

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

[servicecomb-java-chassis] branch 1.3.x updated: [SCB-2164]InstanceCacheCheckTask only print necessary message to avoid information leak (#2143)

2020-12-16 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git The following commit(s) were added to refs/heads/1.3.x by this push: new 5995adb

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

2020-12-16 Thread GitBox
liubao68 commented on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747153718 你能发下你的代码是怎么写的吗?前面的讨论和例子,实际上都说明了你的用法不会返回 new String[]{null}。 我测试也没发现这种情况。 可以按照下面格式反馈下: 业务代码: ``` @Path("queryListCSV") @GET

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2139: @RequestBody 启动报错2.x

2020-12-16 Thread GitBox
liubao68 commented on issue #2139: URL: https://github.com/apache/servicecomb-java-chassis/issues/2139#issuecomment-747148745 [升级指南](https://docs.servicecomb.io/java-chassis/zh_CN/featured-topics/upgrading/1_3_0T2_0_0/) 有说明这个问题

[GitHub] [servicecomb-java-chassis] liubao68 opened a new pull request #2143: [SCB-2164]InstanceCacheCheckTask only print necessary message to avoi…

2020-12-16 Thread GitBox
liubao68 opened a new pull request #2143: URL: https://github.com/apache/servicecomb-java-chassis/pull/2143 …d information leak Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[GitHub] [servicecomb-java-chassis] wujimin commented on a change in pull request #2141: [SCB-2165] allow @ConditionalOnProperty work with configuration from …

2020-12-16 Thread GitBox
wujimin commented on a change in pull request #2141: URL: https://github.com/apache/servicecomb-java-chassis/pull/2141#discussion_r544743882 ## File path:

[GitHub] [servicecomb-java-chassis] HoyerIsAlexander edited a comment on issue #2081: servicecomb升级至2.1.2版本后,GET接口请求参数设置值方式修改

2020-12-16 Thread GitBox
HoyerIsAlexander edited a comment on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747139925 之前的1.3.0版本中,这么传值接受是空数组,现在传null包括传一个“”都会认为是new String[]{null}或者new

[GitHub] [servicecomb-java-chassis] HoyerIsAlexander edited a comment on issue #2081: servicecomb升级至2.1.2版本后,GET接口请求参数设置值方式修改

2020-12-16 Thread GitBox
HoyerIsAlexander edited a comment on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747139925 之前的1.3.0版本中,这么传值接受是空数组,现在传null包括传一个“”都会认为是new String[]{null}或者new String[]{""},包括Post接口,导致很多兼容性问题,引起了客户投诉,想了解下后续这方面的修改我们在版本升级的时候应该从哪里获取,另外我们是否可以自定义

[GitHub] [servicecomb-java-chassis] HoyerIsAlexander edited a comment on issue #2081: servicecomb升级至2.1.2版本后,GET接口请求参数设置值方式修改

2020-12-16 Thread GitBox
HoyerIsAlexander edited a comment on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747139925 之前的1.3.0版本中,这么传值接受是空数组,现在传null包括传一个“”都会认为是new String[]{null}或者new String[]{""},包括Post接口,导致很多兼容性问题,引起了客户投诉,想了解下后续这方面的修改我们在版本升级的时候应该从哪里获取,另外我们是否可以只定义

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

2020-12-16 Thread GitBox
HoyerIsAlexander commented on issue #2081: URL: https://github.com/apache/servicecomb-java-chassis/issues/2081#issuecomment-747139925 之前的1.3.0版本中,这么传值接受是空数组,现在传null包括传一个“”都会认为是new String[]{null}或者new String[]{""},导致很多兼容性问题,引起了客户投诉,想了解下后续这方面的修改我们在版本升级的时候应该从哪里获取,另外我们是否可以只定义

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2142: [SCB-2166] swagger generator support securityDefinition

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

[servicecomb-java-chassis] branch master updated (7f8f71d -> b79423c)

2020-12-16 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git. from 7f8f71d [SCB-2164]InstanceCacheCheckTask only print necessary message to avoid information leak

[GitHub] [servicecomb-java-chassis] HoyerIsAlexander closed issue #2124: 可以自定义Timetamp的返回格式吗?

2020-12-16 Thread GitBox
HoyerIsAlexander closed issue #2124: URL: https://github.com/apache/servicecomb-java-chassis/issues/2124 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [servicecomb-java-chassis] HoyerIsAlexander commented on issue #2125: servicecomb 2.1.0版本,单独升级Jackson后启动失败

2020-12-16 Thread GitBox
HoyerIsAlexander commented on issue #2125: URL: https://github.com/apache/servicecomb-java-chassis/issues/2125#issuecomment-747137959 项目里应该是用了kafka或者其他依赖jackson的包吧,把对应的包升级到支持jackson 2.11就行 This is an automated message from

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #2141: [SCB-2165] allow @ConditionalOnProperty work with configuration from …

2020-12-16 Thread GitBox
liubao68 commented on a change in pull request #2141: URL: https://github.com/apache/servicecomb-java-chassis/pull/2141#discussion_r544734160 ## File path:

[GitHub] [servicecomb-java-chassis] codecov-io commented on pull request #2142: [SCB-2166] swagger generator support securityDefinition

2020-12-16 Thread GitBox
codecov-io commented on pull request #2142: URL: https://github.com/apache/servicecomb-java-chassis/pull/2142#issuecomment-746675122 # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2142?src=pr=h1) Report > Merging

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #2142: [SCB-2166] swagger generator support securityDefinition

2020-12-16 Thread GitBox
wujimin opened a new pull request #2142: URL: https://github.com/apache/servicecomb-java-chassis/pull/2142 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #2141: [SCB-2165] allow @ConditionalOnProperty work with configuration from …

2020-12-16 Thread GitBox
wujimin opened a new pull request #2141: URL: https://github.com/apache/servicecomb-java-chassis/pull/2141 …microservice.yaml Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #2139: @RequestBody 启动报错2.x

2020-12-16 Thread GitBox
wujimin commented on issue #2139: URL: https://github.com/apache/servicecomb-java-chassis/issues/2139#issuecomment-746413300 ``` Caused by: java.lang.IllegalStateException: parameter name is not present, method=org.example.controller.HelloController:result solution: change

[servicecomb-java-chassis] branch master updated: [SCB-2164]InstanceCacheCheckTask only print necessary message to avoid information leak

2020-12-16 Thread wujimin
This is an automated email from the ASF dual-hosted git repository. wujimin 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 7f8f71d

[GitHub] [servicecomb-java-chassis] wujimin merged pull request #2140: [SCB-2164]InstanceCacheCheckTask only print necessary message to avoi…

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

[GitHub] [servicecomb-service-center] tianxiaoliang commented on pull request #787: [SCD-2133] add new display data interface

2020-12-16 Thread GitBox
tianxiaoliang commented on pull request #787: URL: https://github.com/apache/servicecomb-service-center/pull/787#issuecomment-746038377 补充UT,已经有mock实现了,用mock做 This is an automated message from the Apache Git Service. To

[GitHub] [servicecomb-java-chassis] myVictor commented on issue #2139: @RequestBody 启动报错2.x

2020-12-16 Thread GitBox
myVictor commented on issue #2139: URL: https://github.com/apache/servicecomb-java-chassis/issues/2139#issuecomment-746038469 具体信息: 实体类: public class StudentVo { private String name; private int age; private Date time; public String

[GitHub] [servicecomb-service-center] tianxiaoliang commented on pull request #787: [SCD-2133] add new display data interface

2020-12-16 Thread GitBox
tianxiaoliang commented on pull request #787: URL: https://github.com/apache/servicecomb-service-center/pull/787#issuecomment-746036884 补充下Use case This is an automated message from the Apache Git Service. To respond to the

[GitHub] [servicecomb-java-chassis] codecov-io commented on pull request #2140: [SCB-2164]InstanceCacheCheckTask only print necessary message to avoi…

2020-12-16 Thread GitBox
codecov-io commented on pull request #2140: URL: https://github.com/apache/servicecomb-java-chassis/pull/2140#issuecomment-746028876 # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2140?src=pr=h1) Report > Merging

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #2139: @RequestBody 启动报错2.x

2020-12-16 Thread GitBox
liubao68 edited a comment on issue #2139: URL: https://github.com/apache/servicecomb-java-chassis/issues/2139#issuecomment-746011264 可能是 StudentVo 或者 StudentVo 存在抽象类和接口, 需要看下你的详细错误。 [类型支持说明参考](https://docs.servicecomb.io/java-chassis/zh_CN/build-provider/interface-constraints/), 可以先了解下和

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2139: @RequestBody 启动报错2.x

2020-12-16 Thread GitBox
liubao68 commented on issue #2139: URL: https://github.com/apache/servicecomb-java-chassis/issues/2139#issuecomment-746011264 可能是 StudentVo 存在抽象类和接口, 需要看下你的详细错误。 [类型支持说明参考](https://docs.servicecomb.io/java-chassis/zh_CN/build-provider/interface-constraints/), 可以先了解下和 spring boot的差异。

[GitHub] [servicecomb-service-center] GuoYL123 opened a new pull request #787: [SCD-2133] add new display data interface

2020-12-16 Thread GitBox
GuoYL123 opened a new pull request #787: URL: https://github.com/apache/servicecomb-service-center/pull/787 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed

[GitHub] [servicecomb-java-chassis] liubao68 opened a new pull request #2140: [SCB-2164]InstanceCacheCheckTask only print necessary message to avoi…

2020-12-16 Thread GitBox
liubao68 opened a new pull request #2140: URL: https://github.com/apache/servicecomb-java-chassis/pull/2140 …d information leak Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[GitHub] [servicecomb-java-chassis] xiaoyuer11 closed issue #2129: 服务启动后,不会自动下载被调用服务实例接口锲约,只有接口第一次调用的时候才会去获取

2020-12-16 Thread GitBox
xiaoyuer11 closed issue #2129: URL: https://github.com/apache/servicecomb-java-chassis/issues/2129 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [servicecomb-java-chassis] xiaoyuer11 commented on issue #2129: 服务启动后,不会自动下载被调用服务实例接口锲约,只有接口第一次调用的时候才会去获取

2020-12-16 Thread GitBox
xiaoyuer11 commented on issue #2129: URL: https://github.com/apache/servicecomb-java-chassis/issues/2129#issuecomment-745967205 已解决 ths This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [servicecomb-java-chassis] myVictor opened a new issue #2139: @RequestBody 启动报错2.x

2020-12-16 Thread GitBox
myVictor opened a new issue #2139: URL: https://github.com/apache/servicecomb-java-chassis/issues/2139 Caused by: java.lang.IllegalStateException: generate swagger operation failed 我看springmvc标签支持表是支持的。 [](https://docs.servicecomb.io/java-chassis/zh_CN/build-provider/springmvc/)

[servicecomb-java-chassis] branch master updated: [SCB-2163] tiny code improve (#2138)

2020-12-16 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 4d613ee [SCB-2163] tiny code

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2138: [SCB-2163] tiny code improve

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