This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a change to branch 3.2 in repository https://gitbox.apache.org/repos/asf/kafka.git
from 89b2bf257b MINOR: Update 3.2 branch to 3.2.2-SNAPSHOT new 4e049c706f KAFKA-14111 Fix sensitive dynamic broker configs in KRaft (#12455) new a7369bd52f KAFKA-14136 Generate ConfigRecord for brokers even if the value is unchanged (#12483) The 2 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: .../src/main/scala/kafka/admin/ConfigCommand.scala | 2 +- .../scala/kafka/server/DynamicBrokerConfig.scala | 8 +- core/src/main/scala/kafka/server/KafkaBroker.scala | 1 + core/src/main/scala/kafka/server/KafkaConfig.scala | 2 +- .../main/scala/kafka/utils/PasswordEncoder.scala | 45 ++++-- .../server/DynamicBrokerReconfigurationTest.scala | 174 +++++++++++++-------- .../unit/kafka/utils/PasswordEncoderTest.scala | 10 +- .../test/scala/unit/kafka/utils/TestUtils.scala | 25 +-- .../controller/ConfigurationControlManager.java | 13 +- 9 files changed, 185 insertions(+), 95 deletions(-)