You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/01/09 00:50:16 UTC

[beam] branch master updated (7547ac6 -> 5c07ef2)

This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 7547ac6  Add # pytype: skip-file before first import statement in each py file (#10533)
     new e7af37a  [BEAM-9030] Bump grpc to 1.26.0
     new bded41a  [BEAM-9030] Update the dependencies to make sure the dependency linkage check passed against the vendored grpc.
     new 282bd36  fixup
     new 328c202  fixup
     new 5c07ef2  Merge pull request #10463 from sunjincheng121/BEAM-9030-PR

The 25004 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       |  9 ++-
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  6 +-
 ...endoring.groovy => GrpcVendoring_1_21_0.groovy} |  2 +-
 ...endoring.groovy => GrpcVendoring_1_26_0.groovy} | 87 ++++++++++++++++------
 .../org/apache/beam/gradle/VendorJavaPlugin.groovy | 56 +++++++++++++-
 settings.gradle                                    |  2 +-
 vendor/README.md                                   | 38 ++++++++++
 vendor/{grpc-1_21_0 => grpc-1_26_0}/build.gradle   | 15 ++--
 8 files changed, 179 insertions(+), 36 deletions(-)
 copy buildSrc/src/main/groovy/org/apache/beam/gradle/{GrpcVendoring.groovy => GrpcVendoring_1_21_0.groovy} (99%)
 rename buildSrc/src/main/groovy/org/apache/beam/gradle/{GrpcVendoring.groovy => GrpcVendoring_1_26_0.groovy} (68%)
 create mode 100644 vendor/README.md
 rename vendor/{grpc-1_21_0 => grpc-1_26_0}/build.gradle (72%)