Re: [VFS] VFS patch release?

2024-04-29 Thread Gary Gregory
I have a release candidate out but some files are missing, so there is something off in the build process. It's been on my to-do list, so within a week or two I hope. Gary On Mon, Apr 29, 2024 at 7:19 AM Elric V wrote: > > Hi folks, > > Any chance of getting a new VFS rel

[VFS] VFS patch release?

2024-04-29 Thread Elric V
Hi folks, Any chance of getting a new VFS release soonish? There have been a lot of dependency updates, which would make vulnerability scanners a lot less trigger happy. 2.9.0 was released in 2021, so a 2.9.1 might not be a bad idea. Am willing to help out with this if possible. Best

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-20 Thread Rob Tompkins
+1 > On Mar 10, 2024, at 6:02 PM, Gary Gregory wrote: > > We have fixed a few bugs and added some enhancements since Apache > Commons VFS Project 2.9.0 was released, so I would like to release > Apache Commons VFS Project 2.10.0. > > Apache Commons VFS Project 2.

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-11 Thread Gary Gregory
gt; I think that's fine and it's just probably something missing somewhere to > configure the commons-release-plugin or parent to output the sha here. > > But then I decided to take a better look at the archives just to be sure. > > Are the bin files for VFS always nearly empty, with jus

Re: [VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-11 Thread Bruno Kinoshita
configure the commons-release-plugin or parent to output the sha here. But then I decided to take a better look at the archives just to be sure. Are the bin files for VFS always nearly empty, with just three files? https://dist.apache.org/repos/dist/dev/commons/vfs/2.10.0-RC1/binaries/ Can'

[VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-10 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons VFS Project 2.9.0 was released, so I would like to release Apache Commons VFS Project 2.10.0. Apache Commons VFS Project 2.10.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/vfs/2.10.0

Re: [VFS] Maven help needed

2024-01-28 Thread Gary Gregory
-- assembly:3.6.0:single (binary) @ commons-vfs2-distribution --- > [INFO] Reading assembly descriptor: src/assembly/bin.xml > [INFO] > > [INFO] Reactor Summary for Apache Commons VFS Project 2.10.0-SNAPSHOT: > [IN

Re: [VFS] Maven help needed

2024-01-28 Thread Gary Gregory
] [INFO] Reactor Summary for Apache Commons VFS Project 2.10.0-SNAPSHOT: [INFO] [INFO] Apache Commons VFS Project . SUCCESS [02:31 min] [INFO] Apache Commons VFS . SUCCESS [08:21 min] [INFO

[VFS] Maven help needed

2024-01-28 Thread Gary Gregory
Hi All and Rob: To build a local test VFS release candidate, or any multi-module project, I normally do this: mvn -V -Ptest-deploy -Prelease clean install mvn -V -Ptest-deploy -Prelease -P japicmp -P jacoco site mvn -V -Ptest-deploy -Prelease deploy then more stuff but this 3rd step fails

Re: [VFS] OPENSSH private key format support

2023-12-18 Thread Gary Gregory
The best bet is probably to switch to Apache Mina, another item on my todo list, unless we get a PR on GitHub first ;-) Gary On Mon, Dec 18, 2023, 7:36 AM Konrad Samburski wrote: > Hello, > > The latest version (2.9.0) of VFS is using com.jcraft.jsch for sftp. > Unfortunately i

[VFS] OPENSSH private key format support

2023-12-18 Thread Konrad Samburski
Hello, The latest version (2.9.0) of VFS is using com.jcraft.jsch for sftp. Unfortunately it seems jsch is not maintained any more therefore it does not support the new OPENSSH format of private key. Are you planning to switch to jsch fork com.github.mwiede which supports new formats? I see

Re: VFS Questions

2023-09-13 Thread Gary Gregory
Hello, On Wed, Sep 13, 2023 at 5:57 PM Mark Fortner wrote: > > I was looking at the VFS code recently and had a few questions: > >- There's a *plugins.xml* file that each of the plugins needs to >register themselves with. I was wondering if there was a reason that the >

VFS Questions

2023-09-13 Thread Mark Fortner
I was looking at the VFS code recently and had a few questions: - There's a *plugins.xml* file that each of the plugins needs to register themselves with. I was wondering if there was a reason that the *ServiceLoader* wasn't used for this? It would seem like a natural fit

Re: [vfs] test failure in the master branch

2023-09-12 Thread Gary Gregory
Ko wrote: > Hi, > > While I was preparing a PR, I got test failures below after running > `mvn` in the master branch of the commons-vfs. > Any hints for this? (I'm with maven-3.9.2 on JDK 1.8 / windows 10.) > > Thanks! > > Woonsan > > - > > [ERROR] Tests

[vfs] test failure in the master branch

2023-09-11 Thread Woonsan Ko
Hi, While I was preparing a PR, I got test failures below after running `mvn` in the master branch of the commons-vfs. Any hints for this? (I'm with maven-3.9.2 on JDK 1.8 / windows 10.) Thanks! Woonsan - [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.322 s

Re: [VFS] Help wanted for VFS-838

2023-05-25 Thread Gary Gregory
> algorithms, etc but there's now at least support to add algorithms to the >> list of existing ones in 3 ways (though not sure how VFS might support >> this >> currently). >> >> David >> >> On Thu, May 25, 2023 at 6:58 AM Gary Gregory >> wro

Re: [VFS] Help wanted for VFS-838

2023-05-25 Thread Gary Gregory
ork of jsch - > https://github.com/mwiede/jsch, there's a few issues with connection > algorithms, etc but there's now at least support to add algorithms to the > list of existing ones in 3 ways (though not sure how VFS might support this > currently). > > David > > On Thu, M

Re: [VFS] Help wanted for VFS-838

2023-05-25 Thread David Dellsperger
The other option would be to migrate to the new fork of jsch - https://github.com/mwiede/jsch, there's a few issues with connection algorithms, etc but there's now at least support to add algorithms to the list of existing ones in 3 ways (though not sure how VFS might support this currently

[VFS] Help wanted for VFS-838

2023-05-25 Thread Gary Gregory
Hi all, It seems that Jsch is unmaintained. I propose we port to Apache Mina, which has an active and experienced community. It this easy or hard? A large or small task? Thoughts? Help wanted ;-) PR welcome :-) https://issues.apache.org/jira/browse/VFS-838 TY! Gary

Re: Commons VFS Approve Workflows

2022-02-20 Thread Gary Gregory
I approved the 2 GitHub workflows. Gary On Sun, Feb 20, 2022, 13:51 John Patrick wrote: > Evening, > > Could someone approve my PR's workflow as still 1st time contributor for > vfs. If they pass they are read for review and potential merge. > > Upgrades all the easy tests t

Commons VFS Approve Workflows

2022-02-20 Thread John Patrick
Evening, Could someone approve my PR's workflow as still 1st time contributor for vfs. If they pass they are read for review and potential merge. Upgrades all the easy tests to JUnit v5 https://github.com/apache/commons-vfs/pull/240 Extracts test methods out of AbstractVfsTestCase, and also

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
ftpserver updated. pr at https://github.com/apache/commons-vfs/pull/235 details/investigations at https://github.com/apache/commons-vfs/pull/231 Xeno Amess 于2022年1月1日周六 02:12写道: > migrating sshd to 2.8.0 now. > > Gary Gregory 于2022年1月1日周六 02:04写道: > >> Hi Xeno, >>

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
migrating sshd to 2.8.0 now. Gary Gregory 于2022年1月1日周六 02:04写道: > Hi Xeno, > > Correct, I don't care about slf4j in this thread. Thank you for helping out > :-) > > Gary > > > On Fri, Dec 31, 2021, 12:52 Xeno Amess wrote: > > > > Help also needed for htt

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
Hi Xeno, Correct, I don't care about slf4j in this thread. Thank you for helping out :-) Gary On Fri, Dec 31, 2021, 12:52 Xeno Amess wrote: > > Help also needed for https://github.com/apache/commons-vfs/pull/225 > > I thought you wanna talk about all dependabot failures in vfs

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
> Help also needed for https://github.com/apache/commons-vfs/pull/225 I thought you wanna talk about all dependabot failures in vfs in the same thread. So this email thread is only focused on sshd and ftpserver? Gary Gregory 于2022年1月1日周六 01:47写道: > On Fri, Dec 31, 2021 at 12:16 PM Xeno

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
On Fri, Dec 31, 2021 at 12:16 PM Xeno Amess wrote: > @Gary Gregory > well at least you can have this from me > https://github.com/apache/commons-vfs/pull/233 > seems it can work, but don't merge until all cis are done. > Let's keep this email thread focused please. Gary > &

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
to be manually approved before the ci jobs > execute? > >>> > >>> John > >>> > >>> > >>> On Fri, 31 Dec 2021 at 13:50, Xeno Amess wrote: > >>> > >>> > need sleep now,will have a look

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
@Rob Spoor I will have a try to upgrade it directly to 2.8.0 good luck to me... Xeno Amess 于2022年1月1日周六 01:15写道: > @Gary Gregory > well at least you can have this from me > https://github.com/apache/commons-vfs/pull/233 > seems it can work, but don't merge until all cis are done. &

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
@Gary Gregory well at least you can have this from me https://github.com/apache/commons-vfs/pull/233 seems it can work, but don't merge until all cis are done. Rob Spoor 于2022年1月1日周六 01:10写道: > A quick check shows that some more dependencies are needed, for code > split off from sshd-c

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Rob Spoor
0.x to 1.x is bigger than the upgrade from 1.x to 2.x (don't get me started on 0.x to 2.x). Rob On 31/12/2021 17:39, Gary Gregory wrote: Help also needed for https://github.com/apache/commons-vfs/pull/225 :-) Gary On Fri, Dec 31, 2021 at 8:28 AM Gary Gregory wrote: Does anyone have any

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread John Patrick
> remove > >>> a > >>> file to trick github to try and do a new build again. > >>> any reason pr's have to be manually approved before the ci jobs > execute? > >>> > >>> John > >>> > >>> > >>> On Fri,

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
be manually approved before the ci jobs execute? >>> >>> John >>> >>> >>> On Fri, 31 Dec 2021 at 13:50, Xeno Amess wrote: >>> >>> > need sleep now,will have a look 10 hours later >>> > >>> > XenoAmess >>> >

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
wrote: >> >> > need sleep now,will have a look 10 hours later >> > >> > XenoAmess >> > >> > From: Gary Gregory >> > Sent: Friday, December 31, 2021 9:28:36 PM >> > To: Commons Developers Li

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
; XenoAmess > > > > From: Gary Gregory > > Sent: Friday, December 31, 2021 9:28:36 PM > > To: Commons Developers List > > Subject: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2 > > > > Does anyone

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
__ > > From: Gary Gregory > > Sent: Friday, December 31, 2021 9:28:36 PM > > To: Commons Developers List > > Subject: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2 > > > > Does anyone have any free time to look at this failure? > >

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
Help also needed for https://github.com/apache/commons-vfs/pull/225 :-) Gary On Fri, Dec 31, 2021 at 8:28 AM Gary Gregory wrote: > Does anyone have any free time to look at this failure? > > I'm still dealing with Log4j fallout... > > Gary > > -- Forwarded mes

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread John Patrick
XenoAmess > > From: Gary Gregory > Sent: Friday, December 31, 2021 9:28:36 PM > To: Commons Developers List > Subject: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2 > > Does anyone have any free time to look at this failure? > >

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Xeno Amess
need sleep now,will have a look 10 hours later XenoAmess From: Gary Gregory Sent: Friday, December 31, 2021 9:28:36 PM To: Commons Developers List Subject: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2 Does anyone have any free time to look

[commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread Gary Gregory
Does anyone have any free time to look at this failure? I'm still dealing with Log4j fallout... Gary -- Forwarded message - From: GitBox Date: Fri, Dec 31, 2021 at 6:05 AM Subject: [GitHub] [commons-vfs] dependabot[bot] opened a new pull request #231: Bump ftpserver-core from

[ANNOUNCE] Apache Commons VFS Project 2.9.0

2021-07-21 Thread Gary Gregory
The Apache Commons VFS Project team is pleased to announce the release of Apache Commons VFS Project 2.9.0. Apache Commons VFS is a Virtual File System library. Maintenance release. Requires Java 8. Changes in this version include: Fixed Bugs: o Add and use

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-20 Thread Gary Gregory
> > We have fixed a few bugs and added enhancements since Apache Commons > > VFS Project 2.8.0 was released, so I would like to release Apache > > Commons VFS Project 2.9.0. > > > > Apache Commons VFS Project 2.9.0 RC1 is available for review here: > > https

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-20 Thread Gary Gregory
My +! Gary On Sat, Jul 17, 2021 at 8:16 AM Gary Gregory wrote: > > We have fixed a few bugs and added enhancements since Apache Commons > VFS Project 2.8.0 was released, so I would like to release Apache > Commons VFS Project 2.9.0. > > Apache Commons VFS Project 2.9.

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-19 Thread Rob Tompkins
. So, it exists on the current live >> site): >> https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html >> < >> https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html >>> >> >> ***

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-19 Thread Gary Gregory
te this file was originally committed in August of 2019, > and we have done releases since then. So, it exists on the current live > site): > https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html > < > https://dist.apache.org/repos/dist/dev/comm

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-19 Thread Rob Tompkins
://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html <https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1/site/commons-vfs2/rat-report.html> * Summary --- Generated at: 2021-07-16T23:41:42

Re: [VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-18 Thread Bruno P. Kinoshita
generation. Thanks! Bruno On Sunday, 18 July 2021, 12:16:27 am NZST, Gary Gregory wrote: We have fixed a few bugs and added enhancements since Apache Commons VFS Project 2.8.0 was released, so I would like to release Apache Commons VFS Project 2.9.0. Apache Commons VFS Project 2.9.0 RC1

[VOTE] Release Apache Commons VFS Project 2.9.0 based on RC1

2021-07-17 Thread Gary Gregory
We have fixed a few bugs and added enhancements since Apache Commons VFS Project 2.8.0 was released, so I would like to release Apache Commons VFS Project 2.9.0. Apache Commons VFS Project 2.9.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/vfs/2.9.0-RC1

Re: [VFS] unexpected 'relative path' in verify.groovy

2021-04-25 Thread Bernd Eckenfels
@commons.apache.org ; Benjamin Marwell Betreff: Re: [VFS] unexpected 'relative path' in verify.groovy Okay, the exact error message is: Could not find file with URI "tar:file:home/user/git/apache/vfs-invoker-groovy/target/it/vfs-it/target/dependency/vfs-invoker-groovy-1.0.0-SNAPSHO

Re: [VFS] unexpected 'relative path' in verify.groovy

2021-04-25 Thread Benjamin Marwell
Okay, the exact error message is: Could not find file with URI "tar:file:home/user/git/apache/vfs-invoker-groovy/target/it/vfs-it/target/dependency/vfs-invoker-groovy-1.0.0-SNAPSHOT.tar!/hello.txt" because it is a relative path, and no base URI was provided. In fact, adding common

Re: [VFS] unexpected 'relative path' in verify.groovy

2021-04-24 Thread Benjamin Marwell
. Ben Am Sa., 24. Apr. 2021 um 23:22 Uhr schrieb Benjamin Marwell : > > Hi everyone, > > I tried to use vfs2 in a verify.groovy script like this: > > def fsManager = VFS.manager > def file = > fsManager.resolveFile("gz:tar:${basedir}/target/dependencies/vfs-invo

[VFS] unexpected 'relative path' in verify.groovy

2021-04-24 Thread Benjamin Marwell
Hi everyone, I tried to use vfs2 in a verify.groovy script like this: def fsManager = VFS.manager def file = fsManager.resolveFile("gz:tar:${basedir}/target/dependencies/vfs-invoker-groovy-1.0.0-SNAPSHOT.tar!/hello.txt") While this works in a junit+groovy maven test case

Re: [VFS] [website] example link not working

2021-04-03 Thread Jens Kapitza
sorry wrong link ('example' on the api page) is not working https://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons/vfs2/example/package-summary.html Jens Am 02.04.21 um 02:33 schrieb Gary Gregory: For me, on my phone, that link just goes to where it is supposed to https

Re: [VFS] [website] example link not working

2021-04-01 Thread Gary Gregory
For me, on my phone, that link just goes to where it is supposed to https://commons.apache.org/proper/commons-vfs/api.html Gary On Thu, Apr 1, 2021, 19:48 Jens Kapitza wrote: > Hi, is this a bug? > > Call: https://commons.apache.org/proper/commons-vfs/api.html > > i get: Th

[VFS] [website] example link not working

2021-04-01 Thread Jens Kapitza
Hi, is this a bug? Call: https://commons.apache.org/proper/commons-vfs/api.html i get: The requested URL was not found on this server. Thanks Jens Kapitza

Re: [VFS] Consensus needed for https://github.com/apache/commons-vfs/pull/154

2021-03-29 Thread Gary Gregory
d not use synchronize, so it would be good to not change it to do so >>> (especially not if that’s not needed for the change in question!). >>> >>> I did not follow the changes completely, so I am not sure what’s >>> proposed. Can we we maybe squash it at m

[VFS] releasing 2.8.1 soon

2021-03-29 Thread Gary Gregory
Hi all, I will look for some low hanging fruits but I plan on cutting a release candidate for VFS 2.8.1 quite soon. Please review what is in git master, Jira, and GitHub PRs... Gary

Re: [commons-vfs] branch master updated: IllegalArgumentException: Bad escape for Chinese characters in FileObject path #168.

2021-03-29 Thread Gary Gregory
te static final String REL_PATH_GREAT = > "src/test/resources/test-data/好.txt"; > > Gruss > Bernd > > -- > http://bernd.eckenfels.net > > Von: ggreg...@apache.org > Gesendet: Sonntag, März 28, 2021 11:31 PM > An: comm...@comm

Re: [commons-vfs] branch master updated: IllegalArgumentException: Bad escape for Chinese characters in FileObject path #168.

2021-03-28 Thread Bernd Eckenfels
String REL_PATH_GREAT = > "src/test/resources/test-data/好.txt"; Gruss Bernd -- http://bernd.eckenfels.net Von: ggreg...@apache.org Gesendet: Sonntag, März 28, 2021 11:31 PM An: comm...@commons.apache.org Betreff: [commons-vfs] branch master updated: Illeg

Re: [VFS] Help with FileContent implementation

2021-03-16 Thread Gary Gregory
So I think that I will cut a release candidate for 2.8.1 soon unless someone can take a look at this or the other issue that could delay the RC: https://github.com/apache/commons-vfs/pull/168 Gary On Sun, Mar 14, 2021, 10:30 Bernd Eckenfels wrote: > That is what I used, but it crea

Re: [VFS] Help with FileContent implementation

2021-03-14 Thread Bernd Eckenfels
That is what I used, but it creates an notification email per edit. Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Sunday, March 14, 2021 4:52:18 AM An: Commons Developers List Betreff: Re: [VFS] Help with FileContent implementation

Re: [VFS] Help with FileContent implementation

2021-03-13 Thread Gary Gregory
"Edit". You? Gary > > > -- > http://bernd.eckenfels.net > > Von: Gary Gregory > Gesendet: Friday, March 12, 2021 10:58:00 PM > An: Commons Developers List > Betreff: [VFS] Help with FileContent implementation > > Hi

Re: [VFS] Help with FileContent implementation

2021-03-13 Thread Bernd Eckenfels
List Betreff: [VFS] Help with FileContent implementation Hi All: I'm looking for help and see if this strikes anything in anyone's memory; please see my comment and the PR: https://github.com/apache/commons-vfs/pull/166#issuecomment-79888 TY! Gary

[VFS] Help with FileContent implementation

2021-03-12 Thread Gary Gregory
Hi All: I'm looking for help and see if this strikes anything in anyone's memory; please see my comment and the PR: https://github.com/apache/commons-vfs/pull/166#issuecomment-79888 TY! Gary - To unsubscribe, e-mail: dev

[VOTE][RESULT] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-09 Thread Gary Gregory
; My +1 > > Gary > > On Sat, Mar 6, 2021 at 9:59 PM Gary Gregory wrote: > > > > Hi All: > > > > We have fixed quite a few bugs and added some significant enhancements > > since Apache Commons VFS Project 2.7.0 was released, so I would like > > to release Apac

Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-09 Thread Gary Gregory
My +1 Gary On Sat, Mar 6, 2021 at 9:59 PM Gary Gregory wrote: > > Hi All: > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons VFS Project 2.7.0 was released, so I would like > to release Apache Commons VFS Project 2.8.0. >

Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-07 Thread Matt Sicker
ndor: Ubuntu, runtime: > > /usr/lib/jvm/java-11-openjdk-amd64 > > Default locale: en_US, platform encoding: UTF-8 > > OS name: "linux", version: "5.4.0-66-generic", arch: "amd64", family: "unix" > > > > > > Thanks! >

Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-07 Thread Arturo Bernal
; Thanks! > Bruno > > > >On Sunday, 7 March 2021, 3:59:56 pm NZDT, Gary Gregory > wrote: > > Hi All: > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons VFS Project 2.7.0 was released, so I would like > to r

Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-06 Thread Bruno P. Kinoshita
rch: "amd64", family: "unix" Thanks! Bruno On Sunday, 7 March 2021, 3:59:56 pm NZDT, Gary Gregory wrote: Hi All: We have fixed quite a few bugs and added some significant enhancements since Apache Commons VFS Project 2.7.0 was released, so I would like to release A

[VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-06 Thread Gary Gregory
Hi All: We have fixed quite a few bugs and added some significant enhancements since Apache Commons VFS Project 2.7.0 was released, so I would like to release Apache Commons VFS Project 2.8.0. Apache Commons VFS Project 2.8.0 RC1 is available for review here: https://dist.apache.org/repos

Re: [VFS] Consensus needed for https://github.com/apache/commons-vfs/pull/154

2021-03-03 Thread Gary Gregory
be squash it at minimize the changes to fix the >> actual Bug (if there is one, since I think we still have no specification >> on concurrency and locking properties of VFS) and keep them Loom support >> discussion separate from the release? >> >> Gruss >> Bernd >&g

Re: [VFS] Consensus needed for https://github.com/apache/commons-vfs/pull/154

2021-03-02 Thread Gary Gregory
ot sure what’s proposed. > Can we we maybe squash it at minimize the changes to fix the actual Bug (if > there is one, since I think we still have no specification on concurrency > and locking properties of VFS) and keep them Loom support discussion > separate from the release? >

Re: [VFS] Consensus needed for https://github.com/apache/commons-vfs/pull/154

2021-03-02 Thread Bernd Eckenfels
it at minimize the changes to fix the actual Bug (if there is one, since I think we still have no specification on concurrency and locking properties of VFS) and keep them Loom support discussion separate from the release? Gruss Bernd -- http://bernd.eckenfels.net

[VFS] Consensus needed for https://github.com/apache/commons-vfs/pull/154

2021-03-02 Thread Gary Gregory
I want to move the discussion from the PR to this mailing list, https://github.com/apache/commons-vfs/pull/154 TY, Gary

[VFS] need feed back on PR 154

2021-02-05 Thread Gary Gregory
https://github.com/apache/commons-vfs/pull/154 Can anyone help validate this PR? An actual unit test seems elusive. Gary

Re: [VFS] Problem with download huge file from ftp

2021-01-28 Thread Gary Gregory
has the solution todownload huge file (which may > cost more then 20min) with twoparameter, such as: >ftpClient.setControlKeepAliveReplyTimeout(5000); > > ftpClient.setControlKeepAliveTimeout(15); > > > I hope the VFS can also support them.

[VFS] Problem with download huge file from ftp

2021-01-28 Thread ????
FTPClient has the solution todownload huge file (which may cost more then 20min) with twoparameter, such as: ftpClient.setControlKeepAliveReplyTimeout(5000); ftpClient.setControlKeepAliveTimeout(15); I hope the VFS can also support them.

Re: JIRA fixed versions (was: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling

2020-10-31 Thread Gary Gregory
ed all of them in master? > > Gruss > Bernd > > > -- > http://bernd.eckenfels.net > > Von: Gary Gregory > Gesendet: Saturday, October 31, 2020 6:57:21 PM > An: Commons Developers List > Betreff: Re: JIRA fixe

Re: JIRA fixed versions (was: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling

2020-10-31 Thread Bernd Eckenfels
fixed versions (was: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling Hi, The fix version field should IMO be used for: - a fix for a RELEASED version - a fix for what is in git master and will be in that version The field should NOT be used, IMO, for wishful

Re: JIRA fixed versions (was: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling

2020-10-31 Thread Gary Gregory
-- > http://bernd.eckenfels.net > > Von: Gary D. Gregory (Jira) > Gesendet: Saturday, October 31, 2020 3:29:00 PM > An: iss...@commons.apache.org > Betreff: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is > repeatedly failling > > >

JIRA fixed versions (was: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling

2020-10-31 Thread Bernd Eckenfels
. Gregory (Jira) Gesendet: Saturday, October 31, 2020 3:29:00 PM An: iss...@commons.apache.org Betreff: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling [ https://issues.apache.org/jira/browse/VFS-600?page

[ANNOUNCE] Apache Commons VFS Project 2.7.0

2020-10-31 Thread Gary Gregory
The Apache Commons VFS Project team is pleased to announce the release of Apache Commons VFS Project 2.7.0. Apache Commons VFS is a Virtual File System library. Maintenance release. Requires Java 8. Changes in this version include: New features: o VFS-757: [SFTP] Configure whether exec

[VOTE][RESULT] Release Apache Commons VFS Project 2.7.0 based on RC3

2020-10-30 Thread Gary Gregory
e: > >> We have fixed a few bugs and added some enhancements since Apache Commons >> VFS Project 2.6.0 was released, so I would like to release Apache Commons >> VFS Project 2.7.0. >> >> Apache Commons VFS Project 2.7.0 RC3 is available for review here: >> ht

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC3

2020-10-30 Thread Gary Gregory
My +1 Gary On Tue, Oct 27, 2020, 12:27 Gary Gregory wrote: > We have fixed a few bugs and added some enhancements since Apache Commons > VFS Project 2.6.0 was released, so I would like to release Apache Commons > VFS Project 2.7.0. > > Apache Commons VFS Project 2.7.0 R

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC3

2020-10-28 Thread Rob Tompkins
> We have fixed a few bugs and added some enhancements since Apache Commons > VFS Project 2.6.0 was released, so I would like to release Apache Commons > VFS Project 2.7.0. > > Apache Commons VFS Project 2.7.0 RC3 is available for review here: >https://dist.apache.org/r

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC3

2020-10-27 Thread Bruno P. Kinoshita
  [x] +1 Release these artifacts Building OK from tag on my environment. Thanks Bruno On Wednesday, 28 October 2020, 5:27:32 am NZDT, Gary Gregory wrote: We have fixed a few bugs and added some enhancements since Apache Commons VFS Project 2.6.0 was released, so I would like

[VOTE] Release Apache Commons VFS Project 2.7.0 based on RC3

2020-10-27 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons VFS Project 2.6.0 was released, so I would like to release Apache Commons VFS Project 2.7.0. Apache Commons VFS Project 2.7.0 RC3 is available for review here: https://dist.apache.org/repos/dist/dev/commons/vfs/2.7.0

[VOTE][CANCEL] Release Apache Commons VFS Project 2.7.0 based on RC2

2020-10-27 Thread Gary Gregory
ea and tag look good too. > > Thanks! > Bruno > > > > > On Tuesday, 27 October 2020, 6:55:34 am NZDT, Gary Gregory < > ggreg...@apache.org> wrote: > > We have fixed a few bugs and added some enhancements since Apache Commons > VFS Project 2.6.0 was rel

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC2

2020-10-26 Thread Bruno P. Kinoshita
otice/readme files in the dist area and tag look good too. Thanks! Bruno On Tuesday, 27 October 2020, 6:55:34 am NZDT, Gary Gregory wrote: We have fixed a few bugs and added some enhancements since Apache Commons VFS Project 2.6.0 was released, so I would like to release Apache Co

[VOTE] Release Apache Commons VFS Project 2.7.0 based on RC2

2020-10-26 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons VFS Project 2.6.0 was released, so I would like to release Apache Commons VFS Project 2.7.0. Apache Commons VFS Project 2.7.0 RC2 is available for review here: https://dist.apache.org/repos/dist/dev/commons/vfs/2.7.0

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-26 Thread Gary Gregory
lly > sort this out. > > > > -Rob > > > --- > > > > Building with: > > > > chtompki@Robs-MacBook-Pro commons-vfs-2.7.0 % mvn --version > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > Maven home: /usr/loc

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-26 Thread Rob Tompkins
ere are some > updates we could perform in the plugin zone that could potentially sort this > out. > > -Rob > --- > > Building with: > > chtompki@Robs-MacBook-Pro commons-vfs-2.7

[VOTE][CANCEL] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-26 Thread Gary Gregory
>> > [ERROR] Failed to execute goal >> > org.apache.maven.plugins:maven-site-plugin:3.9.1:site (default-site) on >> > project commons-vfs2-jackrabbit2: failed to get report for >> > org.codehaus.mojo:jdepend-maven-plugin: Failed to e

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-25 Thread Gary Gregory
gt; org.apache.maven.plugins:maven-site-plugin:3.9.1:site (default-site) on > > project commons-vfs2-jackrabbit2: failed to get report for > > org.codehaus.mojo:jdepend-maven-plugin: Failed to execute goal > > org.apache.rat:apache-rat-plugin:0.13:check (rat-check) on projec

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-25 Thread Bruno P. Kinoshita
unapproved license: 2 See RAT > report in: > /home/kinow/Development/java/apache/commons-vfs/commons-vfs2-jackrabbit2/target/rat.txt > -> [Help 1] > > > > $ git status > HEAD detached at commons-vfs-2.7.0-RC1 > Untracked files: >  (use "git add ..." t

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-25 Thread Gary Gregory
ailed to get report for > org.codehaus.mojo:jdepend-maven-plugin: Failed to execute goal > org.apache.rat:apache-rat-plugin:0.13:check (rat-check) on project > commons-vfs2-jackrabbit2: Too many files with unapproved license: 2 See RAT > report in: > /home/kinow/Development/java

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-21 Thread Rob Tompkins
--- Building with: chtompki@Robs-MacBook-Pro commons-vfs-2.7.0 % mvn --version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec Java version: 1.8.0_265, vendor: Amazon.com Inc., runtime

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-20 Thread Bruno P. Kinoshita
From the tag commons-vfs-2.7.0-RC1 kinow@ranma:~/Development/java/apache/commons-vfs$ git log -n 1 commit 8a34d82ead0780a9ee1f78fd9702e5dbd663070a (HEAD, tag: commons-vfs-2.7.0-RC1, upstream/release) Author: Gary Gregory Date:   Sun Oct 18 23:10:57 2020 -0400     Update POM version numbers

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-20 Thread Gary Gregory
-Prelease -P japicmp -P jacoco site` fails with the > same error I had before. It could be something with my JVM or Maven version > perhaps (can't recall when I last tried to build VFS, but probably it was a > long time ago). > > > > [INFO] Rat check: Summary over all files. Unapproved

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-20 Thread Bruno P. Kinoshita
ied to build VFS, but probably it was a long time ago). [INFO] Rat check: Summary over all files. Unapproved: 2, unknown: 2, generated: 0, approved: 31 licenses. [INFO] [INFO] Reactor Summary: [INFO] [INFO] Apache Commons

Re: [VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-19 Thread Gary Gregory
t; project commons-vfs2-jackrabbit2: failed to get report for > org.codehaus.mojo:jdepend-maven-plugin: Failed to execute goal > org.apache.rat:apache-rat-plugin:0.13:check (rat-check) on project > commons-vfs2-jackrabbit2: Too many files with unapproved license: 2 See RAT > report in: >

  1   2   3   4   5   6   7   8   9   10   >