You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2022/03/15 17:02:02 UTC

[bookkeeper] branch master updated (d750afc -> 9809a41)

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

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


    from d750afc  ConcurrentLong map and set": add unit tests for reduce unnecessary expansions  (#3092)
     add 9809a41  Run protobuf code generation automatically in IntelliJ and fix config (#3107)

No new revisions were added by this update.

Summary of changes:
 bookkeeper-dist/build.gradle       |  3 ++-
 bookkeeper-proto/build.gradle      |  8 +++++++-
 bookkeeper-proto/src/.gitignore    |  1 +
 build.gradle                       | 17 +++++++++++++++--
 settings.gradle                    |  1 +
 stream/proto/build.gradle          |  7 +++++++
 stream/proto/src/.gitignore        |  1 +
 stream/statelib/build.gradle       |  7 +++++++
 stream/statelib/src/.gitignore     |  1 +
 stream/tests-common/build.gradle   |  7 +++++++
 stream/tests-common/src/.gitignore |  1 +
 11 files changed, 50 insertions(+), 4 deletions(-)
 create mode 100644 bookkeeper-proto/src/.gitignore
 create mode 100644 stream/proto/src/.gitignore
 create mode 100644 stream/statelib/src/.gitignore
 create mode 100644 stream/tests-common/src/.gitignore