You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2020/10/26 03:11:59 UTC

[GitHub] [tika] PeterAlfredLee opened a new pull request #370: Add dependency commons-io to tika-core in main branch

PeterAlfredLee opened a new pull request #370:
URL: https://github.com/apache/tika/pull/370


   1. Add dependency `commons-io` to `tika-core`
   
   2. Remove these classes in `tika-core`: `CloseShieldInputStream` `ClosedInputStream` `CountingInputStream` `IOExceptionWithCause`
     `NullInputStream` `NullOutputStream` `ProxyInputStream` `TaggedIOException` `TaggedInputStream` `TaggedInputStreamTest`
   
   3. Modify class `IOUtils` in `tika-core`, only left method `skip(InputStream, long, byte[])`. Because this method don't
      exist in `commons-io` and need by `TIKA-3092`
   
   4. Modify some `pom.xml` files, remove explicit dependency `commons-io` statement.


----------------------------------------------------------------
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



[GitHub] [tika] tballison merged pull request #370: Add dependency commons-io to tika-core in main branch

Posted by GitBox <gi...@apache.org>.
tballison merged pull request #370:
URL: https://github.com/apache/tika/pull/370


   


----------------------------------------------------------------
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