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 3156b60  Merge pull request #5461: [BEAM-4393] Appending lacked 
LICENSE of shaded dependencies
     add e54f627  Add an InProcessEnvironmentFactory
     add e869448  Update InProcessManagedChannelFactory
     add 9385d32  Add a RemoteStageEvaluatorFactory
     add e515e22  Move InProcessEnvironmentFactory to java-fn-execution
     new e0cf774  Merge pull request #5349: Add a Remote Stage Evaluator

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/direct-java/build.gradle                   |   1 +
 runners/direct-java/pom.xml                        |   6 +
 .../portable/RemoteStageEvaluatorFactory.java      |  89 +++++++++++
 .../portable/RemoteStageEvaluatorFactoryTest.java  | 172 +++++++++++++++++++++
 runners/java-fn-execution/build.gradle             |   1 +
 runners/java-fn-execution/pom.xml                  |  12 +-
 .../environment/InProcessEnvironmentFactory.java   | 123 +++++++++++++++
 .../runners/fnexecution/InProcessSdkHarness.java   |  50 +++---
 .../fnexecution/control/RemoteExecutionTest.java   |   2 +-
 .../fnexecution/control/SdkHarnessClientTest.java  |   4 +-
 .../beam/runners/reference/PortableRunnerTest.java |   4 +-
 .../fn/test/InProcessManagedChannelFactory.java    |   5 +
 12 files changed, 427 insertions(+), 42 deletions(-)
 create mode 100644 
runners/direct-java/src/main/java/org/apache/beam/runners/direct/portable/RemoteStageEvaluatorFactory.java
 create mode 100644 
runners/direct-java/src/test/java/org/apache/beam/runners/direct/portable/RemoteStageEvaluatorFactoryTest.java
 create mode 100644 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/environment/InProcessEnvironmentFactory.java

-- 
To stop receiving notification emails like this one, please contact
tg...@apache.org.

Reply via email to