PeterAlfredLee commented on pull request #369:
URL: https://github.com/apache/tika/pull/369#issuecomment-712624719


   I'm also agree to remove the `IOExceptionWithCause` class from Tika.
   The reason why this PR wasn't removing `IOExceptionWithCause` class is 
because consider 
[TaggedIOException](https://github.com/apache/tika/blob/main/tika-core/src/main/java/org/apache/tika/io/TaggedIOException.java)
 class in Tika need  `IOExceptionWithCause` class.
   
   `TaggedIOException` class in Tika was copying from `commons-io 1.4`. So I 
perfer not to modify `TaggedIOException` class.
   
   By the way,I think we can remove all these class from Tika which was copying 
from `commons-io 1.4` if we make commons-io as dependency of tika-core.
   
   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:
us...@infra.apache.org


Reply via email to