Hi JB, We had the following steps to prepare Bluemarlin code for migration to apache.
1. check license (DONE) 2. add ASF headers in all files (DONE) 3. add DISCLAIMER, LICENSE and NOTICE files (Partially DONE, DISCLAIMER is left.) 4. rename packages/artifacts to org.apache.bluemarlin (DONE) 5. prepare a source artifact containing all and named with version-incubator (I don't know what to do) I finished all the items except 5. I do not know how to proceed with number 5, please advise. The second step is to move the code to apache repository. Please let me know which repo I need to move the code to. I checked the following possible links but could not find any repo. https://Github.com/apache/incubator-bluemarlin.git https://svn.apache.org/repos/asf/incubator/bluemarlin/ If both options exist, I prefer GitHub. My GitHub repo that contains the prepared code for migration is: https://github.com/Futurewei-io/blue-marlin/tree/Apache-Migration Best, Reza -----Original Message----- From: Reza Adibnia Sent: Friday, February 26, 2021 5:50 PM To: [email protected] Cc: Jean-Baptiste Onofré <[email protected]>; Xun Hu <[email protected]> Subject: RE: Bluemarlin Migration Hi JB and Uma, I updated the headers of all the source files for both Java and Python. I also changed the package name for Java projects to org.apache.bluemarlin (Python projects do not have this). There are couple of files (less than 5) which have MIT License. I kept them as they are. If JB or Uma can check the project, then I think we are almost done with the list of tasks that we had. The project's location is as below (bluemarlin Apache-Migration branch) https://github.com/Futurewei-io/blue-marlin/tree/Apache-Migration I will follow up with you guys on Monday. Best, Reza. -----Original Message----- From: Uma gangumalla <[email protected]> Sent: Friday, February 26, 2021 12:00 PM To: [email protected] Cc: Jean-Baptiste Onofré <[email protected]>; Xun Hu <[email protected]> Subject: Re: Bluemarlin Migration Hi Reza, Thanks for the update. Here is license header text we generally use in source files: /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * https://nam11.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0&data=04%7C01%7Creza.adibnia%40futurewei.com%7C08585697cb964714eaf008d8da913628%7C0fee8ff2a3b240189c753a1d5591fedc%7C1%7C0%7C637499664522065898%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=thYxklMpz9VRG3eMM3729YdGKUU5Bp83i2bya0b2kpI%3D&reserved=0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Keep the above header on top of every source file. I think we don't need to cc general. Once migration is done, we can notify and let the incubator know. If any of your project members want to participate in these discussions, let them encourage you to subscribe to mailing lists. So, that you don't need to cc them. Regards, Uma On Fri, Feb 26, 2021 at 11:49 AM Reza Adibnia <[email protected]> wrote: > Hi JB, > > Can you please give an update on bluemarlin migration? > > The existing code repository of blue-marlin project is > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith > ub.com%2FFuturewei-io%2Fblue-marlin&data=04%7C01%7Creza.adibnia%40 > futurewei.com%7C08585697cb964714eaf008d8da913628%7C0fee8ff2a3b240189c7 > 53a1d5591fedc%7C1%7C0%7C637499664522065898%7CUnknown%7CTWFpbGZsb3d8eyJ > WIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000 > &sdata=5LQyVHWIo3ivj1URUG0GVrVLfzsbigWBn20WnmE3%2FDY%3D&reserv > ed=0< > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith > ub.com%2FFuturewei-io%2Fblue-marlin&data=04%7C01%7Creza.adibnia%40 > futurewei.com%7C08585697cb964714eaf008d8da913628%7C0fee8ff2a3b240189c7 > 53a1d5591fedc%7C1%7C0%7C637499664522075894%7CUnknown%7CTWFpbGZsb3d8eyJ > WIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000 > &sdata=0l8z%2BSsA%2BTVmvKNC7a%2BRUT5q6G9jGb98osg28B52OkY%3D&re > served=0 > > > > I can help you with the migration. I have created a new branch called > apache-migration from master. > > If you send me ASF headers, I will modify the individual files. I > think this part will take the most time. > > Here are the list of tasks we need to work on as you mentioned before: > > - check license (JB will do) > - add ASF headers in all files (Reza will do, I need the header.) > - add DISCLAIMER, LICENSE and NOTICE files (JB will do) > - eventually rename packages/artifacts to org.apache.bluemarlin (Done > for > IMS-Service) > - prepare a source artifact containing all and named with > version-incubator (I don't know about this one, please advise) > > I am under pressure to finish this migration ASAP, please work with me > to finish this process. > > Can we have a meeting with google hangouts early next week? > > Best Regards, > > Reza. > > > > >
