[GitHub] lovepoem commented on issue #612: 什么时候支持jdk8

2018-04-13 Thread GitBox
lovepoem commented on issue #612: 什么时候支持jdk8 URL: https://github.com/apache/incubator-dubbo/issues/612#issuecomment-381266814 support now This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] lovepoem closed issue #612: 什么时候支持jdk8

2018-04-13 Thread GitBox
lovepoem closed issue #612: 什么时候支持jdk8 URL: https://github.com/apache/incubator-dubbo/issues/612 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] lovepoem closed issue #347: 一起讨论邀请

2018-04-13 Thread GitBox
lovepoem closed issue #347: 一起讨论邀请 URL: https://github.com/apache/incubator-dubbo/issues/347 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to

[GitHub] lovepoem commented on issue #1251: Dubbo Spring Boot 1.0.0-SNAPSHOT will be released

2018-04-13 Thread GitBox
lovepoem commented on issue #1251: Dubbo Spring Boot 1.0.0-SNAPSHOT will be released URL: https://github.com/apache/incubator-dubbo/issues/1251#issuecomment-381267233 now 1.0.0 have been released This is an automated

[GitHub] lovepoem closed issue #1427: Combine these two spring boot starter projects?

2018-04-13 Thread GitBox
lovepoem closed issue #1427: Combine these two spring boot starter projects? URL: https://github.com/apache/incubator-dubbo/issues/1427 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] lovepoem closed issue #865: 2.5.7版本新特性

2018-04-13 Thread GitBox
lovepoem closed issue #865: 2.5.7版本新特性 URL: https://github.com/apache/incubator-dubbo/issues/865 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] lovepoem closed issue #406: dubbo 的 spring2.5的。现在spring一般都用4了。 这个有影响吗?

2018-04-13 Thread GitBox
lovepoem closed issue #406: dubbo 的 spring2.5的。现在spring一般都用4了。 这个有影响吗? URL: https://github.com/apache/incubator-dubbo/issues/406 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] lovepoem commented on issue #375: dubbo thrift协议问题

2018-04-13 Thread GitBox
lovepoem commented on issue #375: dubbo thrift协议问题 URL: https://github.com/apache/incubator-dubbo/issues/375#issuecomment-381199619 @linbenxing can you paste more logs or sone code ? This is an automated message from the

[GitHub] lovepoem commented on issue #616: 计划官方支持 Spring boot么? 目前的配置很不友好

2018-04-13 Thread GitBox
lovepoem commented on issue #616: 计划官方支持 Spring boot么? 目前的配置很不友好 URL: https://github.com/apache/incubator-dubbo/issues/616#issuecomment-381197436 https://github.com/apache/incubator-dubbo-spring-boot-project is the official version

[GitHub] lovepoem closed issue #616: 计划官方支持 Spring boot么? 目前的配置很不友好

2018-04-13 Thread GitBox
lovepoem closed issue #616: 计划官方支持 Spring boot么? 目前的配置很不友好 URL: https://github.com/apache/incubator-dubbo/issues/616 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] lovepoem commented on issue #1434: Hot to use "rest" protocol in dubbo, any demo?

2018-04-13 Thread GitBox
lovepoem commented on issue #1434: Hot to use "rest" protocol in dubbo, any demo? URL: https://github.com/apache/incubator-dubbo/issues/1434#issuecomment-381194088 https://github.com/apache/incubator-dubbo-docs/pull/14 the dubbox's documents will be merged,hope it can help you

[GitHub] lovepoem closed issue #1379: Can dubbo have a real communtiy ?

2018-04-13 Thread GitBox
lovepoem closed issue #1379: Can dubbo have a real communtiy ? URL: https://github.com/apache/incubator-dubbo/issues/1379 This is an automated message from the Apache Git Service. To respond to the message, please log on

How to use standard cxf client to invoke Dubbo Webservice?

2018-04-13 Thread lixiaguang
I got a Dubbo Webservice WSDL Address. I want to use cxf client toinvoke.But when i run my code,I got some error "NullPointerException".here is my client code: import javax.xml.namespace.QName; import javax.xml.ws.WebServiceClient; import org.apache.cxf.endpoint.Client; import

[GitHub] zsw12013 commented on issue #106: How to config "async " attribute on method when I use annotation?

2018-04-13 Thread GitBox
zsw12013 commented on issue #106: How to config "async " attribute on method when I use annotation? URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/106#issuecomment-381299510 好像没有提供吧 This is an

How to get Session info using dubbo Filter?

2018-04-13 Thread 张卓群
我正在做dubbo的权限认证,现在发现我没有办法在dubbo filter里面获取当前用户的session信息。系统是通过HttpServletRequest实时获取用户信息的,但是在filter里面我无法注入HttpServletRequest,请问有什么方案或者建议吗?

[GitHub] takeseem commented on issue #1595: Upgrade spring version to 4.3.16.RELEASE.

2018-04-13 Thread GitBox
takeseem commented on issue #1595: Upgrade spring version to 4.3.16.RELEASE. URL: https://github.com/apache/incubator-dubbo/pull/1595#issuecomment-381299455 建议社区直接升级到spring v4.3.13,我们已经在线上使用spring4.x版本2年,spring4.3快半年了,至今没发现问题。

Re: [Suggestion] PR failing if test coverage went down

2018-04-13 Thread htynkn
yeah. I understand your concern. This is a common requirement for coverage calc service. Codecov support this feature. In codecov.yml, we can config threshold value which allow the coverage to drop by X%, and posting a success status. Regards, Yunkun Huang On 2018/04/10 06:36:03, Huxing Zhang

