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

2018-05-07 Thread Justin Mclean
Hi, > Most of the dubbo users depend on the maven artifact, therefore I > think a maven artifact is mandatory from Dubbo's point of view, > although it is not mandatory according to ASF release policy. Is it something you could possibly put off until your second ASF second release? > Can we

Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...)

2018-05-09 Thread Justin Mclean
Hi, >> ...The maven artifact is the most significant for most of the Dubbo >> users, so we want to include a maven artifact in the release > > Binaries are NOT part of Apache Releases, as mentioned earlier in this thread. Apache Dubbo is aware of that and it has been made clear on the dev

Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...)

2018-05-08 Thread Justin Mclean
Hi, > But nothing prevents Alibaba from publishing under coordinates that they > control. > > It needs to be clear however that it is alibaba publishing there, not > Apache. The has been discussed on list with Dubbo and that’s the approach they are going to take with their first release. They

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

2018-05-08 Thread Justin Mclean
Hi, > Was there discussion somewhere that decided to allow an Apache project to > publish coordinates using com.alibaba? The maven artefacts would not be an ASF release only the source release would be and published and named as such is my understanding. Maven artefacts are not not offical

Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...)

2018-05-08 Thread Justin Mclean
Hi, > Maybe the first release should be Apache for the source with Alibaba making > the binary release through their current Maven release process. Which is my understanding of what they are going to do. They were also going to vote on the binary to check it’s OK but not have that as part of

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

2018-05-08 Thread Justin Mclean
Hi, > So that means it is better to publish both the source and binary > artifact to the Apache mirror system and vote them there. > The only thing that block us is we can not publish to > https://repository.apache.org (since our group id not starting with > org.apache), then to nexus, we want to

[Mentors] IP clearance

2018-05-12 Thread Justin Mclean
Hi, A lot of work has been done on the IP clearance. [1] IMO given the 4 people mention in the JIRA to be contacted has all contributed less than 10 lines of code each I don't see this as holding up the release while we wait for a reply / ICLA from them. Absolute worse case code can be

Dubbo release candidate

2018-05-10 Thread Justin Mclean
Hi, I saw that a release candidate has been put up here [1] and I had a quick look at it. It looks good to me with a couple of minor issues: - 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

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

2018-05-11 Thread Justin Mclean
Hi, > Now we are considering that moving it to Dubbo eco-system, which is > https://github/dubbo. > > How do you think about this? I don’t know the history here so the answer to these questions may be obvious to someone eon the project. What do the owner / maintainers of hessian-lite think

Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...)

2018-05-10 Thread Justin Mclean
Hi, Looking at the release candidate just made both the license and notice for the source release and the connivance binary are going to be just about identical as there's only 2 3rd party jars included and none of the other jars contain 3rd party code (other than what is mentioned in

Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...)

2018-05-10 Thread Justin Mclean
Hi, >> As a mentor, I strongly advise against podlings making binary releases, >> especially for the first release. >> It’s difficult enough to get L correct for source releases, and when a >> binary release is being make >> at the same time with necessarily different L, the PPMC tend to get

Re: Dubbo release candidate

2018-05-10 Thread Justin Mclean
Hi, >> - 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

Re: Publishing Maven artifacts under third-party coordinates (was: Set up Nexus staging profile for Dubbo ...)

2018-05-10 Thread Justin Mclean
Hi, > There is NO WAY to verify a binary. Even compiling from source to binary on > your machine, and trying to compare against a target binary will generally > fail since timestamps are embedded. Or maybe there are different compilers > being used. As per ASF policy a connivance binary can be

Re: Dubbo release candidate

2018-05-11 Thread Justin Mclean
Hi, > 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? It’s ALv2 and from what I can see there no notice file. Is that correct? If so it

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

2018-05-15 Thread Justin Mclean
Hi, +1 (binding) I checked: - Incubating in name - Signatures and hashes good - DISCLAIMER exists - LICENSE and NOTICE good - A number of pom.xml and log4j.xml files haven’t had their headers changed to the standard ASF one and are still copyright Alibaba (about 14 files) e.g [4][5] - A couple

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

