[ https://issues.apache.org/jira/browse/KAFKA-7310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16592507#comment-16592507 ]
ASF GitHub Bot commented on KAFKA-7310: --------------------------------------- ijuma opened a new pull request #5570: KAFKA-7310: Fix SslTransportLayerTest.testUnsupportedCiphers to work with Java 11 URL: https://github.com/apache/kafka/pull/5570 Java 11 supports TLS 1.3 which has different cipher names than previous TLS versions so the simplistic way of choosing ciphers is not guaranteed to work. Fix it by configuring the context to use TLS 1.2. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Fix SSL tests when running with Java 11 > --------------------------------------- > > Key: KAFKA-7310 > URL: https://issues.apache.org/jira/browse/KAFKA-7310 > Project: Kafka > Issue Type: Sub-task > Components: packaging, unit tests > Reporter: Ismael Juma > Assignee: Ismael Juma > Priority: Critical > Fix For: 2.1.0 > > > * Many SSL tests in clients fail. Probably related to the TLS 1.3 changes in > Java 11. -- This message was sent by Atlassian JIRA (v7.6.3#76005)