You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by sa...@apache.org on 2022/03/25 18:34:02 UTC

[incubator-heron] branch nicknezis/bazel-platforms updated (e1e53cf -> 7d97acf)

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

saadurrahman pushed a change to branch nicknezis/bazel-platforms
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


    from e1e53cf  Create Dockerfile.dist.ubuntu22.04 (#3800)
     add a06dcd4  Remove use of unsecure git protocol in build dependency (#3794)
     add ef20cf5  Remove unnecessary Bookkeeper format init container from Helm chart (#3795)
     add da52c12  Change Log4J to SLF4J for Java Logging (#3791)
     add b12a396  Remove fixed young generation heap space of instance (#3789)
     add 9cfc5c4  Update to Guice 5.1.0 to support JDK17 (#3792)
     add 3bca1c0  Update build-docker.sh (#3799)
     add bcaa38d  Upgrade protobuf to 3.16.1 CVE-2021-22569 (#3797)
     add 7d97acf  Merge branch 'master' into nicknezis/bazel-platforms

No new revisions were added by this update.

Summary of changes:
 WORKSPACE                                          |   53 +-
 deploy/kubernetes/helm/Chart.yaml.template         |    2 +-
 deploy/kubernetes/helm/templates/bookie.yaml       |   17 +-
 docker/scripts/build-docker.sh                     |    1 -
 heron/common/src/cpp/network/event_loop_impl.cpp   |    1 +
 heron/executor/src/python/heron_executor.py        |    8 +-
 .../tests/python/heron_executor_unittest.py        |    2 +-
 heron/healthmgr/src/java/BUILD                     |    1 +
 heron/healthmgr/tests/java/BUILD                   |    1 +
 .../cpp/boltimpl/bolt-output-collector-impl.cpp    |    4 +-
 heron/io/dlog/src/java/BUILD                       |    1 +
 heron/io/dlog/tests/java/BUILD                     |    1 +
 heron/proto/BUILD                                  |    2 +-
 heron/schedulers/src/java/BUILD                    |    2 +-
 heron/schedulers/tests/java/BUILD                  |    2 +-
 heron/statefulstorages/tests/java/BUILD            |    2 +-
 heron/stmgr/src/cpp/util/tuple-cache.cpp           |    8 +-
 .../cpp/server/checkpoint-gateway_unittest.cpp     |    6 +-
 heron/tools/tracker/src/python/BUILD               |    2 +-
 heron/uploaders/tests/java/BUILD                   |    2 +-
 heronpy/proto/BUILD                                |    4 +-
 integration_test/src/java/BUILD                    |    4 +-
 maven_install.json                                 | 6328 ++++++++++++++------
 scripts/packages/BUILD                             |    4 +-
 scripts/packages/heronpy/requirements.txt          |    2 +-
 third_party/java/BUILD                             |   21 +-
 26 files changed, 4596 insertions(+), 1885 deletions(-)