2018-05-15 Thread Justin Mclean
HI, > I don’t think we need to change the release tag hash. Tag ‘dubbo-2.6.2’ has > never changed, so the source release, binary release and the release tag are > still in consistent to each other. Be aware that CHANGES.md only exists in > the ‘2.6.2-release’ branch, a branch we used for

Re: Dubbo new logo and new website

2018-06-10 Thread Justin Mclean
Hi, > Designing a new logo requires skills which the committers might lack of. They might they may not or they may know people who help, several projects I know have gotten a new logo this way. Thanks, Justin

Re: Planing to rename dubbo package to org.apache

2018-06-07 Thread Justin Mclean
Hi, > I suggest that we have to freeze new comming PR after notification community. Up to the PMC but I think this will cause more issues than it will solve. Lets see what other people say in this thread. Thanks, Justin

Re: [Call for talks]: Dubbo Shanghai meetup

2018-06-07 Thread Justin Mclean
Hi, > Please submit your ideas before June 13rd by sending email to > priv...@dubbo.apache.org I don't see that this would be private. Any reason for that suggestion? Thanks, Justin

Re: Dubbo new logo and new website

2018-06-07 Thread Justin Mclean
Hi, The "Alibaba folks" should be doing the work on this list as individuals in the open. Doing the development off list then putting in a github repo once done is not how Apache works. Ideally they should be making PRs against the existing web site. The community should also be involved in the

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

2018-06-07 Thread Justin Mclean
HI, > One more thing to do: we need to using the Apache download link[1] for > download. I am going to add it to website. Yes that required. > The current Github release note contains a download link [2], can we > change that? Basically you shouldn't use github releases, but it’s not IMO a

Re: [Suggestion] Add maven wrapper

2018-06-01 Thread Justin Mclean
Hi, Just be aware you can’t put maven-wrapper.jar in a source release as it’s compile code. Thanks, Justin

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

2018-05-02 Thread Justin Mclean
Hi, > We are preparing for the first apache incubating release for dubbo, turns out > we lack of some nexus permissions, this blocks our process. The offical release area is not nexus it on the Apache mirrors so this (while inconvenient) isn’t a blocker to making an release. Thanks, Justin

Re: JIRA email notification

2018-02-26 Thread Justin Mclean
HI, > There were three issues. > 1. Dubbo had not be assigned a notification scheme. > 2. j...@apache.org was not on the allow list for issues@dubbo.a.o > 3. The permission scheme was set incorrectly which was preventing mail > from being sent to issues@dubbo.a.o This was set up via the infra

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

2018-08-07 Thread Justin Mclean
Hi, Having extra information in license or notice is unfortunate but IMO it's just a documentation issue rather than a licensing error. I think it can be fixed in the next release. Thanks, Justin On Wed., 8 Aug. 2018, 11:36 am jun liu, wrote: > > Each package MUST provide a LICENSE file and

Re: [incubator-dubbo-website] branch asf-site updated: Google Analytics support

2018-08-15 Thread Justin Mclean
Hi, I know of other Apache projects that also use google analytics, that’s not to say it right to do so, but currently we don’t really have any direction or policy on this so it’s hard to know what to do. Thanks, Justin

Re: Use of "Team N" in issues and PRs

2018-08-18 Thread Justin Mclean
Hi, Thanks Mark for the great advice here in this thread. Just about every time I see something I should respond to Mark gets there first and puts it way better than I could. :-) > PS I see there is a Dubbo session at ApacheCon NA. I'd be more than > happy to sit down with anyone that is

Re: [Help Wanted] A tricky issue when preparing for 2.6.3 Apache release vote.

2018-08-20 Thread Justin Mclean
Hi, Also what can do done to stop this happening accidentally in the future? Thanks, Justin

Re: [Help Wanted] A tricky issue when preparing for 2.6.3 Apache release vote.

2018-08-20 Thread Justin Mclean
Hi, > We got a tricky problem when preparing for v2.6.3 release RC4, and we need > more inputs for what to do next. The problem is: > While we are preparing for the RC4 Apache release vote, we found that the > binary maven release has been deployed to the central repository IMO I’d remove it

Re: [DRAFT] Dubbo incubator Report - September 2018

