You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/01/17 06:13:12 UTC

[beam] branch master updated (8751ea5 -> 4da548e)

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

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


    from 8751ea5  Merge pull request #4129: [BEAM-3182][Nexmark][SQL] Implement query 1
     add c1cd02d  Move BeamFnDataGrpcMultiplexer to java-fn-execution
     add bde4737  Mark BeamFnDataGrpcMultiplexer ApiServiceDescriptor as Nullable
     add c6e05fc  Enable Java8 for fn execution modules
     add d174ce7  Update GRPC Multiplexer and Associated to Java8
     new 4da548e  Merge pull request #4224

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:
 runners/java-fn-execution/build.gradle             |  2 +-
 runners/java-fn-execution/pom.xml                  | 14 ++++++
 sdks/java/fn-execution/build.gradle                |  3 +-
 sdks/java/fn-execution/pom.xml                     | 14 ++++++
 .../sdk/fn}/data/BeamFnDataGrpcMultiplexer.java    | 56 ++++++++++++++--------
 .../fn}/data/BeamFnDataGrpcMultiplexerTest.java    | 42 +++++++---------
 .../beam/fn/harness/data/BeamFnDataGrpcClient.java |  5 +-
 7 files changed, 87 insertions(+), 49 deletions(-)
 rename sdks/java/{harness/src/main/java/org/apache/beam/fn/harness => fn-execution/src/main/java/org/apache/beam/sdk/fn}/data/BeamFnDataGrpcMultiplexer.java (74%)
 rename sdks/java/{harness/src/test/java/org/apache/beam/fn/harness => fn-execution/src/test/java/org/apache/beam/sdk/fn}/data/BeamFnDataGrpcMultiplexerTest.java (72%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: Merge pull request #4224

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

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

commit 4da548ec2191c25c4524b5a1076e09f18aeb4446
Merge: 8751ea5 d174ce7
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Tue Jan 16 22:13:09 2018 -0800

    Merge pull request #4224
    
    Move BeamFnDataGrpcMultiplexer to java-fn-execution

 runners/java-fn-execution/build.gradle             |  2 +-
 runners/java-fn-execution/pom.xml                  | 14 ++++++
 sdks/java/fn-execution/build.gradle                |  3 +-
 sdks/java/fn-execution/pom.xml                     | 14 ++++++
 .../sdk/fn}/data/BeamFnDataGrpcMultiplexer.java    | 56 ++++++++++++++--------
 .../fn}/data/BeamFnDataGrpcMultiplexerTest.java    | 42 +++++++---------
 .../beam/fn/harness/data/BeamFnDataGrpcClient.java |  5 +-
 7 files changed, 87 insertions(+), 49 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.