Re: Authentication support for API...

2018-02-25 Thread Jun Liu
Hi, Bosco At present, we do provide some security control strategies, but mainly on service registration and service discovery level: 1. Token Verification. You can check here for details: http://dubbo.io/books/dubbo-user-book-en/demos/token-authorization.html 2. The accreditation capacity of the

Re: Call for idea: Google Summer of Code 2018 is coming

2018-03-01 Thread Jun Liu
also like to be the mentor and guide those talented young guys get familiar with dubbo. I am sorry if you have received this mail content multiple times, something's wrong with my new mail client. Best Regards Jun Liu On Wed, Feb 28, 2018 at 7:33 PM, Huxing Zhang wrote: > Hi Dubbo comm

Re: Call for idea: Google Summer of Code 2018 is coming

2018-03-02 Thread Jun Liu
edgement from the PMC for which you want to > mentor projects. Use the below > template and *do not forget to copy ment...@community.apache.org*. We > will use the email adress you > indicate to send the invite to be a mentor for Apache. Will do it after receive the account. On

Re: Help with Extension injection (Tracing Filter)

2018-03-05 Thread jun liu
TracingConf { @Bean public TracingFactoryBean tracing() { TracingFactoryBean tracingFactoryBean = new TracingFactoryBean(); return tracingFactoryBean; } } Best regards, Jun Liu > On 5 Mar 2018, at 6:34 PM, Adrian Cole wrote: > > Hi! > > I am from Zipkin, an

