You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/03/16 18:22:20 UTC

[GitHub] [beam] kennknowles commented on pull request #14242: [BEAM-11227] Preparing vendored gRPC 1.36.0

kennknowles commented on pull request #14242:
URL: https://github.com/apache/beam/pull/14242#issuecomment-800500474


   I tried:
   
   ```
   ./gradlew -p vendor/grpc-1_36_0/ -PisRelease -PvendoredDependenciesOnly publish
   ```
   
   It failed with the following (I reformated for readability and removed irrelevant filesystem prefixes)
   
   ```
   * What went wrong:
   Execution failed for task ':vendor:grpc-1_36_0:validateVendoring'.
   > ./vendor/grpc-1_36_0/build/libs/beam-vendor-grpc-1_36_0-0.1.jar exposed classes outside of org.apache.beam namespace: 
   [
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/com/google/geo/type/Viewport$1.class,
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/com/google/geo/type/Viewport$Builder.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/com/google/geo/type/Viewport.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/com/google/geo/type/ViewportOrBuilder.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/com/google/geo/type/ViewportProto.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/io/perfmark/Impl.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/io/perfmark/Link.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/io/perfmark/PerfMark.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/io/perfmark/StringFunction.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/io/perfmark/Tag.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/io/perfmark/TaskCloseable.class, 
     ./vendor/grpc-1_36_0/build/tmp/expandedArchives/beam-vendor-grpc-1_36_0-0.1.jar_81fba4ad8fe8465e64883bca4a90d799/io/perfmark/package-info.class
   ]
   ```


----------------------------------------------------------------
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.

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