This is an automated email from the ASF dual-hosted git repository.
kkarantasis pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from c15cd5c MINOR: Only add 'Data' suffix for generated
request/response/header types (#8625)
add 074ab2e KAFKA-9419: Fix possible integer overflow in CircularIterator
(#7950)
No new revisions were added by this update.
Summary of changes:
.../kafka/common/utils/CircularIterator.java | 71 +++++++++++++++++++---
.../kafka/common/utils/CircularIteratorTest.java | 66 ++++++++++++++++++++
2 files changed, 128 insertions(+), 9 deletions(-)
create mode 100644
clients/src/test/java/org/apache/kafka/common/utils/CircularIteratorTest.java