[GitHub] EdwardLee03 commented on issue #427: message can not send, because channel is closed and com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method

2018-04-02 Thread GitBox
EdwardLee03 commented on issue #427: message can not send, because channel is closed and com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method URL: https://github.com/apache/incubator-dubbo/issues/427#issuecomment-378135895 我们遇到给问题的场景是 测试同学通过异步调用的方式测试Dubbo同步调用的服务,单测跑完了,但测试的异步回调还在

[GitHub] EdwardLee03 commented on issue #427: message can not send, because channel is closed and com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method

2018-04-02 Thread GitBox
EdwardLee03 commented on issue #427: message can not send, because channel is closed and com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method URL: https://github.com/apache/incubator-dubbo/issues/427#issuecomment-321296479 遇到相同的问题 ---

[GitHub] dungang commented on issue #1541: 参数属性

2018-04-02 Thread GitBox
dungang commented on issue #1541: 参数属性 URL: https://github.com/apache/incubator-dubbo/issues/1541#issuecomment-378126822 不好意思,搜索的issue的时候,不小心点到new了,然后找不到删除的按钮就closed了 This is an automated message from the Apache Git Service.

[GitHub] lovepoem commented on issue #1524: The version report to registry is 2.0.1 after dubbo 2.5.9

2018-04-02 Thread GitBox
lovepoem commented on issue #1524: The version report to registry is 2.0.1 after dubbo 2.5.9 URL: https://github.com/apache/incubator-dubbo/issues/1524#issuecomment-377909822 https://github.com/apache/incubator-dubbo/blob/master/dubbo-common/src/main/java/com/alibaba/dubbo/common/Version.

[GitHub] kimmking commented on issue #1540: 机器多网卡情况下,dubbo 如何正确获取可用内网 IP?

2018-04-02 Thread GitBox
kimmking commented on issue #1540: 机器多网卡情况下,dubbo 如何正确获取可用内网 IP? URL: https://github.com/apache/incubator-dubbo/issues/1540#issuecomment-378123271 you can submit a PR to fix it. This is an automated message from the Apache Gi

[GitHub] codecov-io commented on issue #1531: 2.5.11 Spring Framework / Spring Boot supports

2018-04-02 Thread GitBox
codecov-io commented on issue #1531: 2.5.11 Spring Framework / Spring Boot supports URL: https://github.com/apache/incubator-dubbo/pull/1531#issuecomment-377525251 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1531?src=pr&el=h1) Report > Merging [#1531](https://codecov

[GitHub] ralf0131 commented on issue #1541: 参数属性

2018-04-02 Thread GitBox
ralf0131 commented on issue #1541: 参数属性 URL: https://github.com/apache/incubator-dubbo/issues/1541#issuecomment-378119218 Please do not play with issues. This is an automated message from the Apache Git Service. To respond to

[GitHub] ralf0131 commented on issue #1537: Add new contributor guide

2018-04-02 Thread GitBox
ralf0131 commented on issue #1537: Add new contributor guide URL: https://github.com/apache/incubator-dubbo/issues/1537#issuecomment-378118845 @kimmking patches welcome This is an automated message from the Apache Git Service

[GitHub] suclogger commented on issue #96: how to compile the dubbo-spring-boot-project-0.2.0?

2018-04-02 Thread GitBox
suclogger commented on issue #96: how to compile the dubbo-spring-boot-project-0.2.0? URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/96#issuecomment-378110700 You have to compile and local install dubbo 2.5.11 from @mercyblitz 's repository : https://github.com/

[GitHub] dungang closed issue #1541: 参数属性

2018-04-02 Thread GitBox
dungang closed issue #1541: 参数属性 URL: https://github.com/apache/incubator-dubbo/issues/1541 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 go

[GitHub] dungang opened a new issue #1541: 参数属性

2018-04-02 Thread GitBox
dungang opened a new issue #1541: 参数属性 URL: https://github.com/apache/incubator-dubbo/issues/1541 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] LinGoWei commented on issue #1539: 使用 mock 时,调用生产者异常堆栈无法打印

2018-04-02 Thread GitBox
LinGoWei commented on issue #1539: 使用 mock 时,调用生产者异常堆栈无法打印 URL: https://github.com/apache/incubator-dubbo/issues/1539#issuecomment-378105451 logger.isWarnEnabled() result is true when log level lower than warn. so it is no problem. I check dubbo log4j.properites found "log4j.rootLogger=