2018-08-28 Thread Justin Mclean
Hi, > * The following projects has been added to Dubbo ecosystem: >* dubbo-php-frmework >* dubbo-serialiazation-avro >* dubbo-sentinel-support >* Intellij IDEA plugin >* dubbo-rpc-native-thrift I have some concerns with what is happening here. This is at

Re: [DRAFT] Dubbo incubator Report - September 2018

2018-08-29 Thread Justin Mclean
HI, Just a couple of questions below for people to ponder and I think it worth having a discussion on list about this. I don’t think having this external repo is a bad idea or against ASF policy but long term it could harm the project. For instance only contributions to the Apache project can

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

2018-08-31 Thread Justin Mclean
Hi, It’s best to keep votes open for a minimum of 72 hours before announcing the results. Thanks, Justin

Re: Meet Dubbo

2018-09-04 Thread Justin Mclean
Hi, Nice article and I like the story you tell in going from user to contributor to committer and how developing open source code using the Apache Way involves the community. (I read it via google translate.) Thanks, Justin

Re: The chats must be public

2018-09-06 Thread Justin Mclean
Hi, I suggest you don't use slack or any other instant message as doing will exclude some people due to the platform used or time zone they are in or language used. Also these conversations can be hard to search and may not be archived. All decisions need be made in publc on the mailing list and

Re: The chats must be public

2018-09-07 Thread Justin Mclean
Hi, > But it is a different story for Dubbo users. You should be asking the users to use the mailing list as well. Users become contributors become committers. > What I am worrying is where we could group them all together in one single > place. If the user traffic gets too large for this

Re: NOTICE file enhancement

