lhotari opened a new pull request #9780: URL: https://github.com/apache/pulsar/pull/9780
### Motivation - In many projects there's a convention that Java compiler warnings should be addressed by suppressing individual warnings or fixing the code. - To fix unchecked/unsafe warnings, it is necessary to see the detailed warning. This can be seen when there is `-Xlint:unchecked` in compiler arguments ### Modifications Add `-Xlint:unchecked` to the configuration of `maven-compiler-plugin`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