[GitHub] LinGoWei closed issue #1539: 使用 mock 时,调用生产者异常堆栈无法打印

2018-04-02 Thread GitBox
LinGoWei closed issue #1539: 使用 mock 时,调用生产者异常堆栈无法打印 URL: https://github.com/apache/incubator-dubbo/issues/1539 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

Re: [Draft] Dubbo Incubator Report - April 2018

2018-04-02 Thread Huxing Zhang
Hi, On Tue, Apr 3, 2018 at 7:11 AM, John D. Ament wrote: > Inline comments... > > On Mon, Apr 2, 2018 at 1:58 AM Huxing Zhang wrote: > >> Hi Community, >> >> Below is a draft of Dubbo Incubator Report, March 2018. Please feel >> free to comment if you have any concern. >> >> --- >> Dubbo >> >> D

[GitHub] Evaim opened a new issue #1540: 机器多网卡情况下,dubbo 如何正确获取可用内网 IP?

2018-04-02 Thread GitBox
Evaim opened a new issue #1540: 机器多网卡情况下,dubbo 如何正确获取可用内网 IP? URL: https://github.com/apache/incubator-dubbo/issues/1540 hi,dubbo dubbo在获取机器IP 时,能不能灵活配置isValidAddress方法里的ADDRESS_PATTERN,比如改为可配置的,因为多网卡情况下,IP 配置方式比较复杂,dubbo经常获取不到真正可用的内网 IP -

[GitHub] luffyke commented on issue #52: service空指针

2018-04-02 Thread GitBox
luffyke commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-378101782 @zeng54088 ok You can update your comment, and you are appreciated to ask question in English because dubbo had been in ASF. --

[GitHub] luffyke commented on issue #52: service空指针

2018-04-02 Thread GitBox
luffyke commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-377949925 @zeng54088 Key error log: ``` Caused by: java.lang.IllegalStateException: No such extension com.alibaba.dubbo.rpc.Protocol by name zoo

[GitHub] luffyke commented on issue #52: service空指针

2018-04-02 Thread GitBox
luffyke commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-378101782 @zeng54088 ok 你可以编辑你的comment记录的,改好点,最好用英文提问,现在dubbo已经进入ASF了。 This is an automat

[GitHub] CafeBeans commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。

2018-04-02 Thread GitBox
CafeBeans commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。 URL: https://github.com/apache/incubator-dubbo/issues/1538#issuecomment-378101407 thanks ---

Re: [Draft] Dubbo Incubator Report - April 2018

2018-04-02 Thread John D. Ament
Inline comments... On Mon, Apr 2, 2018 at 1:58 AM Huxing Zhang wrote: > Hi Community, > > Below is a draft of Dubbo Incubator Report, March 2018. Please feel > free to comment if you have any concern. > > --- > Dubbo > > Dubbo is a high-performance, lightweight, java based RPC framework. > > Dub

Podling Report Reminder - April 2018

2018-04-02 Thread johndament
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 18 April 2018, 10:30 am PDT. The report for your podling will form a

[GitHub] zeng54088 commented on issue #52: service空指针

2018-04-02 Thread GitBox
zeng54088 commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-377967310 @luffyke 不好意思忘记预览 问题找到了 老哥提示这个 url = "zookeeper://168.192.93.87:2182" 不用写,突然想起来 consumer里面的忘记配置zookeeper了 哈哈 --

[GitHub] luffyke commented on issue #52: service空指针

2018-04-02 Thread GitBox
luffyke commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-377949925 @zeng54088 错误关键日志: ``` Caused by: java.lang.IllegalStateException: No such extension com.alibaba.dubbo.rpc.Protocol by name zookeeper

[GitHub] kimmking commented on issue #1539: 使用 mock 时,调用生产者异常堆栈无法打印

2018-04-02 Thread GitBox
kimmking commented on issue #1539: 使用 mock 时,调用生产者异常堆栈无法打印 URL: https://github.com/apache/incubator-dubbo/issues/1539#issuecomment-377947618 https://github.com/apache/incubator-dubbo/blob/d129f10229869bb8be3aff0787cd6303eb0e5ad0/dubbo-cluster/src/main/java/com/alibaba/dubbo/rpc/cluster/sup

[GitHub] kimmking commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。

