You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2021/04/02 01:32:21 UTC

[kafka] branch trunk updated (1104848 -> ec38dcb)

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

cmccabe pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 1104848  KAFKA-12587 Remove KafkaPrincipal#fromString for 3.0 (#10447)
     add ec38dcb  MINOR: support ImplicitLinkedHashCollection#sort (#10456)

No new revisions were added by this update.

Summary of changes:
 .../common/utils/ImplicitLinkedHashCollection.java |  16 +++
 .../utils/ImplicitLinkedHashCollectionTest.java    |  54 +++++++++
 .../ImplicitLinkedHashCollectionBenchmark.java     | 121 +++++++++++++++++++++
 3 files changed, 191 insertions(+)
 create mode 100644 jmh-benchmarks/src/main/java/org/apache/kafka/jmh/common/ImplicitLinkedHashCollectionBenchmark.java