[ANNOUCE] Apache Commons Crypto 1.1.0

2020-09-04 Thread Gary Gregory
The Apache Commons Crypto team is pleased to announce the release of Apache Commons Crypto 1.1.0 Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level. Developers can

Re: Apache VFS v.s. NIO FileSystem

2020-09-04 Thread Xeno Amess
As far as I can see, there be tons of work before we really want to do integration with any existed FileSystem in jdk... For example our file:/ scheme is not quite equal to their... You can test it with a file who contains a space in its file name... I can't even imagine how to fix it (means we hav

Re: Apache VFS v.s. NIO FileSystem

2020-09-04 Thread Matt Sicker
There's been talk about supporting it in the past, but no code yet. I had looked into that a while back when I was working on a project using that API, but that never materialized. On Fri, 4 Sep 2020 at 11:00, David wrote: > > Hello Apache, > > I understand that AVFS had implemented quite a few f

Apache VFS v.s. NIO FileSystem

2020-09-04 Thread David
Hello Apache, I understand that AVFS had implemented quite a few filesystems, but from an architectural view, can someone please provide some insight on how Apache VFS compares to Java NIO FileSystem (Released in JDK 1.7)? Is there any integration between the two? https://docs.oracle.com/javase/7

Re: [VOTE] Release Apache Commons Daemon 1.2.3 RC1

2020-09-04 Thread Rob Tompkins
+1 binding. Builds on java 7 and java 11 works with ‘mvn clean test’ Build on java 8 works with ‘mvn clean test install site’ % mvn -version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec Java version: 1.8.0_242, vendor: Amazon.c