2018-04-02 Thread GitBox
kimmking commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。 URL: https://github.com/apache/incubator-dubbo/issues/1538#issuecomment-377944401 The latest protocol config is here: http://dubbo.io/books/dubbo-u

[GitHub] kimmking opened a new issue #8: Sync docs for stickiness with latest codes

2018-04-02 Thread GitBox
kimmking opened a new issue #8: Sync docs for stickiness with latest codes URL: https://github.com/apache/incubator-dubbo-docs/issues/8 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] tinnkm opened a new issue #96: how to compile the dubbo-spring-boot-project-0.2.0?

2018-04-02 Thread GitBox
tinnkm opened a new issue #96: how to compile the dubbo-spring-boot-project-0.2.0? URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/96 why can't find the type of AbstractDubboConfigBinder ? This is an

[GitHub] kimmking commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。

2018-04-02 Thread GitBox
kimmking commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。 URL: https://github.com/apache/incubator-dubbo/issues/1538#issuecomment-377939209 I find sticky attribute only accept added to reference or method nod

[GitHub] kimmking commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。

2018-04-02 Thread GitBox
kimmking commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。 URL: https://github.com/apache/incubator-dubbo/issues/1538#issuecomment-377939240 https://github.com/apache/incubator-dubbo/blob/ace2f4f3618d168caaf1

[GitHub] zeng54088 commented on issue #52: service空指针

2018-04-02 Thread GitBox
zeng54088 commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-377936569 @luffyke 我是先启动provider,再启动consumer的。看了zookeeper里面也有dubbo的节点,但是调用方法的时候就是报空指针,大兄弟看看我哪里错了 异常如

[GitHub] codecov-io commented on issue #1531: 2.5.11 Spring Framework / Spring Boot supports

2018-04-02 Thread GitBox
codecov-io commented on issue #1531: 2.5.11 Spring Framework / Spring Boot supports URL: https://github.com/apache/incubator-dubbo/pull/1531#issuecomment-377525251 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1531?src=pr&el=h1) Report > Merging [#1531](https://codecov

[GitHub] luffyke commented on issue #52: service空指针

2018-04-02 Thread GitBox
luffyke commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-371994759 代码和配置?确保先启动Provider,再启动Consumer。 Pls attach code and config. Ensure Provider started before Consumer. --

[GitHub] luffyke commented on issue #52: service空指针

2018-04-02 Thread GitBox
luffyke commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-377929492 @zhongSpear @zeng54088 我是没问题的,确保是先启动provider,再启动consumer。 This is an automated mes

[GitHub] LinGoWei opened a new issue #1539: 使用 mock 时,调用生产者异常堆栈无法打印

2018-04-02 Thread GitBox
LinGoWei opened a new issue #1539: 使用 mock 时,调用生产者异常堆栈无法打印 URL: https://github.com/apache/incubator-dubbo/issues/1539 在使用dubbo mock 时发现调用第三方服务的异常堆栈没打印,导致排查问题难度提高,debug 发现在调用FailoverClusterInvoker.doInvoke() 方法后,抛出的异常堆栈信息将会在com/alibaba/dubbo/rpc/cluster/support/wrapper/MockClusterInvoker.ja

[GitHub] zeng54088 commented on issue #52: service空指针

2018-04-02 Thread GitBox
zeng54088 commented on issue #52: service空指针 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/52#issuecomment-377928905 我也碰到了 官方demo都启动不了 无语 This is an automated message from the Apache Git Service. T

[GitHub] lovepoem commented on issue #1524: The version report to registry is 2.0.1 after dubbo 2.5.9

2018-04-02 Thread GitBox
lovepoem commented on issue #1524: The version report to registry is 2.0.1 after dubbo 2.5.9 URL: https://github.com/apache/incubator-dubbo/issues/1524#issuecomment-377909822 https://github.com/apache/incubator-dubbo/blob/master/dubbo-common/src/main/java/com/alibaba/dubbo/common/Version.

[GitHub] kimmking commented on issue #1537: Add new contributor guide

2018-04-02 Thread GitBox
kimmking commented on issue #1537: Add new contributor guide URL: https://github.com/apache/incubator-dubbo/issues/1537#issuecomment-377915741 there is not only one way to contribute by issue or pr, join to discuss, provide some ideas, write a blog, review some codes,dev some tools for

[GitHub] kimmking commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。

2018-04-02 Thread GitBox
kimmking commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。 URL: https://github.com/apache/incubator-dubbo/issues/1538#issuecomment-377915191 I will handle it later ---