2018-09-07 Thread Justin Mclean
Hi, >>> This product contains code derived from Google Guava project, which is >>> available under a "Apache License 2.0" license. >>> (https://github.com/google/guava ). >>> >>> This product contains code derived from the Netty Project, which is >>> available

Re: How to add Apache license head to the files of hessian-lite sub project

2018-03-13 Thread Justin Mclean
Hi, > The text from section 3 should appear in the NOTICE file. It seems to be a combination of a BSD license and Apache which is slightly confusing. IMO nothing needs to go in NOTICE but we probably need to look into it in a little more detail. Thanks, Justin

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

2018-03-13 Thread Justin Mclean
Hi, >> 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 With my mentors hat on I

Re: How to add Apache license head to the files of hessian-lite sub project

2018-03-14 Thread Justin Mclean
Hi, > Then we need to rollback what we made in hessian-lite module and keep the > original license/author info as is. As Justin suggested, pls. also cross > check LICENSE file. Don’t be too concern about what goes in LICENCE and NOTICE right now we can fix that up before the first release.

Re: Suggestions collection for release of dubbo v2.6.2

2018-04-24 Thread Justin Mclean
Hi, This is the best guide. [1] Please don’t follow what some TLPs have done like Apache Spark or Apache Hadoop as they have way far too much information in their NOTICE files. Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html

Re: [DISCUSS] Dubbo Release schedule

2018-04-18 Thread Justin Mclean
Hi, > 0. Should we have release manager for these artifacts? Is there any > committer volunteer to be release manager? In general Apache project do have release managers. > 1. Should we keep the release cycle for 2.6.x? Our first Apache > release might take some time because we have bunch of

Re: Where is the document for the restful configuration?

2018-04-01 Thread Justin Mclean
Hi, > Unfortunately it is under Creative Commons 3.0 which is incompatible > with (category X) Apache. There’s a lot of variation in CC licenses and not all are Category X in this case it’s CC BY-ND 3.0 which would indeed be category X (mostly because of the no derivatives part). Thanks,

Re: How do we judge whether SGA is need for a contribution?

2018-04-01 Thread Justin Mclean
Hi, > Actually I am curious about how to judge whether a SGA is needed for a > contribution. > How do we define the amount of code that will meet the criteria? There’s no exact limit IMO if it just changes a few lines then no SGA is needed and an ICLA may not be needed, if it change dozens of

Re: Prepare for release of v2.6.1

2018-03-16 Thread Justin Mclean
Hi, > As we are going to move the repo to Apache, will that block your release? I don’t believe so. As long as it not advertised as an Apache release IMO all is good. Thanks, Justin

Re: Website Branding Policy

2018-03-20 Thread Justin Mclean
Hi, > 1. Gitter channel: https://gitter.im/alibaba/dubbo, is it necessary to > change to https://gitter.im/apache/incubator-dubbo? Necessary probably not, a good idea to do so yes. > 2. At the bottom of the page, there is a link to promote EDAS, which a > product in Alibaba Cloud, is that

Re: Website Branding Policy

2018-03-22 Thread Justin Mclean
Hi, > It isn't required legally but it is ASF policy. See: > http://www.apache.org/foundation/marks/pmcs#graphics " it includes a small "TM" symbol in the graphic or immediately adjacent to it.” Interesting. I had always thought it's more the later than former Thanks, Justin.

Re: Website Branding Policy

2018-03-22 Thread Justin Mclean
Hi, Some suggestions: - I’d remove the download .zip and download .tar.gz buttons. [1] - Add to the footer word to the effect of "Apache and the Apache feather logo are trademarks of The Apache Software Foundation” Thanks, Justin 1. http://www.apache.org/legal/release-policy.html#publication

Re: A little thought about the offline meetup

2018-10-18 Thread Justin Mclean
Hi, > Yesterday Alibaba Group held a small offline meetup, I was fortunate to > participate and did some communication with Justin. I’m glad you found it helpful, if you have any other questions please ask them here. > The discussion in the mailing list should not be limited to dubbo's issue >

Re: NOTICE file enhancement

2018-10-02 Thread Justin Mclean
Hi, All mostly correct and I’ve clarified a few things where needed. > Because the bundled Google Guava and Netty both contain no bundled > subcomponents under other licenses Well Netty does contain 3rd party bundled sub component but it incorrectly list then in NOTICE not LICENSE. I don't

Re: [DRAFT] Dubbo incubator Report - September 2018

2018-09-02 Thread Justin Mclean
Hi, I note under "How has the community developed since the last report?” you have. * The following projects has been added to Dubbo ecosystem: * dubbo-php-frmework * dubbo-serialiazation-avro * dubbo-sentinel-support * Intellij IDEA plugin * dubbo-rpc-native-thrift As

Re: MODERATE for dev@dubbo.apache.org

2018-09-02 Thread Justin Mclean
Hi, > I am not sure why this can't be sent to dev mailing list, even I've accepted > it. Thanks for that. I can see the report has already been changed. I sent it form the wrong address I’ll try not to do that in future. Thanks, Justin

Re: NOTICE file enhancement

2018-09-25 Thread Justin Mclean
Hi, The link provided is not that useful as it doesn't take into consideration ASF policy on licensed and notice files. I suggest you read [1]. IMO it does need to be included. Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html#mod-notice

Re: NOTICE file enhancement

2018-09-25 Thread Justin Mclean
Hi, Btw the source bundle does include Netty code. So it's not just the binary that needs it. Thanks Justin

Re: Podling Report Reminder - September 2018

2018-09-23 Thread Justin Mclean
Hi, Sorry please ignore this, it was sent in error. Thanks, Justin

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

2019-01-14 Thread Justin Mclean
Hi, > - I found .png file in source release, which is a binary file, it that > allowed? Did not confirm with ASF release policy yet. just confirming this is fine. It’s any binary that contains compiled code that's not allowed cos then it would not be open source. Thanks, Justin

Re: Naming of non-ASF releases

2018-12-18 Thread Justin Mclean
Hi, > I checked the list, excepted for the dubbo-registry-nacos, all of them are > Apache Dubbo modules. Except that they are not still under Alibaba package and have been updated recently. I would understand if there has been no updates but that doesn't seem to the the case. If they are old

Naming of non-ASF releases

2018-12-17 Thread Justin Mclean
HI, From Mark: > On a related topic, if this component is remaining outside the ASF it > will need to change its name. Looking up a couple of directories I can see a large number of releases using the dubbo name: dubbo-bom/ dubbo-bootstrap/ dubbo-cluster/ dubbo-common/ dubbo-config/

Re: Naming of non-ASF releases

2018-12-17 Thread Justin Mclean
Hi, > Where did you get the list? http://central.maven.org/maven2/com/alibaba/ > Most of them are Apache Dubbo modules. I assumed some may be left over from the donation / old releases predating apache donation but not 100% sure if that accounts for all of them. Thanks, Justin

Re: Donate dubbo-registry-nacos

2018-12-22 Thread Justin Mclean
Hi, > Yes, both of them are Dubbo ppmc member.cI think we need a software grant > here, shall we? Give both people involved have signed ICLAs and the code in Apache licensed it’s probably not required. It may depend on who actually owns the code (usually the company those people work for but

Re: [DRAFT] Dubbo incubator Report - December 2018

2018-12-03 Thread Justin Mclean
Hi, While the statistic are interesting it’s better to tell the story behind them and why they have changed. For instance the mail and GitHub stats don’t really mean much on their own, but it would be nice to know why there’s been an increase in closed PRs (I don’t know). Or why that their

Incubator Podling Report (Due 5th December)

2018-12-02 Thread Justin Mclean
Hi, The incubator PMC would appreciated if you could complete the podling report on time it's due on 5th December in a few days. It takes time to prepare the incubator report, have your mentors sign off the report and for the board to review it, so it's best if you can get it in early.

Re: Meetup in Hangzhou

2018-11-23 Thread Justin Mclean
Hi, > For some private information, at least they should contact the > @private list. Why does any of this need to be private? Open transparent discussion that involves all of the community is the goal here. If it’s the speaker selection that the issue then that could be done by the PMC on

Re: Meetup in Hangzhou

2018-11-22 Thread Justin Mclean
Hi, Actually I strongly suggest we should do it in a more open way next > time, e.g. announce the meetup, and call for talks from the mailing list. > I strongly suggest you also do this. Why is the "meetup management committee" not discussing this on list? and why are they separate from the

Re: Junit5 source file, do I need to mark it in the LICENSE file?

2019-01-09 Thread Justin Mclean
Hi, > I have a question :I ues junit-jupiter5.3.2, but for some test cases, I > copied some source code from junit 5.4.0.M1 , the files are as follow : >org.junit.jupiter.api.support.io.TempDirectory.java > >

Re: Junit5 source file, do I need to mark it in the LICENSE file?

2019-01-10 Thread Justin Mclean
Hi, > if it was the connivance binary then yes you would need to put it in the > LICENSE. Sorry I mean “convenience binary” i.e. a binary made fro a source package for the convenience of users who don’t want to compile the source code. Justin

Re: [DISCUSS] A metric to measure the response time to issues/prs

2018-09-13 Thread Justin Mclean
HI, > I'd suggest not worrying about the metric and concentrating on growing > the community. Look for people who contribute and keep the bar low for > committership. +1 (again) to what Mark said. I like metrics, and they can be useful for discover issues, or tracking X over time to see how

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

2018-09-13 Thread Justin Mclean
Hi, > Yes, I think we need a new manager to do the next release, to get familiar > with and improve the release process. > But I'm not sure if anyone has committer privilege is allowed to be the > release manager or only PMCs are allowed. Anyone can be a release manager, but in practical term

Re: Naming of non-ASF releases

2018-12-18 Thread Justin Mclean
Hi, > First, all the artifacts, except dubbo-registry-nacos, are only > updated when there is an official release. I didn't see any unexpected > behavior there. 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

Re: Naming of non-ASF releases

2018-12-18 Thread Justin Mclean
Hi, > Regarding 2.6.3, it is due to some tricky issues described here[3]. > > Regarding 2.6.5, I am not quite sure but I suspect the same reason as 2.6.3. Thanks for the explanation, that looks like something that needs to be kept an eye on. You don’t wan to making releases before the vote is

Re: Donate dubbo-registry-nacos

2018-12-19 Thread Justin Mclean
Hi, Out of interest have the 2 contributors signed ICLAs? Thanks, Justin

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

2019-03-21 Thread Justin Mclean
Hi, >I run "npm ls | grep echarts" on tag 0.2.0, but gets no result. dubbo > admin use echarts 4.0.4 to support metrics on develop branch, but the > feature is not in the release I’m looking at the source release not the tag. It shows on the very first line. Perhaps I might be picking up

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

2019-03-20 Thread Justin Mclean
Hi, Also this in [1] is not a good idea. The date needs to the the date of release not the current date. " Copyright {{ new Date().getFullYear() }} The Apache Software Foundation.” I believe this has come up before on this list? Thanks, Justin 1.

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

2019-03-21 Thread Justin Mclean
Hi, Having a closer look I see that “npm ls” shows a dependancy on echarts@4.2.1-rc1. This is unreleased code [1]. Is this correct? Thanks, Justin 1. https://github.com/apache/incubator-echarts/releases/tag/4.2.1-rc1

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

2019-03-21 Thread Justin Mclean
Hi, This is probably against copyright law, and IMO just because others ignore it doesn’t mean we should. There probably a couple of courses of action: - Ask the maintainer of that npm module to replace that file with something that's permissible to use. - Ask on legal discuss for advice, they

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

2019-03-20 Thread Justin Mclean
Hi, > These dependencies are all development time dependencies, which can be > found in "devDependencies" section of package.json file. Anyone who compiles the source will get these and be unaware of them, that seems a little problamatic to me. > For node-notifier, which is also a dev

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

2019-03-20 Thread Justin Mclean
Hi, +1 (binding) I checked: - incubating in name - signatures and hashes are fine - DISCLAIMER exits - LICENSE and NOTICE file - Source file have ASF headers. There are a few xml files and shell scripts that are missing ASF headers. - No unexpected final files in the source release - Can

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

2019-03-20 Thread Justin Mclean
Hi, -1 (binding) as this release seems to includes a GPL (a category X) dependancy. [3] After compiling I also noticed it pulls down material that is under copyright and I don’t believe we have permission to distribute [1][2] Re copyright of that text: "In Praise of Idleness and Other Essays

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

2019-03-21 Thread Justin Mclean
Hi, > If that is the case, I doubt that there are lots of ASF projects could > not make releases. There are very few Apache projects that use npm as their primary build tool. Thanks, Justin

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

2019-03-21 Thread Justin Mclean
Hi, > I did a search in Github [1], it looks quite a lot, some of them made > releases. How to deal with these releases? AFAIK Most of these would not be the primary release / offical release. Thanks, Justin

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

2019-03-27 Thread Justin Mclean
Hi, > It shows the node-forge module has contains GPL license, but looking > into the license file, it is actually dual licensed with GPL (Category > X) and BSD-3 clause (Category A). So I think it is fine. Yep that is fine, for anything dual licensed you can take the most permissive license.

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

2019-03-21 Thread Justin Mclean
Hi, > I also did't find the echarts dependency in this release candidate. It > is introduced in this commit[1] just 6 hours ago, it is impossible to > be included in the release candidate. npm ls just list what installed, which may not be helpful, what the best way to work out what version the

Re: Potential copyright issue with transitive npm dependency

2019-03-28 Thread Justin Mclean
Hi, >> * the test file would not show up when an Apache Dubbo user uses Dubbo 'in >> production'? > > No, they won't show up when use in production, either a user compile > from source code or download the binary distribution. Sadly this is not the case. In unzipped src distribution if I run

Re: Potential copyright issue with transitive npm dependency

2019-03-28 Thread Justin Mclean
Hi, > * the test file would not be in the download for Apache Dubbo (and > presumably other typical use cases)? It not in the download it’s only shows up when you instal the software. Users would install via npm to get the dependancies. > * the test file would not be in Apache Dubbo source

Re: Proposal for releasing hessian-lite 3.2.5

2019-02-19 Thread Justin Mclean
Hi, > +1. It is not a ASF project, so I don't think it should follow the ASF > release process. How is that possible if it in a ASF repo?? [1] Thanks, Justin 1. https://github.com/dubbo/hessian-lite/

Re: Fix dubbo ops binary license issue

2019-03-04 Thread Justin Mclean
Hi, > > EPL v1.0 and LGPL 2.1 > > The following components are provided under the EPL v1.0 and LGPL 2.1. > See project link for details. > The text of

Re: Fix dubbo ops binary license issue

2019-03-04 Thread Justin Mclean
Hi, > I think there are 2 things that need to be checked: > a) ensure all the binary dependencies are listed in LICENSE, this > includes jar files under BOOT-INF/lib, and javascript dependencies > which can be found in package.json Dependancies should not be listed just what in included in the

Re: Add a test-dubbo project in the dubbo group

2019-03-06 Thread Justin Mclean
Hi, > I could be placed under dubbo group at first, once it get mature > enough, it can be brought to Apache. I suggest that more things not be added to the "dubbo group”. As brought up several times, there is a branding / trademark issue here that the PPMC needs to address. Thanks, Justin

Re: Fix dubbo ops binary license issue

2019-03-05 Thread Justin Mclean
Hi, > For javascript it is a bit more tricky, because all the javascript > dependencies will be merged into one single and minimized javascript. Yep JS causes all sort of issues, also that some JS file are not obviously licensed, and they are often missing license headers. > I doubt this can

Re: Proposal for releasing hessian-lite 3.2.5

2019-02-20 Thread Justin Mclean
Hi, > It is not in a ASF repo, what is your concern on this?\ I have no concerns, sorry for the noise. Thanks, Justin

Re: [DISCUSS] Provide official docker image for dubbo-admin

2019-03-12 Thread Justin Mclean
Hi, > I've see a dubbo-admin docker image[1], which is maintained by one of > the Dubbo PPMC. To some extend this might be a violation of ASF > distribution policy - we should always distribute the source/binary > with the approval of Dubbo PPMC. I can see that this docker image is providing

Re: [DRAFT] Dubbo incubator Report - March 2019

2019-03-07 Thread Justin Mclean
Hi, Mark I noticed you added a comment to the Dubbo report but didn’t sign it off. Any reason for that? Thanks, Justin

Re: [CANCEL] [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC1]

2019-03-19 Thread Justin Mclean
Hi, > Because of my wrong git config, Line separators in the source zip are > different from those in remote repository, and there is a redundant `log` > directory. so I decide to cancel this vote. Those are fairly minor issues IMO. but as you’ve cancelled the vote there not much that can be

Re: [DISCUSS] Provide official docker image for dubbo-admin

2019-03-15 Thread Justin Mclean
Hi, There is also an infra supported docker user [1] you might consider moving the container to that? Thanks, Justin 1. https://hub.docker.com/u/apache

Non-apache releases and old releases

2019-02-09 Thread Justin Mclean
HI, i was looking at the releases here [1] and not there was two unapproved releases made after you entered incubation dubbo-2.6.1 and dubbo-2.5.10. 2.6.1 has come up in conversion on this list before but not the previous release. It not clear on the GitHub page what isn Apache release and

Re: Non-apache releases and old releases

2019-02-11 Thread Justin Mclean
Hi, > Just come back from Chinese Spring Festival. I have renamed all releases > after 2.6.1 so now they have the prefix of apache-dubbo to distinguish from > the previous releases, for example: from dubbo-2.7.0 to apache-dubbo-2.7.0. That will cause less confusion with user of Apache Dubbo.

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

2019-02-02 Thread Justin Mclean
Hi, > Regarding the NOTICE file, I found there is no NOTICE for google fonts > roboto, but there is a COPYRIGHT.txt[1] file there, therefore I think > it is better to include it in the NOTICE file. I’ve not looked in detail but in general license info goes in LICENSE not NOTICE. Please don’t

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

2019-02-02 Thread Justin Mclean
Hi, > Because what is included in the source release is several font files, > font files can not have source headers. So I think the COPYRIGHT.txt > is a variant of header-existing-copyright. According to [1], we should > move it to NOTICE. The copyright only get listed in NOTICE if it come from

Re: [DRAFT] Graduation resolution proposal for Dubbo

2019-04-15 Thread Justin Mclean
Hi, > RESOLVED, that the initial Apache Dubbo PMC be and hereby is tasked with > the creation of a set of bylaws intended to encourage open development > and increased participation in the Apache Dubbo Project; and be it > further You can remove this clause as there is no need for it, podlings

Re: Dubbo with Erlang language implementation.

2019-05-15 Thread Justin Mclean
Hi, > incubator-dubbo-erlang is suitable. Why would you be calling it incubator when you are no longer in the incubator? :-) Thanks, Justin

Incubator questionnaire

2019-05-25 Thread Justin Mclean
Hi, Given you've just graduated, congratulations are in order. it would be appreciated if you could take the time to fill out this short questionnaire on your incubator journey and how you think the incubating process could be improved. How do you think things could be improved?

  1   2   3   >