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

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


    from 81ff55f  Merge pull request #5451: [BEAM-4351] Enforce ErrorProne 
analysis in mqtt IO
     add d3b223d  Require explicit IdGenerator for all DockerEnvironmentFactory 
constructors
     add 2dcb0dc  [BEAM-4148] Add pluggable UrlFactory to ServerFactory
     add b1526f8  [BEAM-4267] Docker-based JobBundleFactory
     new a753d21  Merge pull request #5392: [BEAM-4267] JobBundleFactory that 
uses Docker-backed environments

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             |   1 +
 .../beam/runners/fnexecution/ServerFactory.java    |  29 +-
 .../control/DockerJobBundleFactory.java            | 363 +++++++++++++++++++++
 .../control/ProcessBundleDescriptors.java          |   2 +-
 .../environment/DockerEnvironmentFactory.java      |   8 +-
 .../runners/fnexecution/ServerFactoryTest.java     |  17 +-
 .../control/DockerJobBundleFactoryTest.java        | 195 +++++++++++
 7 files changed, 605 insertions(+), 10 deletions(-)
 create mode 100644 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/DockerJobBundleFactory.java
 create mode 100644 
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/control/DockerJobBundleFactoryTest.java

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to