You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/11/14 09:37:36 UTC

[beam] 01/01: Merge pull request #6583 [BEAM-4524] Use sha256 for artifact checksums.

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

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

commit 7a35e80f4c0024298b6f38bbc75dfe8683b73bf9
Merge: eec37e6 11b44fa
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Nov 14 10:37:25 2018 +0100

    Merge pull request #6583 [BEAM-4524] Use sha256 for artifact checksums.
    
    [BEAM-4524] Use sha256 instead of insecure md5 for artifact checksums.

 .../src/main/proto/beam_artifact_api.proto         |  7 ++++--
 .../core/construction/ArtifactServiceStager.java   | 15 ++++++------
 .../core/construction/PipelineResources.java       |  5 ++--
 .../construction/ArtifactServiceStagerTest.java    | 10 ++++----
 .../InMemoryArtifactStagerService.java             | 28 ++++++++++------------
 .../BeamFileSystemArtifactRetrievalService.java    | 13 +++++-----
 .../BeamFileSystemArtifactStagingService.java      | 15 ++++++------
 .../BeamFileSystemArtifactServicesTest.java        | 10 +++-----
 .../runners/portability/portable_stager.py         |  7 +++---
 9 files changed, 50 insertions(+), 60 deletions(-)