[GitHub] [dubbo] codecov-io commented on issue #5063: [Dubbo-5049]support @Bean on Config class to config id as alias

2019-09-12 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo/pull/5063?src=pr=h1) Report > Merging [#5063](https://codecov.io/gh/apache/dubbo/pull/5063?src=pr=desc) > into > [master](https://codecov.io/gh/apache/dubbo/commit/7d564e75fe776681e9e3c0a6f6bd1c4ad1ea51af?src=pr=desc) > will **increase** coverage

[GitHub] [dubbo] sonymoon commented on pull request #5051: specify service annotation protocol

2019-09-12 Thread GitHub
> getBean method will cause the initialization of ProtocolConfig's bean too > early I have created a PR #5063.. to avoid the eager initialization of ProtocolConfig's bean [ Full content available at: https://github.com/apache/dubbo/pull/5051 ] This message was relayed via gitbox.apache.org for

[GitHub] [dubbo]

2019-09-12 Thread GitHub
[ Full content available at: https://github.com/apache/dubbo/pull/5051 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

[GitHub] [dubbo-admin]

2019-09-12 Thread GitHub
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org

[GitHub] [dubbo] CLAassistant commented on issue #3897: add socks5 proxy support to 2.6.x netty4 client

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=3897) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #4296: add support for field name convert. e.g. order_id <-> orderId

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=4296) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #4811: remove duplicated references from ServiceConfig and ReferenceConfig, keep them in ConfigManager

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=4811) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #5053: add BroadcastCluster's NAME

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5053) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] zxyevjgithub commented on issue #5010: service provider, netty worker线程执行效率问题

2019-09-12 Thread GitHub
> NioEventLoop 注册多个channel,处理事件时就是单线程执行的。所以不推荐传大包,会阻塞 IO 线程。所以处理完 IO > 后,AllChannelHandler 会分发到业务线程 但是我看我们日志,总是只有190到200这是个线程在活跃,虽然是ALL设置的,但是其他的线程都被IO消息吃了么 [ Full content available at: https://github.com/apache/dubbo/issues/5010 ] This message was relayed via gitbox.apache.org for

[GitHub] [dubbo-go] codecov-io commented on issue #185: Fix: [common/utils/net.go bug](https://github.com/apache/dubbo-go/issues/182)

2019-09-12 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/185?src=pr=h1) Report > Merging [#185](https://codecov.io/gh/apache/dubbo-go/pull/185?src=pr=desc) > into > [develop](https://codecov.io/gh/apache/dubbo-go/commit/92b20556a8c79e9c08a48967d39bf96fbb9b5b99?src=pr=desc) > will **increase**

[GitHub] [dubbo] CLAassistant commented on issue #3897: add socks5 proxy support to 2.6.x netty4 client

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=3897) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #5054: code optimization

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5054) All committers have signed the CLA. [ Full content available at: https://github.com/apache/dubbo/pull/5054 ] This message was relayed via gitbox.apache.org for

[GitHub] [dubbo] CLAassistant commented on issue #5051: specify service annotation protocol

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5051) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #5059: fix:dubbo.registry.extra-keys=interface does not work in some cases

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5059) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] cyejing commented on issue #5058: nacos endpoint parse error