[GitHub] faicm commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。

2018-04-02 Thread GitBox
faicm commented on issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。 URL: https://github.com/apache/incubator-dubbo/issues/1538#issuecomment-377911545 The bug needs Dubbo developers to modify the dubbo.xsd of dubbo-config

[GitHub] CafeBeans opened a new issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。

2018-04-02 Thread GitBox
CafeBeans opened a new issue #1538: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。 URL: https://github.com/apache/incubator-dubbo/issues/1538 按照官方文档上的方法配置粘滞连接,抛出异常 Thi

[GitHub] faicm commented on issue #1524: The version report to registry is 2.0.1 after dubbo 2.5.9

2018-04-02 Thread GitBox
faicm commented on issue #1524: The version report to registry is 2.0.1 after dubbo 2.5.9 URL: https://github.com/apache/incubator-dubbo/issues/1524#issuecomment-377909963 1 maven Compile and install "dubbo-common" 2 Closing the “dubbo-common” project in IDE And then it's going to b

[GitHub] lovepoem commented on issue #1524: The version report to registry is 2.0.1 after dubbo 2.5.9

2018-04-02 Thread GitBox
lovepoem commented on issue #1524: The version report to registry is 2.0.1 after dubbo 2.5.9 URL: https://github.com/apache/incubator-dubbo/issues/1524#issuecomment-377909822 https://github.com/apache/incubator-dubbo/blob/master/dubbo-common/src/main/java/com/alibaba/dubbo/common/Version.

[GitHub] haluoyimo commented on issue #1012: Wanted: who's using dubbo

2018-04-02 Thread GitBox
haluoyimo commented on issue #1012: Wanted: who's using dubbo URL: https://github.com/apache/incubator-dubbo/issues/1012#issuecomment-377897800 公司:小泰科技股份有限公司 地址:中国浙江杭州 联系方式: 395376...@qq.com (邮箱) 业务场景:核心业务系统内部服务化 Thi

[GitHub] haluoyimo commented on issue #1012: Wanted: who's using dubbo

2018-04-02 Thread GitBox
haluoyimo commented on issue #1012: Wanted: who's using dubbo URL: https://github.com/apache/incubator-dubbo/issues/1012#issuecomment-377897800 公司:小泰科技股份有限公司 地址:中国浙江杭州 联系方式: 邮箱:395376...@qq.com 业务场景:核心业务系统内部服务化 This

[GitHub] ralf0131 commented on issue #1537: Add new contributor guide

2018-04-02 Thread GitBox
ralf0131 commented on issue #1537: Add new contributor guide URL: https://github.com/apache/incubator-dubbo/issues/1537#issuecomment-377897684 Updated part 1 in wiki [1]: https://github.com/apache/incubator-dubbo/wiki/New-contributor-guide ---

[GitHub] kimmking commented on issue #1533: 在Dubbo的Filter里面无法拿到隐式传参的参数(I can't get the attachment in Dubbo Filter)?

2018-04-02 Thread GitBox
kimmking commented on issue #1533: 在Dubbo的Filter里面无法拿到隐式传参的参数(I can't get the attachment in Dubbo Filter)? URL: https://github.com/apache/incubator-dubbo/issues/1533#issuecomment-377895088 @techyang @CoderDade you can contact me for more details with weixin id:kimmking I guess you both

[GitHub] kimmking commented on issue #1533: 在Dubbo的Filter里面无法拿到隐式传参的参数(I can't get the attachment in Dubbo Filter)?

2018-04-02 Thread GitBox
kimmking commented on issue #1533: 在Dubbo的Filter里面无法拿到隐式传参的参数(I can't get the attachment in Dubbo Filter)? URL: https://github.com/apache/incubator-dubbo/issues/1533#issuecomment-377895088 @techyang @CoderDade you can contact me for more details with weixin id:kimmking I guess you both

[GitHub] erstens commented on issue #1536: zookeeper 提供者问题?

2018-04-02 Thread GitBox
erstens commented on issue #1536: zookeeper 提供者问题? URL: https://github.com/apache/incubator-dubbo/issues/1536#issuecomment-377894946 Ok.Thanks . This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] kimmking commented on issue #1536: zookeeper 提供者问题?

