This is an automated email from the ASF dual-hosted git repository. chia7712 pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
from 990cb5c06c7 KAFKA-18884 Move TransactionMetadata to transaction-coordinator module (#19699) add bf0e6ba7005 KAFKA-19384 The passing of BrokerRegistrationRequestTest is a false positive (#20338) No new revisions were added by this update. Summary of changes: checkstyle/suppressions.xml | 1 + .../server/BrokerRegistrationRequestTest.scala | 173 -------------- .../server/BrokerRegistrationRequestTest.java | 248 +++++++++++++++++++++ 3 files changed, 249 insertions(+), 173 deletions(-) delete mode 100644 core/src/test/scala/unit/kafka/server/BrokerRegistrationRequestTest.scala create mode 100644 server/src/test/java/org/apache/kafka/server/BrokerRegistrationRequestTest.java