GitHub user jonfreedman opened a pull request:

    https://github.com/apache/commons-io/pull/32

    Introduce Tailable interface to allow tailing of files accessed using jCIFS

    I have a derivation of org.apache.commons.io.input.Tailer in our codebase 
which allows tailing of remote files using different user credentials via 
[jCIFS](https://jcifs.samba.org/src/docs/api/).  It would be very nice if we 
could remove this duplicated code with the introduction of this Tailable 
interface.  It shouldalso be possible to tail files using commons-vfs e.g. 
[HdfsRandomAccessContent](https://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons/vfs2/provider/hdfs/HdfsRandomAccessContent.html),
 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jonfreedman/commons-io master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-io/pull/32.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #32
    
----
commit 1c94596e18312947fc9c1926bbe44f980e8ebe9d
Author: jonfreedman <[email protected]>
Date:   2017-02-23T15:13:41Z

    introduce Tailable interface to allow tailing of files accessed using jCIFS

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to