[ https://issues.apache.org/jira/browse/KAFKA-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15194549#comment-15194549 ]
ASF GitHub Bot commented on KAFKA-2982: --------------------------------------- GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/1067 KAFKA-2982; Mark the old Scala producer and related classes as deprecated You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-2982-deprecate-old-producers Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1067.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 #1067 ---- commit 335d58e035bc4980ff6fba66ec51a1fe47b4fa8b Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-10T11:56:47Z Fix and suppress number of unchecked warnings Ignored Kafka Streams on this iteration. commit 965684a599ad438bf4668309c7ef7219e9836030 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-10T11:57:18Z Add `@SafeVarargs` annotation to fix warning commit 0730839f1d671448f62349877ac80fd7ec139243 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-10T11:58:02Z Suppress unfixable deprecation warnings commit 8d0e3fb5727791b7173e4800e41fd6870e829cd4 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-10T11:58:25Z Replace deprecated by non-deprecated usage commit 9d1347b3f62e21f69cf0f0879b6ac22872e63c21 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-10T11:58:57Z Avoid reflective calls via structural types in Scala commit 1eb054a6a6cd4b3f5f6303dbe193f27deffe11b4 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-10T11:59:57Z Tweak compiler settings for scalac and javac commit ae25e88045f606bf51d38e067fa6ca3dec15118d Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-11T22:08:03Z Use `sourceCompatibility` instead of hardcoding `1.7` commit 5629d3891993ea96acf82d4f3784bf199df1d28f Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-15T01:49:05Z Deprecate old producers ---- > Mark the old Scala producer and related classes as deprecated > ------------------------------------------------------------- > > Key: KAFKA-2982 > URL: https://issues.apache.org/jira/browse/KAFKA-2982 > Project: Kafka > Issue Type: Sub-task > Affects Versions: 0.9.0.0 > Reporter: Grant Henke > Assignee: Ismael Juma > Priority: Critical > Fix For: 0.10.0.0 > > > Now that the new producer and consumer are released the old Scala producer > and consumer clients should be deprecated to encourage use of the new clients > and facilitate the removal of the old clients. -- This message was sent by Atlassian JIRA (v6.3.4#6332)