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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---