dino2895 opened a new pull request, #22867:
URL: https://github.com/apache/kafka/pull/22867

   This PR moves `JaasModule` into `JaasUtils` as a nested record, alongside 
`JaasSection`.
   
   It also updates `KafkaClusterTestKit` to reference the nested 
`JaasUtils.JaasModule` type and removes the standalone `JaasModule.java` file.
   
   This is a code organization change with no intended behavior change.
   
   ### Testing
   
   ```bash
   ./gradlew clean :test-common:test-common-runtime:test \
     --tests 
'org.apache.kafka.common.test.junit.ClusterTestExtensionsTest.testSaslPlaintext'
 \
     --tests 
'org.apache.kafka.common.test.junit.ClusterTestExtensionsTest.testSaslPlaintextWithController'
 \
     --tests 
'org.apache.kafka.common.test.junit.ClusterTestExtensionsTest.testSaslSslWithController'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to