DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
8. Apache Conn ASIA 2022, set around 7/20. ALC Beijing preparing for the launch. More likely online form, welcome to join.
Jan 26th, 2022
Time: 10:00 PM Beijing Time
Meeting link:
https://meeting.tencent.com/dm/1ooadKOco22L
#Tencent meeting ID:918-632-572
Attendees: 陈广胜,杜恒,肖宇,邸帅,王和平,薛炜明,尹强,刘振东,张国成,柯振旭
Recorder:Mike Xue
Agenda& Notes:
1. Is there a good tool to sort out the licenses of third-party dependent components?-Goson Zhang
- The maven project can use the maven tree to type out all dependencies;
- You can also use tool scripts to type out all dependencies, but you still need to sort them out manually;
- Refer to the tools below skywalking, github skywalking-eyes project;
- The source package declares the source package dependencies;
- The license of the binary package depends on the specific version you ship, and only needs to include the dependency license of the distributed binary package;
- The source license is separate from the binary license
2. Is it better to develop code in master or develop? Non-default branch cannot count contributors?-Chen Guangsheng
- master as the main line, small features can be submitted to the master branch, and large feature submissions can first create a feature branch, and finally rebase to the master branch;
- The default branch can reflect the activeness of the submission, and the master branch is still the branch of the stable version
3. Suggestions for voting on the release version
The rc version voted for is a release candidate. It is uncertain whether it can pass the vote. After passing the vote, the non-rc official version can be released. The official version must be consistent with the rc version code that has passed the vote.
The suggestion is to find the mentor in the dev to do the verification first, and the mentor will vote, and the vote can be brought into the IPMC voting.
4. Digging to find contributors
Organize Q&A documents, and related low-cost issues, and then deliver them to more active users
5. How to guide users to mention English issue to discuss design plan, etc.
The design scheme can be expressed in both Chinese and English.
6. When the code contributed by community contributors is inconsistent with the current main goals and concerns of the community, whether to consider merging code
If there are indeed community contributors who have a certain demand for this feature, and the code quality meets their standards, and does not have much impact on the main core parts of the project, you can consider merging it.