2019-09-12 Thread GitHub
I will submit PR to fix it. [ Full content available at: https://github.com/apache/dubbo/issues/5058 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] jimgreat opened pull request #5059: fix:dubbo.registry.extra-keys=interface does not work in some cases

2019-09-12 Thread GitHub
## What is the purpose of the change For Issue #4621 ## Brief changelog X ## Verifying this change X Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [GITHUB_issue](https://github.com/apache/dubbo/issues) field for the

[GitHub] [dubbo] cyejing opened issue #5058: nacos endpoint parse error

2019-09-12 Thread GitHub
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. ###

[GitHub] [dubbo] dreamquster opened issue #5057: Rest protocol can not get implement class under spring jdk proxy classx

2019-09-12 Thread GitHub
- [ x ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ x ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. ###

[GitHub] [dubbo-spring-boot-project] 514938963 opened issue #605: 2.7.3 版本服务重复注册

2019-09-12 Thread GitHub
在dubbo admin 里看到 一个服有5个提供者,这个正常嘛 一个显示动态,其它显示静态 [ Full content available at: https://github.com/apache/dubbo-spring-boot-project/issues/605 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] codecov-io commented on issue #4596: [Enhancement] JsonRpcProtocol support Generalization #4595

2019-09-12 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo/pull/4596?src=pr=h1) Report > Merging [#4596](https://codecov.io/gh/apache/dubbo/pull/4596?src=pr=desc) > into > [master](https://codecov.io/gh/apache/dubbo/commit/7d564e75fe776681e9e3c0a6f6bd1c4ad1ea51af?src=pr=desc) > will **decrease** coverage

[GitHub] [dubbo] haiyang1985 closed pull request #5051: specify service annotation protocol

2019-09-12 Thread GitHub
[ pull request closed by haiyang1985 ] [ Full content available at: https://github.com/apache/dubbo/pull/5051 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo-go] codecov-io commented on issue #194: Add: new feature to support dynamic config center which compatible with dubbo 2.6.x & 2.7.x

2019-09-12 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/194?src=pr=h1) Report > Merging [#194](https://codecov.io/gh/apache/dubbo-go/pull/194?src=pr=desc) > into > [develop](https://codecov.io/gh/apache/dubbo-go/commit/bb1216a7e352794ae1103f42e086dc8ae5feb5d0?src=pr=desc) > will **decrease**

[GitHub] [dubbo] xiaolei-fu closed issue #4842: [求助]spring boot 启动失败

2019-09-12 Thread GitHub
[ issue closed by xiaolei-fu ] [ Full content available at: https://github.com/apache/dubbo/issues/4842 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] xiaolei-fu commented on issue #4842: [求助]spring boot 启动失败

2019-09-12 Thread GitHub
暂时复现不了,先关闭了,demo地址如下 https://github.com/xiaolei-fu/issue-dubbo-4842 [ Full content available at: https://github.com/apache/dubbo/issues/4842 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org -

[GitHub] [dubbo] sonymoon commented on issue #5041: No matter how I set it, the version is always 0.0.0

2019-09-12 Thread GitHub
I have a demo locally. It works fine. Do you have a demo git repository link? [ Full content available at: https://github.com/apache/dubbo/issues/5041 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] CLAassistant commented on issue #5051: specify service annotation protocol

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5051) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #3649: [Dubbo-3629] Fix ServiceConfig duplicate export produces misleading exception

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=3649) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #4296: add support for field name convert. e.g. order_id <-> orderId

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=4296) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #3897: add socks5 proxy support to 2.6.x netty4 client

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=3897) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #4636: fix #4635 provider throw RpcException custom retry not correct times

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=4636) All committers have signed the CLA. [ Full content available at: https://github.com/apache/dubbo/pull/4636 ] This message was relayed via gitbox.apache.org for

[GitHub] [dubbo] CLAassistant commented on issue #4811: remove duplicated references from ServiceConfig and ReferenceConfig, keep them in ConfigManager

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=4811) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #5054: code optimization

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5054) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo] CLAassistant commented on issue #5051: specify service annotation protocol

2019-09-12 Thread GitHub
[![CLA assistant check](https://cla-assistant.io/pull/badge/not_signed)](https://cla-assistant.io/alibaba/dubbo?pullRequest=5051) Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our [Contributor License

[GitHub] [dubbo-go] codecov-io commented on issue #201: Fix:fix url params unsafe

2019-09-12 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/201?src=pr=h1) Report > Merging [#201](https://codecov.io/gh/apache/dubbo-go/pull/201?src=pr=desc) > into > [develop](https://codecov.io/gh/apache/dubbo-go/commit/cf198d0e3e5977f77b52ced2d45da16b52f92d2e?src=pr=desc) > will **increase**