You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/31 02:01:55 UTC

[GitHub] [skywalking] kezhenxu94 commented on pull request #9839: Update BanyanDB storage module to adapt BanyanDB 0.2

kezhenxu94 commented on PR #9839:
URL: https://github.com/apache/skywalking/pull/9839#issuecomment-1296442141

   > @kezhenxu94 skywalking-eye fails to handle some repos' license:
   > 
   > ```
   > ERROR failed to identify the licenses of following packages (2):
   > build.buf.protoc-gen-validate:pgv-java-stub
   > build.buf.protoc-gen-validate:protoc-gen-validate 
   > Error: Process completed with exit code 1.
   > ```
   > 
   > https://github.com/apache/skywalking/actions/runs/3342606435/jobs/5537555471
   
   There is no licensing information from the perspective of maven dependency, so for now I'm afraid you have to apply the patch:
   
   ```diff
   diff --git a/.licenserc.yaml b/.licenserc.yaml
   index e7a33ff930..ec0af00052 100644
   --- a/.licenserc.yaml
   +++ b/.licenserc.yaml
   @@ -119,3 +119,9 @@ dependency:
        - name: com.google.flatbuffers:flatbuffers-java
          version: 1.12.0
          license: Apache-2.0
   +    - name: build.buf.protoc-gen-validate:pgv-java-stub
   +      version: 0.6.13
   +      license: Apache-2.0
   +    - name: build.buf.protoc-gen-validate:protoc-gen-validate
   +      version: 0.6.13
   +      license: Apache-2.0
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org