You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/12/01 13:34:15 UTC

[GitHub] [bookkeeper] nicoloboschi opened a new pull request #2919: Gradle compileJava: enable -Xlint options

nicoloboschi opened a new pull request #2919:
URL: https://github.com/apache/bookkeeper/pull/2919


   ### Motivation
   
   In the `maven-compiler-plugin` configuration there are `lint:deprecation` and `lint:unchecked` options enabled by default (also -`Werror` in order to make the build fails in case of warnings)
   
   The Maven configuration is 
   https://github.com/apache/bookkeeper/blob/a522fa33b31e2405830a33cd2120be60d3174cd5/pom.xml#L880-L888
   
   ### Changes
   * Enable -Xlint:unchecked -Xlint:deprecation -Werror on all projects


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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



[GitHub] [bookkeeper] eolivelli merged pull request #2919: Gradle compileJava: enable -Xlint options

Posted by GitBox <gi...@apache.org>.
eolivelli merged pull request #2919:
URL: https://github.com/apache/bookkeeper/pull/2919


   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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