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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
