dejan2609 commented on PR #19265: URL: https://github.com/apache/kafka/pull/19265#issuecomment-2755363293
So, herewith alternatives: 1. relax Checkstyle rules via exception (i.e. don't fail the build for `ArgumentParsers.newArgumentParser` method deprecation warning mentioned above) **_OR_** 2. use my old PR [#10626](https://github.com/apache/kafka/pull/10626) and replace method (`ArgumentParsers.newArgumentParser` with `ArgumentParsers.newFor`) as mentioned [here](https://argparse4j.github.io/migration.html#to-0-8-0) @mimaison LMK which option sounds better for you. -- 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]