2018-04-02 Thread GitBox
kimmking commented on issue #1536: zookeeper 提供者问题? URL: https://github.com/apache/incubator-dubbo/issues/1536#issuecomment-377894461 you can see more details in provider's log, there you will find which address registering to zk. --

[GitHub] kimmking commented on issue #1536: zookeeper 提供者问题?

2018-04-02 Thread GitBox
kimmking commented on issue #1536: zookeeper 提供者问题? URL: https://github.com/apache/incubator-dubbo/issues/1536#issuecomment-377894461 you can see more details in provider's log, there you can find which address registering to zk. ---

[GitHub] erstens commented on issue #1536: zookeeper 提供者问题?

2018-04-02 Thread GitBox
erstens commented on issue #1536: zookeeper 提供者问题? URL: https://github.com/apache/incubator-dubbo/issues/1536#issuecomment-377889534 I find : [dubbo://192.168.0.`22`:9408/xxxtimestamp=1522421683855] [consumer://192.168.0.`22`/xxxtimestamp=1522412820653] But the

[GitHub] erstens commented on issue #1536: zookeeper 提供者问题?

2018-04-02 Thread GitBox
erstens commented on issue #1536: zookeeper 提供者问题? URL: https://github.com/apache/incubator-dubbo/issues/1536#issuecomment-37727 Thanks very much . It is work . I find my hostname is ‘abc’ , and ‘abc’ is already in /etc/hosts ,it is get my hostname ? ‘abc’ is my zk ho

[GitHub] LiruiBryant opened a new issue #95: idea调试模式项目启动不起来,正常启动没问题

2018-04-02 Thread GitBox
LiruiBryant opened a new issue #95: idea调试模式项目启动不起来,正常启动没问题 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/95 DubboConfigBindingBeanPostProcessor.postProcessBeforeInitialization(73) | The properties of bean [name : name] have been binding by values : [bean proper

[GitHub] techyang commented on issue #1533: 在Dubbo的Filter里面无法拿到隐式传参的参数(I can't get the attachment in Dubbo Filter)?

2018-04-02 Thread GitBox
techyang commented on issue #1533: 在Dubbo的Filter里面无法拿到隐式传参的参数(I can't get the attachment in Dubbo Filter)? URL: https://github.com/apache/incubator-dubbo/issues/1533#issuecomment-377878972 I have the same problem 。 I add a traceId param to invocation.getAttachments at TraceClientFilter,

[GitHub] kimmking commented on issue #1536: zookeeper 提供者问题?

2018-04-02 Thread GitBox
kimmking commented on issue #1536: zookeeper 提供者问题? URL: https://github.com/apache/incubator-dubbo/issues/1536#issuecomment-377875822 what address do you find in zkcli? This is an automated message from the Apache Git Service

[GitHub] mercyblitz commented on issue #93: Is it incompatible with Spring Boot 2.0?

2018-04-02 Thread GitBox
mercyblitz commented on issue #93: Is it incompatible with Spring Boot 2.0? URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/93#issuecomment-377874417 @c297186864 sorry for waiting, for now, Dubbo is an incubator apache project , thus release will become slow. ---

[GitHub] mercyblitz closed issue #94: 为什么运行demo,显示dubbo版本是2.0.1

2018-04-02 Thread GitBox
mercyblitz closed issue #94: 为什么运行demo,显示dubbo版本是2.0.1 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/94 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] mercyblitz commented on issue #94: 为什么运行demo,显示dubbo版本是2.0.1

2018-04-02 Thread GitBox
mercyblitz commented on issue #94: 为什么运行demo,显示dubbo版本是2.0.1 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/94#issuecomment-377873342 As @suclogger said , it will be fixed This is an automated mess

Re: Contributor's guide is needed for Dubbo

2018-04-02 Thread Huxing Zhang
Hi, A ticked has been created to track it: https://github.com/apache/incubator-dubbo/issues/1537 On Tue, Mar 27, 2018 at 4:50 PM, Huxing Zhang wrote: > +1 > > I think we can improve README.md and CONTRIBUTING.md. > > And a detailed guide can be added to the official website. > > On Tue, Mar 27,

[GitHub] ralf0131 opened a new issue #1537: Add new contributor guide

2018-04-02 Thread GitBox
ralf0131 opened a new issue #1537: Add new contributor guide URL: https://github.com/apache/incubator-dubbo/issues/1537 Need to add documentation for new contributor to startup, including 1. join to dev mailing list 2. track issue/pr changes 3. how to fix issue, how to merge cod