Re: [openzipkin/brave] Add Api configuration demo for dubbo (#632)

2018-03-06 Thread jun liu
<http://dubbo.io/books/dubbo-user-book-en/references/xml/dubbo-provider.html> XML looks like this: And annotation or spring boot, use .properties instead, for example: dubbo.consumer.filter="tracing" Is this what you want? Adrian Best regards, Jun Liu > On 6 Mar 2018, at 3:

Re: Consumer side Validation SPI is wrongly activated while setting validation=true for provider

2018-03-06 Thread jun liu
in your case: all consumers have >> to be aware of provider side validation configurations, for example when >> provider opened validation check, consumer side have to add necessary >> dependencies. Best regards, Jun Liu > On 7 Mar 2018, at 2:44 PM, Ian Luo wrote: > >

Re: On double dubbo starters

2018-03-07 Thread jun liu
regards, Jun LIu > On 7 Mar 2018, at 5:04 PM, Adrian Cole wrote: > > Hi, all > > I'm working on spring-cloud-sleuth tracing integration with dubbo. > We've had users requesting dubbo for a while now for spring boot > applications. > > https://github.com/spring

Re: [DISCUSS] JIRA or Github issues

2018-03-07 Thread jun liu
+1, prefer github issue. Since people already familar with github issues, i can’t figure out the advances of moving to JIRA. I know JIRA is a more powerful tool for project management, but do we really need that when github meets most of our requirements? I’m not sure. > On 7 Mar 2018, at 4:2

Re: On a user list

2018-03-08 Thread jun liu
to the @dev list automatically after a proper repo migration. Also only my own opinion, a new fellow in apache and the github community. Best regards, Jun Liu > On 7 Mar 2018, at 4:46 PM, Adrian Cole wrote: > > Hi, folks. > > I understand that conventionally apache incubator

Re: Consumer side Validation SPI is wrongly activated while setting validation=true for provider

2018-03-08 Thread jun liu
t; from the document, consumer can enable or disable validation itself. > > On Wed, Mar 7, 2018 at 3:41 PM jun liu wrote: > >> Hi Sunshow, Ian >> >> I think i have reproduced this problem, the key point is: When we switch >> param validation on on provider

Ask for release process

2018-03-08 Thread Jun Liu
this version. The contents to be released, mainly bugfix and enhancements: https://github.com/alibaba/dubbo/milestone/14 <https://github.com/alibaba/dubbo/milestone/14> Should we still raise a vote for the next release(2.5.10)? Best regards, Jun Liu

Re: Consumer side Validation SPI is wrongly activated while setting validation=true for provider

2018-03-08 Thread Jun Liu
No more suggestions til now, let me track this with a github issue. Further questions is welcomed in here and github issue. https://github.com/alibaba/dubbo/issues/1386 > On 8 Mar 2018, at 4:23 PM, jun liu wrote: > > I prefer to change the current behavior, consumer side shou

Re: Ask for release process

2018-03-08 Thread Jun Liu
Thanks. We will release as usual til the transition to Apache is done. > On 8 Mar 2018, at 5:42 PM, Mark Thomas wrote: > > On 08/03/18 09:05, Jun Liu wrote: >> Hi, mentors >> >> The dubbo core project has fixed some critical bugs and enhancements, and it >> sh

Re: On a user list

2018-03-08 Thread Jun Liu
happen on github issue then. > On 8 Mar 2018, at 5:47 PM, Mark Thomas wrote: > > On 08/03/18 08:09, jun liu wrote: >> Thanks for your advice to dubbo community, Adrian. >> >> I agree with the potential problems or even challenges you mentioned. But >> when ot

Re: Link not accessible in Chinese user manual

2018-03-10 Thread jun liu
ion is not updated to the English version. Chinese docs do behind English version. Someone want to check the Chinese version make sure synchronized with the English version? I've create an issue[1] to track. [1]. https://github.com/dubbo/dubbo-docs/issues/5 <https://github.com/dubbo/dubbo-d

Re: Why heartbeatTimeout is 3 times as much as heartbeat?

2018-03-12 Thread jun liu
> hi, I'm a little puzzled, why heartbeatTimeout is 3 times as much as > heartbeat? Heart determines the interval to detect, while heartbeatTimeout determines when to announce the connection is broken. 3 times is the maximum heartbeat failures dubbo can bear before mark a connection as broken

Re: Caused by: java.lang.IllegalStateException: No adaptive method on extension com.alibaba.dubbo.common.extension.ExtensionFactory, refuse to create the adaptive class! #5

2018-03-12 Thread jun liu
Hi, Milind > Exception in thread "main" java.lang.ExceptionInInitializerError > at com.demo.cry.DubboCryFactory.createInstance(DubboCryFactory.java:55) > at com.demo.cry.DubboRPCTest.main(DubboRPCTest.java:26) > Caused by: java.lang.IllegalStateException: fail to create adaptive > instance: java.l

Re: The problem of deploying Dubbo to K8S

2018-03-13 Thread jun liu
If you deploy dubbo in a pure container like docker, it is your responsibility to specify the address(ip&port) for communication. About K8S, I know K8S has a concept of service and can deploy service, discover service, loadbalance between services automatically, these service governance capabi

Re: The new release version v2.5.10 has missed a feature, how can we avoid it?

2018-03-13 Thread jun liu
> How can we avoid it? I think we can do like this : > 1. When you create a pull request,you should choose a branch as base > branch (master or 2.5.x). > 2. If it is a bug branch, should be created using 2.5.x branch as a > basic branch, sign a "bug" tag in the issue. >

Re: The new release version v2.5.10 has missed a feature, how can we avoid it?

2018-03-13 Thread jun liu
, at 9:36 AM, jun liu wrote: > >> How can we avoid it? I think we can do like this : >> 1. When you create a pull request,you should choose a branch as base >> branch (master or 2.5.x). >> 2. If it is a bug branch, should be created using 2.5.x branch as a

Re: Suggestions on the organizational form of the code repository after confirming the submission of the dubbo code to apache

2018-03-13 Thread jun liu
> Are you looking to continue to use github as the primary repository > location, or switch to our internal git? I'd recommend github since you're > already there. +1 stick to github, just transfer to github/apache after the IP Clearance sort of things > For the git repos not moving over, is th

Re: [alibaba/dubbo] [BUG][2.5.10] Implementation-Version is incorrect (#1466)

2018-03-13 Thread Jun Liu
This has been changed since 2.5.9, does this change has some side effects on your project? > On 14 Mar 2018, at 11:25 AM, Jason Song wrote: > > The manifest info of the newly released 2.5.10 is incorrect, which causes > com.alibaba.dubbo.common.Version#getVersion() returns the wrong version -

Prepare for release of v2.6.1

2018-03-14 Thread Jun Liu
been prepared on github for quite a while, and is the first release after refactor of project structure. Please feel free to reply to this email if you have any questions or suggestions. Best regards, Jun Liu

Re: Prepare for release of v2.6.1

2018-03-14 Thread jun liu
No, it isn’t. I have learned in the previous mail that we can still release as usual before transfer to apache officially. An official Apache release should follow another process, right? > On 14 Mar 2018, at 4:08 PM, Justin Mclean wrote: > > HI, > > This is not going o be an official Apach

Re: Prepare for release of v2.6.1

2018-03-16 Thread Jun Liu
Actually, the release is on progress now and is expected to be done today, this release is for some planned features and problem fixes. I did not expect the repository transfer to be completed so quickly, but it’s a goods news anyway. Best regards, Jun > On 16 Mar 2018, at 5:34 PM, Von Gosling

Re: Prepare for release of v2.6.1

2018-03-16 Thread Jun Liu
Hi, community Release of v2.6.1 done. Happy to enjoy the new way of adding dubbo features to your project: https://github.com/alibaba/dubbo/issues/1322 Any new ideas for dubbo, please send to this mail list for discussion, and we'll finish it in

Re: dubbo.io is not accessible, working to fix it

2018-03-17 Thread jun liu
> I can help you get dubbo.apache.org up and running. That would be great. I noticed currently the default path to visit is: http://apache.github.io/incubator-dubbo-website/ , but don’t know how to map it with dubbo.apache.org yet. > I can he

Re: [alibaba/dubbo] [BUG][2.5.10] Implementation-Version is incorrect (#1466)

2018-03-17 Thread Jun Liu
gt; > So yes, this change does have some side effects. Not on my project but on > many services using our sdk. > > > Thanks! > Jason > > > > > On 14/03/2018, 14:27, "Jun Liu" wrote: > >> This has been changed since 2.5.9, does this change ha

Re: About the parent pom, groupId and package name of Dubbo project

2018-03-19 Thread jun liu
> case 2: The user is convenient to upgrade dubbo to apache version( change > com.alibaba.xxx to com.apache.xx), consumer and server upgrades at the same > time. > > We can provide tools to automatically convert the package name, the name of > the extension interceptor, the package name o

Re: About the parent pom, groupId and package name of Dubbo project

2018-03-19 Thread jun liu
> - Plan for a Dubbo 3.0 that does the full rename. 3.0 is on progress, can be a milestone fully rename package. > - Any APIs a user may program against, leave as com.alibaba.dubbo, anything > internal start to rename to org.apache.dubbo. > - Anything new added should be named as org.apache.dubb

Re: Is there an plan about the line breaker ?

2018-03-22 Thread jun liu
Hi, Supporting for Fault Tolerance Feature, see circuit breaker, is on progress, but i can’t guarantee you the exact release time now. We expect it be released in v2.6.2, we’ll devote more effort on this. > On 21 Mar 2018, at 10:33 AM, 微笑/mg阳光 <99156...@qq.com> wrote: > > i'm sorry, that was

Re: GSoC 2018 - Hello to the community!

2018-03-23 Thread jun liu
Hi, Raghu Welcome to The Dubbo Community. Very glad you interest in Dubbo and the potential improvement plans we've posted on GSoC. Features/enhancements listed here are all what we think very important for the core dubbo and the eco-systems around dubbo, some are also requirements reported by

Re: CircuitBreaker

2018-03-25 Thread jun liu
Hi, Welcome and thanks. I’ve seen your suggestion being tracked on github: https://github.com/apache/incubator-dubbo/issues/1505 Best regards, Jun > On 23 Mar 2018, at 5:53 PM, wanhuhou wrote: > > Our company has developed CircuitBrea

Re: [apache/incubator-dubbo] [Suggestion] What about migrating from Javassist to Byte Buddy (#1504)

2018-03-25 Thread jun liu
> But I am not sure whether the runtime code generation is a SPI > or not. That is to say, should we regard the bytecode generation > implementation as an extension point. > And currently, Dubbo don't expose this extension. If the community want > this extension, we can consider to add it by SPI.

Re: [DISCUSS] Dubbo Release schedule

2018-04-18 Thread Jun Liu
Hi ALL, > 0. Should we have release manager for these artifacts? Is there any > committer volunteer to be release manager? Fortunately, haven't missed this release yet. I’d like to be the release manager for the first apache release. > 1. Should we keep the release cycle for 2.6.x? Our first A

Re: [DISCUSS] Dubbo Release schedule

2018-04-18 Thread Jun Liu
y have a milestone ‘2.6.2’ tracking issues for this > release, only not maintained in time. let me check all the commits and make > sure every one being tracked with a issue labeled with 2.6.2 milestone. BTW, check expected to be done by this week. > On 19 Apr 2018, at 10:22 AM, Jun Liu

Suggestions collection for release of dubbo v2.6.2

2018-04-23 Thread Jun Liu
Hey community, The release of dubbo v2.6.2 is on progress now, and we expect to launch the official vote for this release this week. The release candidates are tracked in a milestone[1], and it is also the candidates that need to be notified to community and confirmed from community before voting.

Re: Suggestions collection for release of dubbo v2.6.2

2018-04-23 Thread Jun Liu
I've attached the list to jira https://issues.apache.org/jira/browse/DUBBO-3 . Anyone want to do a favor and find out the unsigned contributors? Best regards, Jun On Tue, Apr 24, 2018 at 10:39 AM, Huxing Zhang wrote: > Not yet. I already have an idea of to how get the list but I looks > like

Re: About Keeping dubbo's version to be SNAPSHOT on master branch

2018-04-23 Thread jun liu
Good idea. As we already started the release process for v2.6.2, i suggest start keeping master with SNAPSHOT version when this release is done. Best regards, Jun > On 24 Apr 2018, at 11:30 AM, Mercy wrote: > > Hi all, > > > I suggest keeping SNAPSHOT for new Dubbo developement version on

Re: Suggestions collection for release of dubbo v2.6.2

2018-04-24 Thread jun liu
On 24 Apr 2018, at 11:26 AM, Huxing Zhang wrote: > > Hi, > > On Mon, Apr 23, 2018 at 8:12 PM, Jun Liu wrote: >> Hey community, >> >> The release of dubbo v2.6.2 is on progress now, and we expect to launch the >> official vote for this release this week. The

Re: GSoC student - Getting started.

2018-04-25 Thread jun liu
aghunandana Jayarama Reddy > wrote: > > Hi Team, > > My name is Raghu and I have been accepted as a GSoC-2018 student developer > for Apache Dubbo project this summer. I will be working on the enhancement > "Extending serialization protocols support for Apache Du

Re: GSoC student - Getting started.

2018-04-27 Thread jun liu
or helping me with the resources. I shall start getting familiar with > the architecture and SPI of Dubbo. > > Best, > Raghu > > On Wed, Apr 25, 2018 at 4:44 AM, jun liu <mailto:ken.lj...@gmail.com>> wrote: > Hey Raghu, > > I’ve to say that your proposal do imp

Set up Nexus staging profile for Dubbo (Incubating)

2018-05-02 Thread Jun Liu
Hi, We are preparing for the first apache incubating release for dubbo, turns out we lack of some nexus permissions, this blocks our process. Could someone help us please? Here is the ticket asking permissions : https://issues.apache.org/jira/browse/INFRA-16451

Re: Set up Nexus staging profile for Dubbo (Incubating)

2018-05-02 Thread Jun Liu
I have tried by following this official guide[1], and this seems to be a nexus style guide. Can you provide some guidances for how to publish to the Apache mirrors for vote? BTW, i just found this release staging repository: https://dist.apache.org/repos/dist/dev/incubator/$podlingName

Re: How to package dubbo.jar correctly?

2018-05-09 Thread Jun Liu
Hi song, > However, the pom file in official released artifact is > https://github.com/apache/incubator-dubbo/blob/2.5.x/dubbo-maven/pom.xml > These 2 pom files are quite different, especially in the dependency scope > part. You can package to generate an all-in-one dubbo jar, and the only dif

Re: Dubbo release candidate

2018-05-10 Thread jun liu
> - The binary LICENSE fails to mention FastJSON (but as this is ALv2 it’s not > required) Not this will make the connivance binary LICENSE file different to > the source LICENSE file FastJSON should not be part of the binary release, should be caused by a bug of filters, i will remove it. > -

Re: Dubbo release candidate

2018-05-10 Thread jun liu
> What about hessian-lite-3.2.2.jar should that be there? hessian-lite-3.2.2.jar is a part of this release, both resource and binary should include hessian-lite. So now we need add clarification of hessian-lite in the LICENSE and NOTICE files in libs, right? FYI, hessian-lite a customized versi

[VOTE]: Release Apache Dubbo (Incubating) 2.6.2 [RC1]

2018-05-14 Thread Jun Liu
Hello Dubbo Community, This is a call for vote to release Apache Dubbo (Incubating) version 2.6.2. The release candidates: https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.2 / Git tag for the release: https://github.com/apa

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

2018-05-14 Thread Jun Liu
GES.md > On 15 May 2018, at 11:49 AM, Jun Liu wrote: > > Hello Dubbo Community, > > This is a call for vote to release Apache Dubbo (Incubating) version 2.6.2. > > The release candidates: > https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.2/ > &

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

2018-05-15 Thread jun liu
d only exists in the ‘2.6.2-release’ branch, a branch we used for release purpose, it serves for the release process but not bounded. Best regards, Jun > On 15 May 2018, at 3:38 PM, Huxing Zhang wrote: > > On Tue, May 15, 2018 at 2:11 PM, Jun Liu <mailto:liu...@apache.

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

2018-05-15 Thread jun liu
Hi Justin, > Hash for the release tag: > afab04c53edab38d52275d2a198ea1aff7a4f41e It’s included in the initial vote email. > On 16 May 2018, at 10:44 AM, Justin Mclean wrote: > > HI, > >> I don’t think we need to change the release tag hash. Tag ‘dubbo-2.6.2’ has >> never changed, so the sou

Re: Moving hessian-lite from Dubbo codebase to eco-system

2018-05-15 Thread jun liu
> What do the owner / maintainers of hessian-lite think about that? Is there > any need to fork their version? Actually, the dubbo team is the official maintainer of hessian-lite, it’s always been published along side with dubbo. There are mainly 2 reasons for maintaining an additional hessian

Re: Moving hessian-lite from Dubbo codebase to eco-system

2018-05-15 Thread Jun Liu
> Now we are considering that moving it to Dubbo eco-system, which is > https://github/dubbo. > > How do you think about this? I agree with moving hessian-lite to the dubbo eco-system. If we do that, we may need to upgrade the core dubbo version to 2.7.x to identify incompatible usage of depend

Re: [VOTE] Accept the "Dubbox documentation" donation

2018-05-16 Thread jun liu
+1 to accept the documentation. Except for the ip clearance, we may need to reorganize the doc to fit current official doc styles. Best regards, Jun > On 17 May 2018, at 1:55 PM, Huxing Zhang wrote: > > Hi All, > > Recently Dangdang has donated there documentation for dubbox[1], and a > soft

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

2018-05-17 Thread Jun Liu
+1 I have checked that the source release works fine: 1. All UT passed with JDK 1.7 2. All core features work fine with a certain amount of demos. 3. Review passed for changes mentioned in release notes. Best regards, Jun > On 15 May 2018, at 11:49 AM, Jun Liu wrote: > > Hello Dubbo

[RESULT][VOTE]: Release Apache Dubbo (Incubating) 2.6.2 [RC1]

2018-05-18 Thread Jun Liu
ad: https://lists.apache.org/thread.html/2292dfa6698c97550419ca547c8cd971bae8c88c440ef277314c841f@%3Cdev.dubbo.apache.org%3E +1, Justin Mclean (binding) +1, Huxing Zhang (binding) +1, Ian Luo (binding) +1 Jun Liu (binding) +1 Von Gosling (binding) +1 Yong Zhu (non-binding) We'll continue to start the IPMC vote now

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

2018-05-20 Thread Jun Liu
r-dubbo/archive/dubbo-2.6.2.zip > [3] > https://github.com/apache/incubator-servicecomb-saga/blob/master/saga-distribution/src/assembly/src.xml > [4]https://github.com/apache/incubator-dubbo/issues/1821 > [5] > https://github.com/apache/incubator-dubbo/blob/2.6.2-release/distribution/sr

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

2018-05-21 Thread Jun Liu
> Where did the community discuss this? I'd expect to see a discussion on > a mailing list before a decision is announced. Haven’t discussed yet, i will start one now. Best regards, Jun > On 22 May 2018, at 2:15 AM, Mark Thomas wrote: > > On 21/05/18 07:32, Jun Liu wrote:

[Discussion] About cancel vote for 2.6.2-RC1 and prepare RC2.

2018-05-21 Thread Jun Liu
Hello community, We have asked the apache PMC members to review and vote on the 2.6.2 RC, based on the feedbacks, especially those reported by Willem, Sebb, Ian and Justin, we are planning to prepare RC2 and start a new round of vote. Compared to RC1, RC2 plans to fix the following issues: - R

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

2018-05-23 Thread jun liu
> On 22 May 2018, at 4:45 PM, Mark Thomas wrote: > > On 22/05/18 02:53, Jun Liu wrote: >>> Where did the community discuss this? I'd expect to see a discussion on >>> a mailing list before a decision is announced. >> >> Haven’t discussed yet, i will st

Re: [Discussion] About cancel vote for 2.6.2-RC1 and prepare RC2.

2018-05-23 Thread jun liu
t; lovep...@hotmail.com<mailto:lovep...@hotmail.com> >> >> >> >> 在 2018年5月22日,下午5:24,Huxing Zhang > hux...@apache.org>> 写道: >> >> +1 Looks good to me, let's do RC2. >> >> On Tue, May 22, 2018 at 11:04 AM, Jun Liu > liu...@apache.o

Re: [Discussion] About cancel vote for 2.6.2-RC1 and prepare RC2.

2018-05-23 Thread Jun Liu
The canceling email has been sent, should start RC2 now. Best regards, Jun > On 23 May 2018, at 4:23 PM, Huxing Zhang wrote: > > Hi, > > I think you need to send an email to cancel the vote on general@ > formally before starting RC2. > > On Wed, May 23, 2018 at 4:08 P

[Discuss] "develop" branch for incompatible or long-term developing features

2018-05-24 Thread Jun Liu
I think we should create a new branch, for example “develop”, for the development of those upcoming incompatible or long-term features. By doing that, master branch and develop branch can evolve independently, and when develop branch is ready, it can be released with version 2.7.0, identifying t

[VOTE]: Release Apache Dubbo (Incubating) 2.6.2 [RC2]

2018-05-24 Thread Jun Liu
Hello Dubbo Community, This is a call for vote to release Apache Dubbo (Incubating) version 2.6.2. The release candidates (RC2): https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.2 Git tag for the release (RC2): https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.2 Hash for the re

Re: [Discuss] "develop" branch for incompatible or long-term developing features

2018-05-28 Thread Jun Liu
next major version, is there a branch called 2.8.x or 3.0.x? > > 2. should every pull request sent against 2.7.x and be back ported to 2.6.x? > > On Fri, May 25, 2018 at 2:41 PM, Ian Luo wrote: >> good suggestion, it looks like we have to maintain two trunks. +1 >> >

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

2018-05-28 Thread Jun Liu
+1 I have checked that the source release works fine: 1. All UT passed with Java 1.7 2. All core features work fine with a certain amount of demos. 3. Commits match with release notes. Best regards, Jun > On 25 May 2018, at 11:01 AM, Jun Liu wrote: > > Hello Dubbo Community, >

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

2018-05-28 Thread Jun Liu
Hi All, This vote has opened for more than 72 hours in community, i think we should start the apache vote by tomorrow. Please reply to this email if you have any question with this release candidate. Best regards, Jun > On 25 May 2018, at 11:01 AM, Jun Liu wrote: > > Hello Dubbo

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

2018-05-29 Thread Jun Liu
ad: https://lists.apache.org/thread.html/38560cb159a5c32d0cf98485c9fe791505fbc52d18d86a37713582f0@%3Cdev.dubbo.apache.org%3E +1, Huxing Zhang (binding) +1, Ian Luo (binding) +1, Jun Liu (binding) +1, Yong Zhu (non-binding) We'll continue to start the IPMC vote now. Thanks. Jun, on behalf o

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

2018-05-29 Thread Jun Liu
Sorry, i will start a new thread to announce the vote result. Best regards, Jun > On 29 May 2018, at 4:01 PM, Jun Liu wrote: > > Dear Dubbo Community, > > I am pleased to announce that the dubbo community has approved the release of > 2.6.2 RC2. > > The vote has

[RESULT][VOTE]: Release Apache Dubbo (Incubating) 2.6.2 [RC2]

2018-05-29 Thread Jun Liu
ad: https://lists.apache.org/thread.html/38560cb159a5c32d0cf98485c9fe791505fbc52d18d86a37713582f0@%3Cdev.dubbo.apache.org%3E <https://lists.apache.org/thread.html/38560cb159a5c32d0cf98485c9fe791505fbc52d18d86a37713582f0@%3Cdev.dubbo.apache.org%3E> +1, Huxing Zhang (binding) +1, Ian Luo (bin

Re: [Suggestion] Add maven wrapper

2018-06-01 Thread jun liu
+1, here is an open issue asking for this feature: https://github.com/apache/incubator-dubbo/issues/553 Best regards, Jun > On 1 Jun 2018, at 4:09 PM, hty...@gmail.com wrote: > > hey team, > > I suggest adding maven wrapper to Dubbo project. > (https://github.com/takari/maven-wrapper) > > mav

Re: [Suggestion] Add maven wrapper

2018-06-01 Thread jun liu
> Just be aware you can’t put maven-wrapper.jar in a source release as it’s > compile code. Thanks for the reminding. I think we can add rules to exclude the maven-wrapper.jar from source release. Best regards, Jun > On 1 Jun 2018, at 4:21 PM, Justin Mclean wrote: > > Hi, > > Just be aware

Re: [Discuss] "develop" branch for incompatible or long-term developing features

2018-06-04 Thread jun liu
changes only occur in 2.7.x, while enhancements or bugfixes going to both versions. Best regards, Jun > On 28 May 2018, at 10:15 PM, Huxing Zhang wrote: > > Hi, > > On Mon, May 28, 2018 at 9:08 PM, Jun Liu <mailto:liu...@apache.org>> wrote: >>> 1. But the naming

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

2018-06-04 Thread Jun Liu
ist.apache.org/repos/dist/release/tomcat/tomcat-9/KEYS > [2] http://pgp.mit.edu/pks/lookup?op=get&search=0x10C01C5A2F6059E7 > [3] http://pgp.mit.edu/pks/lookup?op=get&search=0xB6FB7A022F6059E7 > > On 29/05/18 09:47, Jun Liu wrote: >> Hello All, >> >> This

Release notification of Apache Dubbo (Incubating) V2.6.2.

2018-06-06 Thread Jun Liu
Hi, The Apache Dubbo (Incubating) 2.6.2 has just been released. Thanks you all for your help. The Apache vote thread: https://lists.apache.org/thread.html/0e95ab5ed14acafdfc1d621e9b9e7621e78412eb5d611fe6f765b4ca@%3Cgeneral.incubator.apache.org%3E Best regards, Jun

Re: Release notification of Apache Dubbo (Incubating) V2.6.2.

2018-06-06 Thread Jun Liu
t.apache.org/repos/dist/dev/incubator/dubbo/2.6.2/ > > It should be moved to https://dist.apache.org/repos/dist/release/ > > See [1] for more details. > > [1] http://www.apache.org/dev/release-publishing.html#distribution > > On Thu, Jun 7, 2018 at 9:46 AM, Jun

Re: Release notification of Apache Dubbo (Incubating) V2.6.2.

2018-06-07 Thread jun liu
> [2] https://github.com/apache/incubator-dubbo/releases > > On Thu, Jun 7, 2018 at 2:01 PM, Jun Liu wrote: >> Sorry, I forget about the transfer thing. >> >> The release content is now under: >> https://dist.apache.org/repos/dist/release/incubator/dubbo/

Re: Planing to rename dubbo package to org.apache

2018-06-07 Thread Jun Liu
> I suggest that we have to freeze new comming PR after notification community. I don’t think it’s necessary to freeze PRs. To some extend, it'is the PRs containing pretty much changes that will have most of the compatibility problems. Since currently most of the features under progress are de

Re: [GitHub] chickenlj commented on issue #1574: circuitBreaker

2018-06-12 Thread jun liu
Hi Ian&Mark, I remember we have a brief discussion about this issue days ago[1], but has not reached a solution yet. Let me prepare a proposal for further discussion. 1. https://github.com/apache/incubator-dubbo/issues/1505 Best regards, Jun > On 13 Jun 2018, at 10:39 AM, Ian Luo wrote: > >

Re: HashedWheelTimer to decrease timeout check times

2018-06-21 Thread jun liu
Hi 修宇航, Good job! I also find that the heartbeat mechanism in Dubbo can be optimized using HashedWheelTimer. Here’s a issue reporting reporting this: https://github.com/apache/incubator-dubbo/issues/1888. Do you think it’s necessary? If you think the same, would you mind send a PR for this issu

Re: Prepare for release of Dubbo Spring Boot Project v0.1.1 & v0.2.0

2018-06-21 Thread jun liu
> This release would not rename package Is the groupId keep “com.alibaba.boot” no changed this time? If so, we can only send the convenient binary maven release to Maven Central Repository. I am also wondering if we plan to include a binary release in the Apache release candidate this time? B

Re: Promoting Dubbo in social media

2018-06-21 Thread jun liu
> * Twitter > * Facebook > * Weibo > * Wechat Official Accounts > * Others > > Of course the official website will have the latest news, but I think > a Twitter account will definitely help to build the community from not > only China but all over the world. I

Re: Signing ICLA for significant contribution was Re: [apache/incubator-dubbo] Repackage to org apache (#1941)

2018-06-21 Thread jun liu
Since ICLAs will definitely affect efficiency and Mark has clarified that it’s not mandatory in the ASF policy, I am voting +1, not require ICLAs for contributors. . Best regards, Jun > On 21 Jun 2018, at 8:46 AM, Huxing Zhang wrote: > > Hi All, > > I have suggested to sign the ICLA for sig

Re: [DISCUSS] Dubbo new website detailed design

2018-06-21 Thread jun liu
> ### Documentation > ### Blogs > ### Community I think these three parts are what the current version is in desperate need. This can be a good window for us to regularly publish some series of articles on how to use Dubbo or how Dubbo works. Best regards, Jun > On 19 Jun 2018, at 11:53 PM, Hu

[DISCUSS]Enhancements of the async programming model.

2018-07-04 Thread jun liu
Hi All, I have submitted a PR[1] improving the async programming model exists in Dubbo, the PR has been opened for days. Since the changes involved are relatively large, I kindly ask for your suggestions and reviews. To make sure you fully understand what the PR promotes, here’s an article[2]

[Proposal]Metadata(URL) problems Dubbo faces and possible solutions

2018-07-04 Thread jun liu
Hello, community I have drafted a proposal on Github[1] talking about the necessity and plans of refactoring the Metadata(URL) part in Dubbo. Welcome to join the discussion and share your ideas and suggestions, you can reply to this email directly or leave your comment on the issue page, any wa

Re: [Proposal]Metadata(URL) problems Dubbo faces and possible solutions

2018-07-05 Thread jun liu
Most of the discussions about this proposal are happening on the issue now: https://github.com/apache/incubator-dubbo/issues/2030 Best regards, Jun > On 5 Jul 2018, at 13:48, jun liu wrote: > > Hello, community > > I have drafted a proposal on Github[1] talking about the nece

[Proposal]Embedded short-circuit support

2018-07-06 Thread jun liu
Hello, Community I’ve drafted a proposal for a planning new feature: embedded short-circuit support. Ideas and suggestions are welcome, details can be found on the following Github issue: https://github.com/apache/incubator-dubbo/issues/2037 Best regards, Jun

[Discuss]Suggestion for solve issues more quickly and effectively

2018-07-09 Thread jun liu
Hi All, Now the community has become very active, pull requests and issues are being reported in a certain amount every day, in contrast, our response seems not fast enough and issues bumped up. I've thought of a duty table for temporarily solving this problem, committers on duty are respons

Re: [ANN] New committer: htynkn(YunKun Huang)

2018-07-10 Thread jun liu
Welcome and Congratulations! Best regards, Jun > On 10 Jul 2018, at 16:54, YunKun Huang wrote: > > hey all, > > It is a great honor to be a committer. My name is Yunkun Huang. I'm a java > developer and I work for ThoughtWorks to support some overseas client in past > 4 years. Recently I jus

Re: [Proposal] Dubbo Shenzhen Meetup

2018-07-20 Thread jun liu
+1 Best regards, Jun > On 16 Jul 2018, at 13:42, Huxing Zhang wrote: > > Hi Dubbo PMC, > > I am requesting the PMC for the approval of holding a half-day meetup > in Shenzhen on July 29th (Sunday). The purpose is to build the > community and listen to end users. > > * What is the topic focus

Re: Donate sentinel-dubbo-adapter

2018-07-23 Thread jun liu
Hi Eric, That’s great! Actually, the Dubbo community are in desperate need of isolation and flow control features, Sentinel seems to provide all these features, I think the community would love it. We are even planning to give our own isolation support inside dubbo, here is the proposal we ha

Re: Two dubbo calls, kryo serialization failed #2116

2018-07-23 Thread jun liu
> The two dubbo's SerializationOptimizer registered the bean separately, and > the kryo serialization problem occurred. The problem is as follows: Your problem details failed showing in this email, please help check. Best regards, Jun > On 23 Jul 2018, at 14:58, liulixue120 wrote: > > > >

[Discuss] Prepare for release of dubbo-2.6.3

2018-07-23 Thread jun liu
Hello Community, I think we are ready for the next maintenance release 2.6.3 now. In this release, we plan to solve the issues and requirements reported by the community recently: * Delivery of attachments from provider to consumer. * Generic invoke and attachments for http&hessian protocol. *

Re: Proposal for releasing hessian-lite 3.2.4

2018-07-25 Thread jun liu
+1 Dubbo v2.6.3 relies on the changes of hessian-lite, we must release this repository first. Here are the release candidates: https://github.com/dubbo/hessian-lite/releases Best regards, Jun > On 24 Jul 2018, at 10:51, Yong Zhu wrote: > > hi,

Re: [Discuss] Prepare for release of dubbo-2.6.3

2018-07-25 Thread jun liu
e a first-level > Apache project. > Finally after 2.7.0 is released I suggest to adopt semantic versioning ( > https://semver.org/ <https://semver.org/>) and put major changes on a 3.x.x > branch (or on master). > > Regards. > >> >> On Tue, Jul 24, 2018

[VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC1]

2018-07-26 Thread Jun Liu
Hello Dubbo Community, This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3. The release candidates (RC1): https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3 Git tag for the release (RC1): https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3 Hash for the re

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

2018-07-26 Thread jun liu
1 approve > > Look nice :) > > 2018-07-26 17:48 GMT+08:00 Jun Liu : > >> Hello Dubbo Community, >> >> This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3. >> >> The release candidates (RC1): >> https://dist.apache.org/repos/dist/d

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

2018-07-26 Thread jun liu
ts would be better. > > > leyou...@live.cn > > From: Jun Liu<mailto:liu...@apache.org> > Date: 2018-07-26 17:48 > To: dev@dubbo.apache.org<mailto:dev@dubbo.apache.org> > Subject: [VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC1] > Hello Dubbo Community, > &

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

2018-07-29 Thread jun liu
hive > (dubbo-incubating-2.6.3-source-release.zip). I'm not able to build the > release from scratch (with 'mvn install'), I've investigated and found > that the pom.xml has version 2.6.4-SNAPSHOT instead of 2.6.3 > > On Fri, Jul 27, 2018 at 4:49 AM, jun liu wrote:

  1   2   3   4   5   6   7   >