You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/26 09:24:00 UTC

[GitHub] [flink] AHeise edited a comment on issue #11123: [FLINK-16014] Adding xerces to s3 plugins to avoid ClassNotFound issues.

AHeise edited a comment on issue #11123: [FLINK-16014] Adding xerces to s3 plugins to avoid ClassNotFound issues.
URL: https://github.com/apache/flink/pull/11123#issuecomment-588790296
 
 
   > In JDK-8015099 a workaround was suggested to use `SAXParserFactory` instead. Have you looked into this as a potential solution?
   > What we could try is bundling an alternative version of the aws `XmlResponsesSaxParser` class which calls `SAXParserFactory.newSAXParser().getXMLReader()`.
   
   That's also a valid solution but I'm not sure which is less hacky. You probably suggest it, such that we avoid bundling xerces?
   How often would we update AWS sdk or a user would build against a different hadoop version, such that our `XmlResponsesSaxParser` becomes fragile?
   @zentol @pnowojski WDYT?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services