[vfs] Amazon S3

2014-12-27 Thread Petar Tahchiev
Is is possible to use the VFS2 with Amazon S3? I saw this: https://github.com/abashev/vfs-s3 which also mentions "Why using commons-vfs is a bad idea" :D Could this be merged in the VFS source? -- Regards, Petar! Karlovo, Bulgaria. --- Public PGP Key at: https://keyserver1.pgp.com/vkd/Download

Re: [JCS] Rework logging

2014-08-20 Thread Petar Tahchiev
+1 for log4j2 2014-08-20 17:22 GMT+03:00 David Green : > +1 for slf4j > > > > On 20 August 2014 14:54, Yogesh Rao wrote: > > > Though i am not a member of the dev team :-) I would support a full > fledge > > facade implementation which doesn't provide any logging at all and let > the > > framew

Re: [configuration] Get all properties in a configuration

2014-05-06 Thread Petar Tahchiev
n > would be should the returned object be a safe copy or should changes in the > object be reflected in the config? > > Gary > > > On Tue, May 6, 2014 at 7:45 AM, Petar Tahchiev >wrote: > > > Hi guys, > > > > I'm looking at the API and I can'

[configuration] Get all properties in a configuration

2014-05-06 Thread Petar Tahchiev
Hi guys, I'm looking at the API and I can't seem to find a method that returns all the Properties in a Configuration object. I know I can access the keys and then iterate and get the property with that key, but is there any method like getAllProperties? If not is there any reason not to add one?

Re: [all] Dependency resolution.

2014-04-22 Thread Petar Tahchiev
014 at 9:22 AM, Matt Benson > wrote: > >> > >>> Note that you can use [lang] v2 and v3 together in the same project as > both > >>> the Maven coordinates and package names have been changed with the > major > >>> version upgrade. > >>&g

[all] Dependency resolution.

2014-04-22 Thread Petar Tahchiev
Hi guys, I found out I'm using quite a lot of the commons-*:commons-* artifacts in my project so I decided to upgrade them to their new version in org.apache.commons:whatever. I only upgraded those that I could so now I have for instance org.apache.commons:commons-lang3 in my classpath, but unfort

[VFS] What is the roadmap to 2.1?

2014-03-18 Thread Petar Tahchiev
Hi guys, I'm in need of the FileObject.isFolder() method, which is expected to come in 2.1 version: http://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons /vfs2/FileObject.html#isFolder() So my question is: when is the release date expected? And also, until that date, how can I