[GitHub] [servicecomb-java-chassis] johnyannj commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-23 Thread GitBox
johnyannj commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误 URL: https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-486088720 thanks @yhs0092 I solved the problem of static variables, by expanding the Juint. Use different classloader for every test case.

[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1192: java.net.URL类型做参数时启动失败

2019-04-23 Thread GitBox
yhs0092 commented on issue #1192: java.net.URL类型做参数时启动失败 URL: https://github.com/apache/servicecomb-java-chassis/issues/1192#issuecomment-486067621 ServiceComb-Java-Chassis对于微服务接口的定义不是完全没有要求的,简单地说,开发者定义的微服务接口需要能够被swagger服务契约明确地描述出来。参考资料: https://docs.servicecomb.io/java-chassis/zh_CN/bu

[servicecomb-java-chassis] branch master updated (225823d -> d3f42eb)

2019-04-23 Thread wujimin
This is an automated email from the ASF dual-hosted git repository. wujimin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git. from 225823d [SCB-1266] fix by review new c6d0a12 [SCB-1263] do not inherit InvocationContext fr

[GitHub] [servicecomb-java-chassis] wujimin merged pull request #1191: [SCB-1263] do not inherit InvocationContext from request header in edge

2019-04-23 Thread GitBox
wujimin merged pull request #1191: [SCB-1263] do not inherit InvocationContext from request header in edge URL: https://github.com/apache/servicecomb-java-chassis/pull/1191 This is an automated message from the Apache Git Se

[GitHub] [servicecomb-java-chassis] yhs0092 merged pull request #1193: [SCB-1266] Log4j2 marker leak

2019-04-23 Thread GitBox
yhs0092 merged pull request #1193: [SCB-1266] Log4j2 marker leak URL: https://github.com/apache/servicecomb-java-chassis/pull/1193 This is an automated message from the Apache Git Service. To respond to the message, please lo

[servicecomb-java-chassis] branch master updated (89f6ca4 -> 225823d)

2019-04-23 Thread yaohaishi
This is an automated email from the ASF dual-hosted git repository. yaohaishi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git. from 89f6ca4 [SCB-1260] fix: inspector online test with servlet.urlPattern cause 404 new 62dee

[GitHub] [servicecomb-java-chassis] coveralls edited a comment on issue #1193: [SCB-1266] Log4j2 marker leak

2019-04-23 Thread GitBox
coveralls edited a comment on issue #1193: [SCB-1266] Log4j2 marker leak URL: https://github.com/apache/servicecomb-java-chassis/pull/1193#issuecomment-485909476 [![Coverage Status](https://coveralls.io/builds/22985170/badge)](https://coveralls.io/builds/22985170) Coverage decre

[GitHub] [servicecomb-java-chassis] coveralls edited a comment on issue #1193: [SCB-1266] Log4j2 marker leak

2019-04-23 Thread GitBox
coveralls edited a comment on issue #1193: [SCB-1266] Log4j2 marker leak URL: https://github.com/apache/servicecomb-java-chassis/pull/1193#issuecomment-485909476 [![Coverage Status](https://coveralls.io/builds/22978580/badge)](https://coveralls.io/builds/22978580) Coverage decre

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #1193: [SCB-1266] Log4j2 marker leak

2019-04-23 Thread GitBox
wujimin opened a new pull request #1193: [SCB-1266] Log4j2 marker leak URL: https://github.com/apache/servicecomb-java-chassis/pull/1193 ScbMarker.getName() is relate to traceId and invocationId, it's dynamic log4j2 always convert slf4j marker to log4j marker type, and cache the inst

[GitHub] [servicecomb-java-chassis] wujimin closed pull request #1193: [SCB-1266] Log4j2 marker leak

2019-04-23 Thread GitBox
wujimin closed pull request #1193: [SCB-1266] Log4j2 marker leak URL: https://github.com/apache/servicecomb-java-chassis/pull/1193 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [servicecomb-java-chassis] coveralls commented on issue #1193: [SCB-1266] Log4j2 marker leak

2019-04-23 Thread GitBox
coveralls commented on issue #1193: [SCB-1266] Log4j2 marker leak URL: https://github.com/apache/servicecomb-java-chassis/pull/1193#issuecomment-485909476 [![Coverage Status](https://coveralls.io/builds/22976792/badge)](https://coveralls.io/builds/22976792) Coverage increased (+

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #1193: [SCB-1266] Log4j2 marker leak

2019-04-23 Thread GitBox
wujimin opened a new pull request #1193: [SCB-1266] Log4j2 marker leak URL: https://github.com/apache/servicecomb-java-chassis/pull/1193 ScbMarker.getName() is relate to traceId and invocationId, it's dynamic log4j2 always convert slf4j marker to log4j marker type, and cache the inst

[GitHub] [servicecomb-java-chassis] zhangzc0419 opened a new issue #1192: java.net.URL类型做参数时启动失败

2019-04-23 Thread GitBox
zhangzc0419 opened a new issue #1192: java.net.URL类型做参数时启动失败 URL: https://github.com/apache/servicecomb-java-chassis/issues/1192 ``` Caused by: java.lang.NullPointerException: null 5cbedd1414926425e587e6aa at org.apache.servicecomb.common.javassist.CtType.(CtType.java:52) `