You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2020/06/23 07:21:25 UTC

[beam] branch master updated: Add Apex runner deprecation note.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70e0ca6  Add Apex runner deprecation note.
     new 63d51f5  Merge pull request #12056 from tysonjh/BEAM-9999-changes
70e0ca6 is described below

commit 70e0ca62e7f0d9998ee2a28e63b4a7b070d9aba8
Author: Tyson Hamilton <ty...@google.com>
AuthorDate: Mon Jun 22 22:21:29 2020 +0000

    Add Apex runner deprecation note.
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.md b/CHANGES.md
index 9a49c24..4d616b2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -76,6 +76,7 @@
 
 * X behavior is deprecated and will be removed in X versions ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
 * Remove Gearpump runner. ([BEAM-9999](https://issues.apache.org/jira/browse/BEAM-9999))
+* Remove Apex runner. ([BEAM-9999](https://issues.apache.org/jira/browse/BEAM-9999))
 * RedisIO.readAll() is deprecated and will be removed in 2 versions, users must use RedisIO.readKeyPatterns() as a replacement ([BEAM-9747](https://issues.apache.org/jira/browse/BEAM-9747)).
 
 ## Known Issues