You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/06/04 19:19:21 UTC

[beam] branch release-2.13.0 updated (6ea93ea -> d1bd77a)

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

mxm pushed a change to branch release-2.13.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 6ea93ea  [Gradle Release Plugin] - new version commit:  'v2.13.0-SNAPSHOT'.
     add 167feb1  [BEAM-7348] Support environment expiration
     new d1bd77a  Merge pull request #8714: [BEAM-7348] Support environment expiration

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:
 .../control/DefaultJobBundleFactory.java           | 218 +++++++++++++--------
 .../fnexecution/control/SdkHarnessClient.java      |   4 +-
 .../control/DefaultJobBundleFactoryTest.java       | 117 +++++++----
 .../beam/sdk/options/PortablePipelineOptions.java  |   6 +
 4 files changed, 216 insertions(+), 129 deletions(-)


[beam] 01/01: Merge pull request #8714: [BEAM-7348] Support environment expiration

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

mxm pushed a commit to branch release-2.13.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d1bd77a3e8726092d62dee243d3b5c8bcd1e0bf7
Merge: 6ea93ea 167feb1
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Tue Jun 4 21:19:02 2019 +0200

    Merge pull request #8714: [BEAM-7348] Support environment expiration
    
    Backport of #8599.

 .../control/DefaultJobBundleFactory.java           | 218 +++++++++++++--------
 .../fnexecution/control/SdkHarnessClient.java      |   4 +-
 .../control/DefaultJobBundleFactoryTest.java       | 117 +++++++----
 .../beam/sdk/options/PortablePipelineOptions.java  |   6 +
 4 files changed, 216 insertions(+), 129 deletions(-)