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

davidarthur pushed a change to branch jun-29-enable-remote-gradle-caching
in repository https://gitbox.apache.org/repos/asf/kafka.git


    omit d16a4d0872e supply access key to step
    omit d95d3c7aff3 try to get something published
    omit 90c4ab8aae3 Enable Gradle remote caching
     add 975fe75d25a MINOR: Make feature lists immutable (#20052)
     add 08eda2ebed0 KAFKA-19445: Fix coordinator runtime metrics sharing 
sensors (#20062)
     add 53d654ab6ee KAFKA-19379: Basic upgrade guide for KIP-1071 EA (#20029)
     add 64aebb5621b MINOR: remove unused FlattenedIterator (#20067)
     new 3fee34003a6 Enable Gradle remote caching
     new b73db91fa40 try to get something published
     new f49e70b90eb supply access key to step

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d16a4d0872e)
            \
             N -- N -- N   refs/heads/jun-29-enable-remote-gradle-caching 
(f49e70b90eb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 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:
 .../kafka/common/utils/FlattenedIterator.java      |  45 --------
 .../kafka/common/utils/FlattenedIteratorTest.java  | 116 --------------------
 .../runtime/CoordinatorRuntimeMetricsImpl.java     |  12 +-
 .../runtime/CoordinatorRuntimeMetricsImplTest.java | 122 ++++++++++++++++++++-
 docs/streams/developer-guide/config-streams.html   |  15 +++
 docs/streams/upgrade-guide.html                    | 101 +++++++++++++++++
 .../org/apache/kafka/server/common/Feature.java    |   7 +-
 7 files changed, 246 insertions(+), 172 deletions(-)
 delete mode 100644 
clients/src/main/java/org/apache/kafka/common/utils/FlattenedIterator.java
 delete mode 100644 
clients/src/test/java/org/apache/kafka/common/utils/FlattenedIteratorTest.java

Reply via email to