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