You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jose Armando Garcia Sancio (JIRA)" <ji...@apache.org> on 2019/03/09 04:58:00 UTC

[jira] [Updated] (KAFKA-7614) Fix scalac warnings and enable warnings as errors

     [ https://issues.apache.org/jira/browse/KAFKA-7614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jose Armando Garcia Sancio updated KAFKA-7614:
----------------------------------------------
    Description: The only way to keep warnings out is to treat them as errors. Unfortunately, some deprecation warnings cannot be disabled with scalac alone. The silencer compiler plugin ([https://github.com/ghik/silencer|https://github.com/ghik/silencer]) may provide a way out. We should try it and see if it makes it possible to fix all the warnings so that we can treat them as errors.  (was: The only way to keep warnings out is to treat them as errors. Unfortunately, some deprecation warnings cannot be disabled with scalac alone. The silencer compiler plugin ([https://github.com/ghik/silencer|https://github.com/ghik/silencer(]) may provide a way out. We should try it and see if it makes it possible to fix all the warnings so that we can treat them as errors.)

> Fix scalac warnings and enable warnings as errors
> -------------------------------------------------
>
>                 Key: KAFKA-7614
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7614
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Ismael Juma
>            Priority: Major
>
> The only way to keep warnings out is to treat them as errors. Unfortunately, some deprecation warnings cannot be disabled with scalac alone. The silencer compiler plugin ([https://github.com/ghik/silencer|https://github.com/ghik/silencer]) may provide a way out. We should try it and see if it makes it possible to fix all the warnings so that we can treat them as errors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)