[ https://issues.apache.org/jira/browse/KAFKA-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14132338#comment-14132338 ]
Neha Narkhede commented on KAFKA-1054: -------------------------------------- [~jriehl], patch looks great. Could you also address the remaining 2 warnings so we can close the JIRA? {noformat} /Users/nnarkhed/Projects/kafka-git-idea/core/src/main/scala/kafka/network/SocketServer.scala:346: Visited SCOPE_EXIT before visiting corresponding SCOPE_ENTER. SI-6049 try { ^ there were 2 feature warning(s); re-run with -feature for details two warnings found :contrib:hadoop-consumer:compileJava Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/nnarkhed/Projects/kafka-git-idea/contrib/hadoop-consumer/src/main/java/kafka/etl/impl/DataGenerator.java uses unchecked or unsafe operations. {noformat} > Elimiate Compilation Warnings for 0.8 Final Release > --------------------------------------------------- > > Key: KAFKA-1054 > URL: https://issues.apache.org/jira/browse/KAFKA-1054 > Project: Kafka > Issue Type: Improvement > Reporter: Guozhang Wang > Labels: newbie > Fix For: 0.9.0 > > Attachments: KAFKA-1054.patch > > > Currently we have a total number of 38 warnings for source code compilation > of 0.8. > 1) 3 from "Unchecked type pattern" > 2) 6 from "Unchecked conversion" > 3) 29 from "Deprecated Hadoop API functions" > It's better we finish these before the final release of 0.8 -- This message was sent by Atlassian JIRA (v6.3.4#6332)