From dev-return-74-archive-asf-public=cust-asf.ponee.io@dubbo.apache.org Thu Mar 8 10:40:17 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E9BE718064C for ; Thu, 8 Mar 2018 10:40:16 +0100 (CET) Received: (qmail 93868 invoked by uid 500); 8 Mar 2018 09:40:16 -0000 Mailing-List: contact dev-help@dubbo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@dubbo.apache.org Delivered-To: mailing list dev@dubbo.apache.org Received: (qmail 93857 invoked by uid 99); 8 Mar 2018 09:40:15 -0000 Received: from mail-relay.apache.org (HELO mailrelay1-lw-us.apache.org) (207.244.88.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2018 09:40:15 +0000 Received: from [192.168.23.12] (host81-156-46-215.range81-156.btcentralplus.com [81.156.46.215]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id A689F508 for ; Thu, 8 Mar 2018 09:40:14 +0000 (UTC) Subject: Re: On double dubbo starters To: dev@dubbo.apache.org References: <2D1C16F9-FD0A-4C59-BE72-03D92477DC21@gmail.com> <4d172688-ac30-27b3-7913-54eb79854f9a@apache.org> <71E2582E-76DC-4ECC-A061-984C9F4FB80B@gmail.com> From: Mark Thomas Message-ID: <12f904f6-6933-ee68-cfd6-f7968629c049@apache.org> Date: Thu, 8 Mar 2018 09:40:13 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <71E2582E-76DC-4ECC-A061-984C9F4FB80B@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit On 07/03/18 11:41, Ian Luo wrote: > Hi Mark, > > Pls. check my comments below. Thanks for the additional information. Until the code transitions to the ASF (which I hope is fairly soon), and especially if the community needs a release, then you are able to publish releases as you have done previously. Once the code transitions to the ASF, the ASF release policy applies. Depending on where you start from, it can take a little work to get everything aligned to the policy but that only needs to be done once. Mark > > Thanks, > -Ian. > > >> On 7 Mar 2018, at 6:09 PM, Mark Thomas wrote: >> >> On 07/03/18 09:49, Ian Luo wrote: >>> Hi Adrian, >>> >>> First of all, my apology for the confusion. The project under dubbo [1] group is the official project we plan to maintain in long term for Spring Boot support. I encourage you try it first and share your feedback if there’s any. >>> >>> In order to not block Adrian’s work, I suggest to publish it with the existing groupId/artifactId since we can always republish with the new groupId/artifactId in the next release cycle after the transition finishes. >>> >>> To dubbo’s mentors, I am not sure if it is appropriated for my proposal. Pls. correct me once you read the message since we plan to release spring-boot-starter officially very soon (by the end of this week or the early of the next week). >>> >>> Thanks, >>> -Ian. >>> >>> 1. https://github.com/dubbo/dubbo-spring-boot-project >> >> Hi, >> >> I need a little more information before offering an opinion. >> >> 1. Who is the "we" that intends to publish the release? > > [iluo]: Here “we” means dubbo development team. > >> >> 2. How will the release be named (including Maven co-ordinates)? > > [iluo]: It will be com.alibaba.boot:dubbo-spring-boot-starter at this moment. > >> >> 3. Is it intended that this code will become part of Apache Dubbo? If >> so, what stage is this code at in its transition to the ASF? > > [iluo]: It’s a side project [1] of Apache Dubbo. All projects under dubbo group [2] will be included in this transition, you could check details from JIRA issue DUBBO-3 [3]. > > > 1. https://github.com/dubbo/dubbo-spring-boot-project > 2. https://github.com/dubbo > 3. https://issues.apache.org/jira/projects/DUBBO/issues/DUBBO-3 > >> >> Thanks, >> >> Mark >> >> >>> >>> >>>> 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-cloud/spring-cloud-sleuth/issues/710 >>>> >>>> One of the commitments we made was to have dubbo tracing included for >>>> spring boot 2 applications, leveraging the efforts we made in the >>>> Zipkin library Brave (which similarly had a backlog of dubbo >>>> interest). >>>> >>>> The good news is that, I've been able to get this working, which is awesome. >>>> >>>> https://github.com/openzipkin/sleuth-webmvc-example/compare/add-dubbo-tracing >>>> >>>> I'm only waiting a couple small patches and we are ready to go! The >>>> community have been great and the plugin changes quickly in the right >>>> direction. >>>> >>>> I ran into a glitch as I was told that the plugin I use, the "alibaba" >>>> variant, is not official. Rather, the "dubbo" one was. >>>> >>>> https://github.com/alibaba/dubbo-spring-boot-starter < I am using this >>>> and it works >>>> https://github.com/dubbo/dubbo-spring-boot-project < haven't tried this, yet >>>> >>>> I would like to try the other version, but it seems to be in release >>>> limbo. For example, it is not published anywhere and there are some >>>> concerns about publishing it while apache takes its course. >>>> >>>> https://issues.apache.org/jira/projects/DUBBO/issues/DUBBO-3 >>>> >>>> Meanwhile, I actually like the plugin I am using and the person >>>> maintaining it is good. This is a tough situation to be in where what >>>> is working is not recommended, and what is recommended I have to build >>>> or consume snapshot of. >>>> >>>> How should we proceed on this? >>>> -A > >