AHeise removed a comment on issue #11123: [FLINK-16014][s3] Force usage of 
SAXParserFactory over XMLReaderFactory in aws-java-sdk-s3.
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:
[email protected]


With regards,
Apache Git Services

Reply via email to