Unstable test for HessianProtocolTest

2018-04-13 Thread htynkn
hey team, I notice two fail for HessianProtocolTest in travis CI. but it will pass next time if you trigger CI again. The fail test file is com.alibaba.dubbo.rpc.protocol.hessian.HessianProtocolTest and console logs: Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 2.609 sec <<<

[GitHub] beiwei30 closed pull request #15: update guide book and git repo address

2018-04-13 Thread GitBox
beiwei30 closed pull request #15: update guide book and git repo address URL: https://github.com/apache/incubator-dubbo-docs/pull/15 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] zyhui98 closed pull request #1601: Merge pull request #1 from alibaba/master

2018-04-13 Thread GitBox
zyhui98 closed pull request #1601: Merge pull request #1 from alibaba/master URL: https://github.com/apache/incubator-dubbo/pull/1601 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] zyhui98 opened a new pull request #1601: Merge pull request #1 from alibaba/master

2018-04-13 Thread GitBox
zyhui98 opened a new pull request #1601: Merge pull request #1 from alibaba/master URL: https://github.com/apache/incubator-dubbo/pull/1601 20180120 pull ## What is the purpose of the change X ## Brief changelog XX ## Verifying this change

[GitHub] HHHuanzhYYY closed issue #1603: dubbo-admin 模块去哪了?

2018-04-13 Thread GitBox
HHHuanzhYYY closed issue #1603: dubbo-admin 模块去哪了? URL: https://github.com/apache/incubator-dubbo/issues/1603 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] rambosir opened a new issue #1602: dubbo v2.6.1 @Service(retries=0)

2018-04-13 Thread GitBox
rambosir opened a new issue #1602: dubbo v2.6.1 @Service(retries=0) URL: https://github.com/apache/incubator-dubbo/issues/1602 retries=0不生效,请问是因为retries默认也是0的原因吗? This is an automated message from the Apache Git Service. To

[GitHub] rambosir commented on issue #1602: dubbo v2.6.1 @Service(retries=0)

2018-04-13 Thread GitBox
rambosir commented on issue #1602: dubbo v2.6.1 @Service(retries=0) URL: https://github.com/apache/incubator-dubbo/issues/1602#issuecomment-381051245 @zonghaishang thanks! This is an automated message from the Apache Git

[GitHub] zonghaishang commented on issue #1602: dubbo v2.6.1 @Service(retries=0)

2018-04-13 Thread GitBox
zonghaishang commented on issue #1602: dubbo v2.6.1 @Service(retries=0) URL: https://github.com/apache/incubator-dubbo/issues/1602#issuecomment-381050860 duplicate with https://github.com/apache/incubator-dubbo/issues/1421

[GitHub] codecov-io commented on issue #1601: Merge pull request #1 from alibaba/master

2018-04-13 Thread GitBox
codecov-io commented on issue #1601: Merge pull request #1 from alibaba/master URL: https://github.com/apache/incubator-dubbo/pull/1601#issuecomment-381049711 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1601?src=pr=h1) Report > Merging

[GitHub] HHHuanzhYYY opened a new issue #1603: dubbo-admin 模块去哪了?

2018-04-13 Thread GitBox
HHHuanzhYYY opened a new issue #1603: dubbo-admin 模块去哪了? URL: https://github.com/apache/incubator-dubbo/issues/1603 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] bolton1643 commented on issue #1273: 使用maven-shade-plugin打包demo程序不能运行

2018-04-13 Thread GitBox
bolton1643 commented on issue #1273: 使用maven-shade-plugin打包demo程序不能运行 URL: https://github.com/apache/incubator-dubbo/issues/1273#issuecomment-381076166 在你工程的src/main/resources/META-INF/dubbo/internal/ 添加一个文件com.alibaba.dubbo.common.extension.ExtensionFactory, 里面的内容如下

[GitHub] smallnest commented on issue #1273: 使用maven-shade-plugin打包demo程序不能运行

2018-04-13 Thread GitBox
smallnest commented on issue #1273: 使用maven-shade-plugin打包demo程序不能运行 URL: https://github.com/apache/incubator-dubbo/issues/1273#issuecomment-381085696 @bolton1643 好的,我有空试试,多谢 This is an automated message from the Apache Git

[GitHub] libbylg commented on issue #1599: 两个建议

2018-04-13 Thread GitBox
libbylg commented on issue #1599: 两个建议 URL: https://github.com/apache/incubator-dubbo/issues/1599#issuecomment-381074170 @KimHu01 How about [servicecomb](https://servicecomb.incubator.apache.org/)? It is base on swagger. And there are some tools to mock the dependency service easily, if

Re: List moderation

2018-04-13 Thread Mark Thomas
On 12/04/18 08:50, Huxing Zhang wrote: > On Thu, Apr 12, 2018 at 3:48 PM, Mark Thomas wrote: >> On 12/04/18 03:47, Huxing Zhang wrote: >>> Hi, >>> >>> I would like to volunteer. Please add me as moderator. >> >> Which list(s)? All of them? > > Yes, all of them. Done. Enjoy :)

[GitHub] zonghaishang opened a new issue #1604: Please update pr template and specification

2018-04-13 Thread GitBox
zonghaishang opened a new issue #1604: Please update pr template and specification URL: https://github.com/apache/incubator-dubbo/issues/1604 @beiwei30 Please update pull request template and specification, thanks.