gharris1727 commented on PR #15620:
URL: https://github.com/apache/kafka/pull/15620#issuecomment-2026008220

   @linu-shibu Could you fix the rawtypes warnings in this class? You can see 
them if you make this change in build.gradle:
   
   ```diff
        options.encoding = 'UTF-8'
        options.compilerArgs << "-Xlint:all"
        // temporary exclusions until all the warnings are fixed
   -    if (!project.path.startsWith(":connect"))
   +    if (!project.path.startsWith(":connect") && 
!project.path.startsWith(":storage"))
          options.compilerArgs << "-Xlint:-rawtypes"
        options.compilerArgs << "-Xlint:-serial"
        options.compilerArgs << "-Xlint:-try"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to