You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2022/10/04 23:31:52 UTC

[kafka] branch trunk updated (5c5dcb7a96 -> c5745d2845)

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

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


    from 5c5dcb7a96 MINOR; Use 3.3.1 release for system test (#12714)
     add c5745d2845 MINOR: Add initial property tests for StandardAuthorizer (#12703)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +-
 build.gradle                                       |   1 +
 checkstyle/import-control.xml                      |   2 +
 .../org/apache/kafka/common/internals/Topic.java   |  30 ++-
 .../ControllerConfigurationValidatorTest.scala     |   4 +-
 .../controller/ReplicationControlManagerTest.java  |   4 +-
 .../authorizer/StandardAuthorizerPropertyTest.java | 299 +++++++++++++++++++++
 7 files changed, 329 insertions(+), 13 deletions(-)
 create mode 100644 metadata/src/test/java/org/apache/kafka/metadata/authorizer/StandardAuthorizerPropertyTest.java