[ANNOUNCE] Apache Commons Lang 3.3.1 released!

2014-03-18 Thread Benedikt Ritter
The Apache Commons Team is pleased to announce the release of Apache Commons Lang 3.3.1. The Apache Commons Lang open source software library provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, cre

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Dan Tran
since JCIFS is used as optional dependency, isn't it sufficient? here is the jira https://issues.apache.org/jira/browse/VFS-438 On Tue, Mar 18, 2014 at 12:34 PM, Gary Gregory wrote: > On Tue, Mar 18, 2014 at 2:22 PM, Dan Tran wrote: > > > Please promote smb module if jcifs (LPGL) as optional d

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Gary Gregory
On Tue, Mar 18, 2014 at 2:22 PM, Dan Tran wrote: > Please promote smb module if jcifs (LPGL) as optional dependency, i have > been using its snapshot for a couple of years > I think the last time we talked about this we decided not to due to the JCIFS license. IANAL, so if you want it in the 'c

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Dan Tran
Please promote smb module if jcifs (LPGL) as optional dependency, i have been using its snapshot for a couple of years -Dan On Tue, Mar 18, 2014 at 5:25 AM, Gary Gregory wrote: > Yes, a release would be good. It's been too long. > > I think it's just a matter (for me and others) to take the tim

[RESULT][VOTE] Release Commons Lang 3.3.1 based on RC1

2014-03-18 Thread Benedikt Ritter
Hi all, this vote passes with the following binding votes: Luc Maisonobe: -0 Gary Gregory: +1 Benedikt Ritter: +1 Matt Benson: +1 Luc discovered a failing test with an older JDK 6 (u30). This problem is not reproducible with the latest JDK 6 release (u65) or JDK7/JDK8 EA. So I do not consider th

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Gary Gregory
Yes, a release would be good. It's been too long. I think it's just a matter (for me and others) to take the time and go through the issues and reports and sort things out into what should be fixed or changed before a release. We could also take a simpler approach and release trunk as 2.1 ASAP an

Re: [imaging] Multipage in TIFF

2014-03-18 Thread Damjan Jovanovic
You might be able to write multi-page TIFFs, by adding multiple TiffOutputDirectories to a TiffOutputSet with directory type root in order that the pages appear, and manually populating their images. Regards Damjan On Mon, Mar 17, 2014 at 11:55 AM, Jesus Galindo wrote: > Hi, > > is there any way

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Bernd
Hello, Not sure if there are plans for a release, but it is certainly about time. To get the property if a FO has children (it can have content and children on some providers!) I use fileObject.getType().hasChildren() Greetings Bernd Am 18.03.2014 09:58 schrieb "Petar Tahchiev" : > Hi guys, >

[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