[ https://issues.apache.org/jira/browse/KAFKA-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966882#comment-14966882 ]
ASF GitHub Bot commented on KAFKA-2456: --------------------------------------- GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/342 KAFKA-2456 KAFKA-2472; SSL clean-ups You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-2472-fix-kafka-ssl-config-warnings Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/342.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #342 ---- commit 6955ae23aa951ef3a2bd3a9dc88411b3f5769ffb Author: Ismael Juma <ism...@juma.me.uk> Date: 2015-10-20T07:57:40Z Remove unused strings to silence compiler warning commit 5b2a1bcc6e430eb7f0f2bf480afcc16cec6c4a81 Author: Ismael Juma <ism...@juma.me.uk> Date: 2015-10-21T09:46:10Z Remove `channelConfigs` and use `values` instead There's not much value in using the former and it's error-prone. Also include a couple of minor improvements to `KafkaConfig`. commit 48bce07dc39023ea5b9f8dfae99b852a622430e3 Author: Ismael Juma <ism...@juma.me.uk> Date: 2015-10-21T09:57:54Z Add missing `define` for `SSLEndpointIdentificationAlgorithmProp` in broker commit 1e4f1c37db26bad474efc4e85c980d1b265887fb Author: Ismael Juma <ism...@juma.me.uk> Date: 2015-10-21T12:45:45Z KAFKA-2472; Fix SSL config warnings commit a923a999338c6c6d09c40852d5dced71c8192ff2 Author: Ismael Juma <ism...@juma.me.uk> Date: 2015-10-21T12:50:29Z KAFKA-2456; Disable SSLv3 for ssl.enabledprotocols config on client & broker side ---- > Disable SSLv3 for ssl.enabledprotocols config on client & broker side > --------------------------------------------------------------------- > > Key: KAFKA-2456 > URL: https://issues.apache.org/jira/browse/KAFKA-2456 > Project: Kafka > Issue Type: Sub-task > Reporter: Sriharsha Chintalapani > Assignee: Ismael Juma > Fix For: 0.9.0.0 > > > This is a follow-up on KAFKA-1690 . Currently users have option to pass in > SSLv3 we should not be allowing this as its deprecated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)