Re: [WANTED]: contribute to blogs

2019-02-21 Thread jun liu
I will continue to try to add some blogs showing how to solve problems in some specific scenarios by using features introduced in 2.7.0. Jun > On Feb 21, 2019, at 2:32 PM, Huxing Zhang wrote: > > Hi, > > I found that someone left comments to claim one task, but failed to > finish within some

Re: Bring Authorization to Dubbo OPS

2019-02-21 Thread jun liu
> 2. use SPI pattern so that users can change to other authorization machanisms Great! I also think extensibility is very important because most companies may already have their own authorization system inside, allowing them to easily legacy that system can be important. Jun > On Feb 19,

Re: Continuous deployment for Dubbo

2019-02-14 Thread jun liu
Hi, I’ve figure out the integration with Travis. With this PR[1] travis can automatically deploy SNAPSHOT artifacts to the apache maven repository. But there’s one potential security issue to be aware. To make sure the deployment process get the proper right, I have to give my Apache ID to

Re: [DISCUSS] Next Dubbo meetup

2019-02-13 Thread jun liu
15:15 >>>>> 收件人:dev >>>>> 主 题:Re: 回复:[DISCUSS] Next Dubbo meetup >>>>> >>>>> Hi, >>>>> >>>>> I think Guangzhou and Nanjing are the cities we all should go to. It >> is >>>>> just about who is the first. >>>>> >>>>

Re: [ANN] Welcome new committer: Xiaojie Li

2019-02-13 Thread jun liu
Congratulations! Jun > On Feb 14, 2019, at 2:24 PM, Huxing Zhang wrote: > > Hi Community, > > On behalf of the Dubbo PPMC, I am pleased to announce that Xiaojie Li, > a.k.a. lixiaojiee[1], has been voted in as a new Dubbo committer. > > Please join me to say congratulations to him! > >

Re: [DISCUSS] dubbo-admin or dubbo-ops

2019-02-02 Thread jun liu
+1 for admin I noticed that many open source projects have their products similar to dubbo-ops called xxx-admin. Jun > On Feb 2, 2019, at 11:13 PM, Huxing Zhang wrote: > > Hi, > > When I am looking to the dubbo-ops project[1], from the README I can > find lots of words using dubbo ops[2],

