You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/06/26 13:16:22 UTC

[beam] branch master updated (350da8e -> af93621)

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

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


    from 350da8e  Merge pull request #8932 from apache/aaltay-patch-1
     add 137953b  [BEAM-4948, BEAM-6267, BEAM-5559, BEAM-7289] Update the version of guava to 26.0-jre for all our vendored artifacts containing guava
     new af93621  Merge pull request #8942: [BEAM-4948, BEAM-6267, BEAM-5559, BEAM-7289] Update the version of guava to 26.0-jre for vendored gRPC and guava

The 1 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:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  4 +-
 .../org/apache/beam/gradle/GrpcVendoring.groovy    | 48 ++++++++++++----------
 ...rpcVendoring.groovy => GrpcVendoringOld.groovy} |  2 +-
 .../org/apache/beam/gradle/VendorJavaPlugin.groovy |  6 +--
 settings.gradle                                    |  4 +-
 vendor/{grpc-1_13_1 => grpc-1_21_0}/build.gradle   |  6 +--
 vendor/{guava-20_0 => guava-26_0-jre}/build.gradle | 10 ++---
 7 files changed, 43 insertions(+), 37 deletions(-)
 copy buildSrc/src/main/groovy/org/apache/beam/gradle/{GrpcVendoring.groovy => GrpcVendoringOld.groovy} (99%)
 rename vendor/{grpc-1_13_1 => grpc-1_21_0}/build.gradle (95%)
 rename vendor/{guava-20_0 => guava-26_0-jre}/build.gradle (73%)


[beam] 01/01: Merge pull request #8942: [BEAM-4948, BEAM-6267, BEAM-5559, BEAM-7289] Update the version of guava to 26.0-jre for vendored gRPC and guava

Posted by ie...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit af9362168606df9ec11319fe706b72466413798c
Merge: 350da8e 137953b
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed Jun 26 15:16:07 2019 +0200

    Merge pull request #8942: [BEAM-4948, BEAM-6267, BEAM-5559, BEAM-7289] Update the version of guava to 26.0-jre for vendored gRPC and guava

 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  4 +-
 .../org/apache/beam/gradle/GrpcVendoring.groovy    | 48 ++++++++++++----------
 ...rpcVendoring.groovy => GrpcVendoringOld.groovy} |  2 +-
 .../org/apache/beam/gradle/VendorJavaPlugin.groovy |  6 +--
 settings.gradle                                    |  4 +-
 vendor/{grpc-1_13_1 => grpc-1_21_0}/build.gradle   |  6 +--
 vendor/{guava-20_0 => guava-26_0-jre}/build.gradle | 10 ++---
 7 files changed, 43 insertions(+), 37 deletions(-)