Re: [VFS] Interest in starting a Java 7 FileSystem-based version?

2017-03-15 Thread Gary Gregory
Great idea Matt. This is a long time coming. A porting guide will be key. I have a lot of code depending on vfs2. Gary On Mar 16, 2017 6:54 AM, "Ralph Goers" wrote: > Yes, and here we are with Java 9 at our doorstep. Time flies. > > I would recommend that you create a commons-vfs3 git repo for

Re: Help with task: Random number generators

2017-03-15 Thread Bernd Eckenfels
Please do: you can do that post-release as well. We had quite some offers on that task but no follow up. Get the released version and javadoc from the project home and let us know if that was enough to get started. please specify in what context you would use the classes. http://commons.apache.

Re: [VFS] Interest in starting a Java 7 FileSystem-based version?

2017-03-15 Thread Ralph Goers
Yes, and here we are with Java 9 at our doorstep. Time flies. I would recommend that you create a commons-vfs3 git repo for this as you will only be able to borrow some code. A lot will be different. Ralph > On Mar 15, 2017, at 8:12 PM, Matt Sicker wrote: > > Ralph has mentioned in the past

Re: [VFS] Interest in starting a Java 7 FileSystem-based version?

2017-03-15 Thread Peter Ansell
Feel free to merge your changes into Tika to update the barebones implementation I contributed there: https://github.com/apache/tika/blob/master/tika-java7/src/main/java/org/apache/tika/filetypedetector/TikaFileTypeDetector.java Cheers, Peter On 16 March 2017 at 14:46, Schalk Cronjé wrote: > I

Re: [VFS] Interest in starting a Java 7 FileSystem-based version?

2017-03-15 Thread Schalk Cronjé
I have already implemented FileTypeDetector using Tika -> https://github.com/ysb33r/nio2-filedetector-tika. On 16/03/2017 09:14, Matt Sicker wrote: There's also a ton of in-depth features like file attributes, ACLs, other permissions, etc. Then there's a bit of overlap with security concerns th

Re: [VFS] Interest in starting a Java 7 FileSystem-based version?

2017-03-15 Thread Matt Sicker
There's also a ton of in-depth features like file attributes, ACLs, other permissions, etc. Then there's a bit of overlap with security concerns that come with that. It certainly provides a rather broad matrix of features that are possible to expose. There's also FileTypeDetector which has function

Re: [VFS] Interest in starting a Java 7 FileSystem-based version?

2017-03-15 Thread Peter Ansell
An example from Google of a custom Java-7 file system provider (Apache licensed) which may also be useful is at: https://github.com/google/jimfs Cheers, Peter On 16 March 2017 at 14:12, Matt Sicker wrote: > Ralph has mentioned in the past an idea about rewriting commons-vfs using > java.nio.fi

Re: [VFS] Interest in starting a Java 7 FileSystem-based version?

2017-03-15 Thread Schalk W . Cronjé
The ZIP implementation is very basic. I've started exoerimenting with this quite a while ago writing a RAM filesystem as to experiment w.ith the complexities. I would definitely be interested in working with you on this even if it is only for shared learning. As one dives deeper into it th

[VFS] Interest in starting a Java 7 FileSystem-based version?

2017-03-15 Thread Matt Sicker
Ralph has mentioned in the past an idea about rewriting commons-vfs using java.nio.file from Java 7. I was playing with this API today attempting to abstract some S3 file operations using < https://github.com/Upplication/Amazon-S3-FileSystem-NIO2> and found that the API is pretty nice. OpenJDK alre

Jenkins build is still unstable: commons-email #8

2017-03-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is still unstable: commons-email » Apache Commons Email #8

2017-03-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.ap

Help with task: Random number generators

2017-03-15 Thread Prashanth.R
I would like to help out with the task listed at https://helpwanted.apache.org/task.html?532e1a73 -- Regards, Prashanth. R

Re: commons-numbers git commit: Complex class [...]

2017-03-15 Thread Eric Barnhill
Sorry Gilles I meant to push a new branch. Will fix tomorrow. On 15 Mar 2017 17:34, "Gilles" wrote: > Hi Eric. > > A few comments below. > > On Wed, 15 Mar 2017 16:07:26 + (UTC), ericbarnh...@apache.org wrote: > >> Repository: commons-numbers >> Updated Branches: >> refs/heads/master 39b511

Re: commons-numbers git commit: Complex class [...]

2017-03-15 Thread Gilles
Hi Eric. A few comments below. On Wed, 15 Mar 2017 16:07:26 + (UTC), ericbarnh...@apache.org wrote: Repository: commons-numbers Updated Branches: refs/heads/master 39b5119cc -> 857033738 Overall, better let people a large set of changes in a "feature" branch rather than modify "master"

[GitHub] commons-cli pull request #9: Fix for CLI-271

2017-03-15 Thread laeubi
GitHub user laeubi opened a pull request: https://github.com/apache/commons-cli/pull/9 Fix for CLI-271 Add the posibility to use Options as a parameter for fetching values from the CommandLine. You can merge this pull request into a Git repository by running: $ git pull https: