rionmonster commented on PR #27248: URL: https://github.com/apache/flink/pull/27248#issuecomment-3548708016
Is this something that can just be safely excluded? I see multiple references throughout the codebase that reference the `commons-beanutils` package. Would upgrading it to a more recent patched version of the library, such as `1.11.0` be preferred to this exclusion? The only case that I see that not being valid would be explicitly for `flink-yarn` which seems to require an earlier version: ``` <!-- Beanutils 1.9.+ doesn't work with Hadoop 2 --> <version>1.8.3</version> ``` Just a thought. -- 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]