Re: [VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0 [RC4]

2019-02-02 Thread jun liu
+1 binding I checked: * signatures are good * incubating in name * DISCLAIMER, LICENSE and NOTICE exists * all files no binary * ASF file header check passed with: mvn clean compile -Drat.skip=false -Dcheckstyle.skip=false * All UTs can pass on my Mac OSX JDK 1.8 Jun > On Feb 1, 2019, at 5:51

Re: [DISCUSS]: Some thoughts on What Dubbo 3.0 is, we really should start it ASAP

2019-02-02 Thread jun liu
Hi, Taosheng > I think we can provide functional api to users for configuring dubbo, > comparable to xml or annotation configuration. Just like spring 5 provide > both controller configuration and functional api for http Sounds pretty good, only functional bean registration is a new concept

Re: Release Apache Dubbo OPS(Incubating) 0.1[RC3]

2019-02-02 Thread jun liu
+1 binding I checked: * signatures are good * incubating in name * DISCLAIMER, LICENSE and NOTICE exists * all files no binary * ASF header check passed with: mvn clean compile -Drat.skip=false -Dcheckstyle.skip=false * All UTs can pass on Mac OSX JDK 1.8 Jun > On Feb 3, 2019, at 11:52 AM,

Re: [ANN] Welcome new committer: Yuhao Bi

2019-02-02 Thread jun liu
Congratulations! Jun > On Feb 3, 2019, at 9:35 AM, Huxing Zhang wrote: > > Hi Community, > > On behalf of the Dubbo PPMC, I am pleased to announce that Yuhao Bi, > a.k.a. biyuhao[1], has been voted in as a new Dubbo committer. > > Please join me to say congratulations to him! > > Yuhao,

Re: Happy Chinese New Year

2019-02-02 Thread jun liu
新年快乐,恭喜发财! Happy Chinese New Year. Jun > On Feb 3, 2019, at 9:55 AM, Huxing Zhang wrote: > > Hi All, > > Feb 4th - Feb 10th is the Chinese new year, I believe most of the > people will be on vacation during this period, or even several days > later, so please expect slow response on mailing

Re: [ANN] Welcome new committer: Taosheng Wei

2019-01-23 Thread jun liu
Hi, Taosheng Congratulations. Jun > On Jan 23, 2019, at 2:47 PM, Taosheng, Wei wrote: > > Hi community, > I am honored to become part of Apache Dubbo community. > My name is Taosheng Wei, I am in Beijing. I am a server software engineer, > working in a financial technology corporation

Re: [DISCUSS]: Some thoughts on What Dubbo 3.0 is, we really should start it ASAP

2019-01-23 Thread jun liu
I feel like a part of the community, and free to share my opinion. > > So, here is my question and also consider it my suggestion: > Should we care more about Security? How can we prevent from unauthorized > remote call? > - Should we support Authentication and Authorization > - Should

PR raised to make multicast registry work in ipv6 environment

2019-01-23 Thread jun liu
I have just raised a PR[1] aiming to fix the long bothering issue when using multicast registry in an ipv6 environment. While I am not familiar enough with ipv6 and multicast, review comments are needed to make sure the changes can work fine. Consider this one as a beginning for “Developing

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-22 Thread jun liu
; merge with every few days before vote is done. > > Support this , then everyone can review the code on the master branch , > and find some issues earlier > > jun liu 于2019年1月21日周一 上午10:21写道: > >> I am merging back the 2.7.0-release branch to master to avoid having too &g

Re: [DISCUSS]: Some thoughts on What Dubbo 3.0 is, we really should start it ASAP

2019-01-22 Thread jun liu
> I think the online integration test and performance test environment should > be set up for the new features. Agree! We should start as soon as possible, from 2.7.x. Jun > On Jan 22, 2019, at 5:43 PM, Xin Wang wrote: > > I think the online integration test and performance test environment

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.7.0 [RC2]

2019-01-21 Thread jun liu
+1 binding I checked: * Signatures are good for both source and binary release * No binary file in source release, the ‘maven-wrapper.jar’ file in RC1 has been removed. * ‘Incubating’ in name * All files have good license header: mvn clean compile -DskipTests -Drat.skip=false

Re: Repeated content in dubbo 2.6.4's internal content

2019-01-20 Thread jun liu
Does anyone ever successfully reproduced this problem? I just tried but the content looks fine. https://github.com/apache/incubator-dubbo/issues/2842 Jun > On Dec 10, 2018, at 7:16 PM, yuhang xiu wrote: > > Hi, > @jerrick zhu @beiwei > > I am very sorry that I did not spend a lot of time on

Re: [VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 0.2.1 and 0.1.2 [RC2]

2019-01-20 Thread jun liu
+1 binding I checked both 0.1.2 and 0.2.1: * Signatures are good for both source and binary release * No binary file in source release * ‘Incubating’ in name * All files have good license header: mvn clean compile -DskipTests -Drat.skip=false -Dcheckstyle.skip=false * Can compile from source

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.7.0 [RC1]

2019-01-20 Thread jun liu
I found there’s a binary .jar file named 'maven-wrapper.jar’ under ‘.mvn/wrapper' in the source release package 'apache-dubbo-incubating-2.7.0-source-release.zip’. Jun > On Jan 20, 2019, at 1:51 PM, Huxing Zhang wrote: > > Hello Dubbo Community, > > This is a call for vote to release Apache

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-20 Thread jun liu
-tagging >> 2.7.0. >> >> >> On Fri, Jan 18, 2019 at 9:47 AM Huxing Zhang wrote: >>> >>> Hi, >>> >>> On Fri, Jan 18, 2019 at 12:08 AM jun liu wrote: >>>> >>>>> Jun, could you please summarize an English

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-17 Thread jun liu
well in >>>> >>> https://github.com/apache/incubator-dubbo-samples/tree/samples-for-2.7.0-SNAPSHOT/dubbo-samples-configcenter/dubbo-samples-configcenter-apollo >>>> >>>> I have merged this pull request into 2.7.0-release. >>>> >>

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-17 Thread jun liu
>> This looks like a blocking issue, I've already tagged 2.7.0, I will >>> wait for it and re-do the tagging. >>> >>> On Thu, Jan 17, 2019 at 2:49 PM jun liu wrote: >>>> >>>>> I am seeing that all the issue has been cleaned for the 2.7.0 >

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-16 Thread jun liu
for the 2.7.0 milestone. > It looks like all the things have been settled, I am planning to tag > the 2.7.0 release today. > > dubbo-ops and dubbo-spring-boot-project should be released after Dubbo > 2.7.0 release. > > On Wed, Jan 16, 2019 at 5:02 PM jun liu <mailto:ken.l

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-16 Thread jun liu
in >> dubbo-all/pom.xml. We should fix it. >> >> Thanks, >> -Ian. >> >> >> On Tue, Jan 15, 2019 at 5:16 PM jun liu wrote: >> >>> I noticed that a third-party source code ‘com.google <http://com.google/ >>> .gso

Re: Issues raised for tomcat servered HTTP Dubbo service

2019-01-15 Thread jun liu
. Jun > On Jan 15, 2019, at 5:55 PM, jun liu wrote: > > Hi, all > > Here is the Github issue: > https://github.com/apache/incubator-dubbo/issues/3236 > > I developed one HTTP service using Dubbo. I tried to start two provider > processes on the same machine wit

Issues raised for tomcat servered HTTP Dubbo service

2019-01-15 Thread jun liu
Hi, all Here is the Github issue: https://github.com/apache/incubator-dubbo/issues/3236 I developed one HTTP service using Dubbo. I tried to start two provider processes on the same machine with the same port. The second provider process failed because of port conflict which is an expected

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-15 Thread jun liu
.apache.org/en-us/blog/prepare-an-apache-release.html > > > -- > Best Regards! > Huxing > > On Mon, Jan 7, 2019 at 1:48 PM jun liu wrote: >> >>>> >>>> Nice work! >>>> >>>> I think we should let the community to particip

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-15 Thread jun liu
/incubator-dubbo/pull/3233 Config Center 10. https://github.com/apache/incubator-dubbo/pull/3096 Jun > On Jan 15, 2019, at 10:36 AM, jun liu wrote: > >> Hi Jun, >> >> Could you summarize the current status of the 2.7-release branch? >> I see there are still seve

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-14 Thread jun liu
ess. > > > [1] http://dubbo.apache.org/en-us/blog/prepare-an-apache-release.html > > > -- > Best Regards! > Huxing > > On Mon, Jan 7, 2019 at 1:48 PM jun liu wrote: >> >>>> >>>> Nice work! >>>> >>>> I th

Re: Upcoming Event: Apache Dubbo(incubating) Guangzhou Meetup

2019-01-09 Thread jun liu
> 9:30-11:30 End User Discussion > 13:30-18:00 Seven Talks Thanks for the schedule reminding. From one previous discussion thread[1] I can learn what the ’Seven Talks’ are, but I don’t know that there will be an ‘End User Discussion’, so what will the discussion purposely focusing on? When

Re: issue for aync invoke

2019-01-08 Thread jun liu
Hi, Yuneng Thanks for reporting. > for async invoke : > i get a default value of the specific return type when i access result > value through Result.getValue before. > but now i would block and get the real value from the server. I noticed the same issue you raised yesterday on Github. I think

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-06 Thread jun liu
locally, once we think it is ready to start a formal >> release note, it can be done very quickly. >> >> By the way, we need decide the release manager of 2.7.0 release. Is >> there anyone who volunteer to do that? > > I'd like to be the release manager if no one is clai

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-03 Thread jun liu
Hi, Are there any IP Clearance work that need to be done but we have missed? Jun > On Jan 4, 2019, at 10:56 AM, jun liu wrote: > > Hi, > > I have created a new branch ‘2.7.0-release’, this branch will work as the > codebase of v2.7.0, for stability purpose, I think we

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-03 Thread jun liu
. For detailed release candidates of v2.7.0 I will search the commit history and sort them out, will send to this thread once it’s done. Jun > On Dec 27, 2018, at 11:53 PM, jun liu wrote: > > Hi, All > > I am writing this mail to > > * Keep you refreshed of the latest status a

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-03 Thread jun liu
>> release note, it can be done very quickly. >> >> By the way, we need decide the release manager of 2.7.0 release. Is >> there anyone who volunteer to do that? >> >> On Thu, Dec 27, 2018 at 11:53 PM jun liu wrote: >>> >>> Hi, All >>> >

[Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2018-12-27 Thread jun liu
Hi, All I am writing this mail to * Keep you refreshed of the latest status about v2.7.0. * Call for efforts on code review and tests * Discuss possible release schedules of v2.7.0. About v2.7, it’s going to be a milestone version, in which will make some significant changes. Most

Re: [DISCUSSION] Call for ideas and suggestions on v2.7.0 designs and implementations.

2018-12-27 Thread jun liu
he same problem. > Since the ci of the module of the cluster has passed and the code is well, > I will merge the pr first. > > [1] https://github.com/apache/incubator-dubbo/pull/2822 > [2] https://github.com/apache/incubator-dubbo/issues/3052 > > jun liu 于2018年12月24日周一 下午5:27

Re: Dubbo travis ci is failing because of dubbo-metadata-report-zookeeper

2018-12-27 Thread jun liu
his learning? > > On Thursday, December 27, 2018, jun liu wrote: > >> Turns out to be a lack of license problem from rat plugin. >> >> Fixed. >> >> Jun >> >>> On Dec 27, 2018, at 6:51 PM, jun liu wrote: >>> >>> I noticed the failur

Re: Dubbo travis ci is failing because of dubbo-metadata-report-zookeeper

2018-12-27 Thread jun liu
Turns out to be a lack of license problem from rat plugin. Fixed. Jun > On Dec 27, 2018, at 6:51 PM, jun liu wrote: > > I noticed the failure too, will try to figure it out. > > Jun > >> On Dec 27, 2018, at 6:07 PM, Imteyaz Khan > <mailto:khan.imte...@gmail.co

Re: Dubbo travis ci is failing because of dubbo-metadata-report-zookeeper

2018-12-27 Thread jun liu
I noticed the failure too, will try to figure it out. Jun > On Dec 27, 2018, at 6:07 PM, Imteyaz Khan wrote: > > Dubbo travis ci is failing because of dubbo-metadata-report-zookeeper UT > failure.Have created an issue for the same and planning work on in > >

Re: [DISCUSSION] Focus on making framework more development and maintenance friendly.

2018-12-26 Thread jun liu
the following areas: > > - get rid of camel style attribute name and switched to 'dash' separated > attribute name > - consider to introduce delegated schema for different protocol > implementation. > > Thanks, > -Ian. > > > > On Fri, Dec 21, 2018 at 4:30 PM

Re: 我在使用 dubbo-php框架,有文档吗?

2018-12-24 Thread jun liu
Hi, 冰心 I am afraid the basic project description in README.md[1] and the quick start guide in WIKI[2] are what all we have about the PHP implementation now. Because it’s only a PHP translation of the original Java version, I think you can reference most of the concepts of the original

Re: [DISCUSSION] Call for ideas and suggestions on v2.7.0 designs and implementations.

2018-12-24 Thread jun liu
ill work as the develop and release codebase of v2.7.0. >> Branch dev-metadata does not need to be kept anymore, I will delete >> dev-metadata later today if there’re no more PRs come to it. >> >> Great work, looking forward to the new features! >> >> jun liu

Re: [DISCUSSION] Call for ideas and suggestions on v2.7.0 designs and implementations.

2018-12-24 Thread jun liu
21, 2018, at 11:37 AM, jun liu wrote: > > Two more things to mention: > > 1. I am thinking of merge this dev-metadata branch back to the master. Both > these two branches have the same version 2.7.0-SNAPSHOT and they together > consist of v2.7’s release candidates. Wh

[DISCUSSION] Focus on making framework more development and maintenance friendly.

2018-12-21 Thread jun liu
Hi, All 最近收到了一些用户和开发者反馈,总结起来我觉得主要是Dubbo框架在开发态和运行态能力的一些欠缺。因此,除了我们经常提及的如何围绕Dubbo构建更丰富的微服务开发解决方案外,我个人觉得我们应该在核心框架的易用性上也应多投入一些精力,为用户提供更好的开发使用体验。 以下是我当前能想到的一些点,从我的认识中肯定还有很多需要优化的地方,我一时没能想起来,如果你觉得有亟需改进的地方,欢迎补充。 首先,开发层面。 1. 注解方式增强和bug修复,汇总和修复报告的issue,数量应该还挺多 2. 注解能力和XML、properties对齐,如方法级配置等 3.

Re: [ANN] New PPMC member: Yuhang Xiu

2018-12-20 Thread jun liu
Congratulations! Jun > On Dec 20, 2018, at 4:50 PM, yuhang xiu wrote: > > Hi, > > Thank u all. > :) > > Huxing Zhang 于2018年12月20日周四 下午4:49写道: > >> Congratulations! >> >> On Thu, Dec 20, 2018 at 4:37 PM Xin Wang wrote: >>> >>> Hi Community, >>> >>> On behalf of the Dubbo PPMC, I am

Re: [DISCUSSION] Call for ideas and suggestions on v2.7.0 designs and implementations.

2018-12-20 Thread jun liu
Dec 21, 2018, at 10:35 AM, jun liu wrote: > >> 1. Prioritization of centralized configuration > > Now, the centralized configuration or externalized configuration is > implemented to has the highest priority by default. For flexible concerns, a > switch is designe

Re: [DISCUSSION] Call for ideas and suggestions on v2.7.0 designs and implementations.

2018-12-20 Thread jun liu
modified, how is the compatibility with the original? > 4. How does the Environment clear responsibility? It is best to have an > independent description. > > > jun liu 于2018年12月7日周五 下午8:11写道: > >> Hi, All >> >> I’ve just posted some blogs[4] on Github issu

Re: [Call for talks] Dubbo Guangzhou meetup

2018-12-19 Thread jun liu
discuss it in Guangzhou > > from 阿里邮箱 macOS <https://mail.alibaba-inc.com/> > ---------- > 发件人:jun liu > 日 期:2018年12月19日 12:33:59 > 收件人: > 抄 送:Huxing Zhang > 主 题:Re: [Call for talks] Dubbo Guangzhou meetup &

Re: [Call for talks] Dubbo Guangzhou meetup

2018-12-18 Thread jun liu
> I want to give a talk on how to use Dubbo with Node.js Hi Xiaochen, Currently, there’re two Node.js repos[1][2] in the dubbo organization, it’s a little confusing for new comers. So I would suggest that you spend some time clarifying the relations between these two repos: the pros and cons

Re: Naming of non-ASF releases

2018-12-18 Thread jun liu
>> Taking one at random [1] I see: >> >> 2.6.1 2018-03-15 >> 2.6.2 2018-06-05 >> 2.6.3 2018-08-05 >> 2.6.4 2018-10-08 >> 2.6.5 2018-11-13 >> >> 2.6.2 was released 2018-06-07, 2.6.3 was 2018-09-11, 2.6.4 was 2018-10-08 >> and 2.6.5 was 2018-11-23. Why do the dates above in most cases pre-date

Re: issue#2850, the original pull request closed

2018-12-10 Thread jun liu
ote: > > Sure, thanks. Let me know if there's any inappropriate after you verify the > change. > > On Fri, Dec 7, 2018 at 6:18 PM jun liu wrote: > >> Ian, >> >> I have merged your PR. >> >> I think it's ok to change directory url from zookeepe

Re: About tag routing

2018-12-07 Thread jun liu
-dubbo/issues/2919 2. https://github.com/apache/incubator-dubbo/issues/2914 Jun > On Nov 28, 2018, at 10:25 AM, jun liu wrote: > >> Is version 2.7.0 released now? I think the latest version is 2.6.x > > Recently, I’ve got some time working on version 2.7.0, the part I devo

Re: New contributors for community

2018-12-07 Thread jun liu
Welcome to a wider Dubbo community where your voice can be heard by everyone. Jun > On Dec 7, 2018, at 5:37 PM, 汪炜 wrote: > > OK,thanks. > > > -- Original -- > From: yuhang xiu > Date: Fri,Dec 7,2018 5:28 PM > To: dev > Subject: Re: New contributors for

Re: Focus on work of next release 2.6.6

2018-12-07 Thread jun liu
Hi Min, Do we already have a set of preferred features that should be released, or we will just look at what feedbacks will come from the community and complete the release based on those feedbacks regardless of the content? Jun > On Dec 3, 2018, at 4:59 PM, Minxuan Zhuang wrote: > >

Re: About tag routing

2018-12-07 Thread jun liu
-dubbo/issues/2919 2. https://github.com/apache/incubator-dubbo/issues/2914 Jun > On Nov 28, 2018, at 10:25 AM, jun liu wrote: > >> Is version 2.7.0 released now? I think the latest version is 2.6.x > > Recently, I’ve got some time working on version 2.7.0, the part I devo

Re: [ANN] New PPMC member: Yong Zhu

2018-12-07 Thread jun liu
Congratulations! Jun > On Dec 3, 2018, at 1:58 PM, Jerrick Zhu wrote: > > Thanks for all Dubbo PPMC members. > > Let's work hard together to make Dubbo better. > > On Mon, Dec 3, 2018 at 1:12 PM Huxing Zhang wrote: > >> Hi Community, >> >> On behalf of the Dubbo PPMC, I am pleased to

Re: New contributors for community

2018-12-07 Thread jun liu
Great job Yuhang. We should encourage more people to participate in the community. Welcome, @huaifeng @zhuzi @yeling. Jun > On Dec 7, 2018, at 4:49 PM, yuhang xiu wrote: > > 社区的各位大家好。 > > 前几天,我发送了一封邮件,关于我会分发一些issue给一些对dubbo有兴趣的新人,让他们参与到dubbo中,从而更好的建设整个社区。 > >

Re: issue#2850, the original pull request closed

2018-12-07 Thread jun liu
Ian, I have merged your PR. I think it's ok to change directory url from zookeeper://...?refer=xxx to dubbo://xxx. But I don't understand why this will stop Stub from working properly, I think the underlying invoker url will finally decide whether to enable Stub or not. I will give a feedback

Re: Meetup in Hangzhou

2018-11-22 Thread jun liu
Hi Huxing, Will we consider some topics from typical Dubbo users this time? Best regards, Jun > On Nov 23, 2018, at 9:41 AM, Huxing Zhang wrote: > > On Thu, Nov 22, 2018 at 11:10 PM Mark Thomas > wrote: >> >> On 22/11/2018 02:48, Huxing Zhang wrote: >>> Hi, >>>

Re: dubbo for Hystrix

2018-11-22 Thread jun liu
> Hystrix is a good current limiting fuse tool, but its dependence on RxJava is > not simple enough, and generally speaking, Hystrix is not rich enough. In the > future, Dubbo may provide sufficient capacity in current limiting fuse, of > course, it can also be supported by third-party tools

Re: a problem about developer guide

2018-11-20 Thread jun liu
CrazyHZM, > I want to reflect a problem, the User doc secondary directory in dubbo's > developer guide is not responding. Thanks for the feedback, but I failed to locate the problem you are mentioning, would you mind to provide a specific address? Best regards, Jun > On Nov 20, 2018, at 5:22

Re: [ANN] Welcome new committer: Liandong Chen

2018-11-20 Thread Jun Liu
Congratulations! Best regards, Jun > On Nov 20, 2018, at 7:58 PM, 陈连东(轩坊) wrote: > > Hi, Community, > I'm honored to join Dubbo Community! > As a FEer, so glad to devote my efforts to Dubbo website. > > Hope Dubbo become better and better! > > Best Regards! > Liandong Chen > > >

Re: [WANTED] Contribute to Node.js version of Dubbo

2018-11-15 Thread jun liu
Hi xiaochen, Welcome to the community, it’s a good news to the users. I think we should figure out how to make this two repos work together as soon as possible. Given most node users and maintainers are currently staying on this repo: https://github.com/dubbo/dubbo2.js, would you mind to also

[ANN] Welcome new committer Victory Cao

2018-11-15 Thread Jun Liu
Hi, Community, On behalf of the Dubbo PPMC, I am pleased to announce that Victory Cao, whose github id is cvictory, has been voted in as a new Dubbo committer. Please join me to say congratulations to him! Victory, would you please briefly introduce yourself to the community? Best regards, Jun

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.5 [RC1]

2018-11-15 Thread Jun Liu
+1. 1. Source release package: * Hash and signature are good * Source directory with 'incubating' in name * LICENSE NOTICE DISCLAIMER exists * No .jar files exists * Unit Tesst passed with 'mvn clean test’ (Java8, OSX) * Release candidates match with corresponding tags 2. Binary release package:

Re: [DISCUSS] solution for issue 2489

2018-11-06 Thread jun liu
I find this page in the doc: http://dubbo.apache.org/zh-cn/docs/user/demos/local-mock.html <http://dubbo.apache.org/zh-cn/docs/user/demos/local-mock.html> Can we simply merge this two pages? Best regards, Jun > On Nov 7, 2018, at 11:51 AM, jun liu wrote: > > I think it’s good to go

Re: [DISCUSS] solution for issue 2489

2018-11-06 Thread jun liu
I think it’s good to go with the patch #2742. Now the xml can give a equivalent support compared with the way using the override url protocol. I think we should enhance the document for ‘mock’, even I myself don’t know there’re so many different ways to enable mock.

Re: [DISCUSS] solution for issue 2489

2018-11-06 Thread jun liu
I am working on it now. Best regards, Jun > On Nov 6, 2018, at 2:59 PM, Ian Luo wrote: > > Hi Folks, > > Today I take a closer look into issue 2489 [1], and the original pull > request [2] intended to fix it. After examined the code, I think the > proposed pull request is incomplete,

Re: [DISCUSS] Improve graceful shutdown and delete the Bootstrap module.

2018-11-04 Thread Jun Liu
At this moment, I am thinking the other way around, maybe we should keep refer and export in config-module, and no other modules should rely on the config-api. Best regards, Jun > On Nov 5, 2018, at 3:08 PM, Jun Liu wrote: > >> 2. If a convenient API wrapper is the m

[DISCUSS] Improve graceful shutdown and delete the Bootstrap module.

2018-11-04 Thread Jun Liu
Hi, Here is a PR[1] made by Ian regarding the graceful shutdown feature of Dubbo. I think it makes the use and understanding of graceful shutdown easier when developing Dubbo under the context of Spring. The previous version made by Huxing, aims at bringing the following two changes: 1. API &

Re: [ANN] New PPMC member: Shang Zonghai

2018-11-01 Thread jun liu
Congratulations! Best regards, Jun > On Nov 1, 2018, at 8:58 PM, Huxing Zhang wrote: > > Hi, Community, > > On behalf of the Dubbo PPMC, I am pleased to announce that Shang > Zonghai, aka yiji[1], has been voted in as a new Dubbo PPMC member. > > Please join me to say congratulations to him!

Re: [DISCUSS] should we include gson support in main trunk

2018-11-01 Thread jun liu
Great to have a new serialization extension! > I'm hesitate to move it in > since we've already had fastjson serialization support which serves the > same purpose. Thanks to Dubbo’s SPI, we can extend as many serialization protocol as we want. I think the existing fastjson should never be the

Re: Fix disable provider does’t work.

2018-11-01 Thread jun liu
Isn’t that a protective mechanism Dubbo deliberately made? For example, to protect a `disable=true` policy from working if it disables the last provider that’s available. Will this problem happen when explicitly offline or unregister all provider from the registry? I will dive into the code

Re: Advice to the package name refactor of version 2.7.0

2018-11-01 Thread jun liu
> However, now the worries seems unnecessary after do some testings between > 2.7.0 and 2.6.3. I just dive into the code of Dubbo, espically the > classes DubboCodec, > I found that dubbo remoting protocol don't put RpcInvocation directly as > byte streams, insteadly only the business object is

Re: pull request 2686

2018-11-01 Thread jun liu
> To conclude, Dubbo should start to expose services until spring context > gets refreshed, no matter delay or no-delay is configured. +1, agree with this logic as the default for the export process. > Unfortunately in > order to keep backward compatibility, considering not all spring

Re: Dubbo 2.6.2 triggers conflict with SkyWalking

2018-11-01 Thread jun liu
dropped a quick review comments on your PR just now. IMO, a marker > annotation should work fine. This is the only review comment I've had so > far. > > Thanks, > -Ian. > > > On Thu, Nov 1, 2018 at 4:45 PM jun liu wrote: > >> Hi, Ian >> >> I just updat

Re: Dubbo 2.6.2 triggers conflict with SkyWalking

2018-11-01 Thread jun liu
<https://github.com/apache/incubator-dubbo/pull/2682> for master branch. Best regards, Jun > On Oct 24, 2018, at 12:30 PM, jun liu wrote: > > I have created a patch[1] to fix this problem, briefly changes: > * Add optional Inject annotation for developers to decide open auto-injection

Re: [ANN] Welcome new committer Jinkai Ma

2018-10-29 Thread Jun Liu
> On Oct 30, 2018, at 11:12 AM, Jun Liu wrote: > > Hi, Community, > > On behalf of the Dubbo PPMC, I am pleased to announce that Jinkai Ma, whose > github id is majinkai, has been voted in as a new Dubbo committer. > > Please join me to say congratulations to him

Re: Dubbo 2.6.2 triggers conflict with SkyWalking

2018-10-23 Thread jun liu
I have created a patch[1] to fix this problem, briefly changes: * Add optional Inject annotation for developers to decide open auto-injection or not. * Printing log instead of throwing Exception in SpringExtensionFactory when multi-extension or no extension found. 1.

Re: Dubbo 2.6.2 triggers conflict with SkyWalking

2018-10-22 Thread jun liu
Hi, Sheng Thanks for the report, I have figured out the causes and possible solutions, I will keep update the issue. Best regards, Jun > On Oct 23, 2018, at 11:01 AM, Sheng Wu wrote: > > Hi > > I am moving a SkyWalking bug report[1] to here. SkyWalking supports Dubbo for > a long time and

Re: [Help Wanted] The sha512 hash is missing the '*' marker

2018-10-22 Thread jun liu
> https://linux.die.net/man/1/sha512sum > > You want ‘-b Thanks, will fix it in the next release. Best regards, Jun > On Oct 19, 2018, at 8:19 PM, Mark Thomas wrote: > > On 19/10/18 09:14, jun liu wrote: >> Hi, Mark >> >>> On Oct 4, 2018, at 7:16 PM,

[Help Wanted] Provide a more meaningful binary release.

2018-10-19 Thread jun liu
Hi, all We need a more meaningful and useful binary release for users. As described in this issue[1], the present binary release is just repackaging of source jars, which makes no sense. I really want to take it but I have been busy preparing the upcoming v2.7. I wonder is there someone who

[Help Wanted] The sha512 hash is missing the '*' marker

2018-10-19 Thread jun liu
Hi, Mark > On Oct 4, 2018, at 7:16 PM, Mark Thomas wrote: > > +1 binding > > The sha512 hash is missing the '*' marker to indicate that this is a > binary file. Minor issue but one that was present on the previous > release and should have been fixed by now. Can you provide more information

Re: Increase the schedule frequency of HeartbeatTask.

2018-10-18 Thread jun liu
Great job! I’d like to give it a review once I finished the metadata refactoring part. Best regards, Jun > On Oct 18, 2018, at 7:25 PM, yuhang xiu wrote: > > Hi, everyone > > I have already completed this work. Currently pr is here: > https://github.com/apache/incubator-dubbo/pull/2658 > >

Re: Focus on work of next release 2.6.5

2018-09-23 Thread jun liu
Hi, cvictory Very glad to see you interest in Dubbo’s release progress. It would be great if you can help to collect or classify issuess and give a hint on each issue’s purpose and priority. I think we should first find and add those issues need to be resolved into the milestone of the next

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.4 [RC1]

2018-09-19 Thread jun liu
+1 (binding) I have checked, * signatures and hashes are good * Incubating in souce and bin package name * Disclaimer, notice and licence exists * No binary files * 'mvn clean test -Drat.skip=false -Dcheckstyle.skip=false’ pass on my Mac with jdk1.8+ * Source contents match with corresponding

Re: Local forced trigger mock does not take effect

2018-09-19 Thread jun liu
gt; take effect when an exception is thrown , we need to provide a scenario > that directly calls the mock and does not need to wait for the exception to > execute. > > Best regards, > yiji > > jun liu 于2018年9月14日周五 上午10:29写道: > >>> 1. mock=true >>> 2. m

Re: Local forced trigger mock does not take effect

2018-09-13 Thread jun liu
> >>> I think the subject submitted by @yiji was a limitation of spring xml >>> parser. The character ‘:’ need treated specially. >>> Further more, is there a need to provide support for >>> `fail:`,`force:`,`throw`? What the behavior they should own? >>>

Re: [Dubbo benchmark ]The test results are mixed with the dubbo log.

2018-09-13 Thread jun liu
> I plan to support the -f option to output to a file, by the way, this > benchmark is great. I have checked the project, great job by Ian. Do we have a plan for when and how to release the official benchmark data? Best regards, Jun > On 13 Sep 2018, at 16:24, Zonghai Shang wrote: > > I

Re: Issue all of the random failed UT cases

2018-09-13 Thread jun liu
> I mean record the failed cases whenever you meet. Good suggestion. I will try to solve or at leat record them whenever they would appear. Best regards, Jun > On 13 Sep 2018, at 13:24, Jerrick Zhu wrote: > > I'm working on them now. > > I mean record the failed cases whenever you meet. >

Re: Simplify the regestry, and move some url parameters into redis for service management

2018-09-13 Thread jun liu
Hi, Shengli, > As said above, we should divide the data into two part. one is for service > discovery, another one is for service management. > Do you have any good suggestion? Basically, I agree with what you suggests here. I’ve seen a PR here

Re: [Discuss]Prepare for the next release v2.6.4

2018-09-13 Thread jun liu
Jerrik, I would like to work closely with you for the next release. Please refer the “Prepare an Apache Release” blog[1] I’ve wrote down during the first two releases for help, the complete ASF release guide links are also posted there for your reference. Help to improve it if necessary. 1.

Re: Remaining branches

2018-09-12 Thread jun liu
* 2.6.3-release, merged. I have just merged 2.6.3-release into 2.6.x, and it’s been removed. * apache-release-script, deleted. The changes in this branch are only limited to release.sh, which is only a release script for Apache Release purpose. I found it also has been merged to 2.6.x, so I

Re: Local forced trigger mock does not take effect

2018-09-11 Thread jun liu
y 'mock' threw > exception; nested exception is java.lang.IllegalStateException: Invalid > mock="force:return null" contain illegal charactor, only digit, letter, > '-', '_' and '.' is legal. > > I think maybe the implementation of mock may have bugs. > > &

Re: current status of dubbo ops

2018-09-11 Thread jun liu
> if you are interested in this project, please consider to accomplish > service governance pages(dynamic config, load balance, etc.), the layout is > similar with the current routing rule page, and submit pr to develop > branch, thanks Some guys in community and I are working with the new format

Re: Local forced trigger mock does not take effect

2018-09-11 Thread jun liu
> interface="com.alibaba.dubbo.samples.mock.api.DemoService" mock="force”/> As far as I can describe now, I think you can use: 1. mock=“true”, this will direct the to the default mock implementation with a name convention like DemoServiceMock. 2. mock=“force:return xxx”, directly specify the

Re: [ANNOUNCE] 2.6.3 has been released.

2018-09-11 Thread jun liu
g-2.6.3-bin-release.zip > > On Tue, Sep 11, 2018 at 8:10 PM Jun Liu wrote: >> >> Hi Community, >> >> I am pleased to announce that the 2.6.3 version has just been released. Both >> the source release[1] and the maven binary release[2] are available now, you

[ANNOUNCE] Welcome new committer Minxuan Zhuang

2018-09-11 Thread Jun Liu
Hi, Community, On behalf of the Dubbo PPMC, I am pleased to announce that Minxuan Zhuang, whose github id is nzomkxia, has been voted in as a new Dubbo committer. He has did and is doing a great job on dubbo-ops, and I just want to say thanks and congratulations. Please join me to say

<    1   2   3   4   5   6   7   >