[io] Make FileSystemUtils constructor private and refactor OS stuff from FileSystemUtils into OperatingSystemUtils

2012-07-22 Thread Stevo Slavić
, isSolaris, isMac, getOs API? Here's the link to current FileSystemUtils revision: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileSystemUtils.java?revision=1304052view=markup Kind regards, Stevo Slavić.

Re: [io] Make FileSystemUtils constructor private and refactor OS stuff from FileSystemUtils into OperatingSystemUtils

2012-07-22 Thread Stevo Slavić
regards, Stevo Slavić. On Sun, Jul 22, 2012 at 3:30 PM, sebb seb...@gmail.com wrote: On 22 July 2012 14:08, Stevo Slavić ssla...@gmail.com wrote: Hello Apache Commons community, Is there any special reason for FileSystemUtils constructor to be public? Shouldn't it be private instead? What

[io] Mark 2.4 as released in JIRA

2012-07-22 Thread Stevo Slavić
Hello Apache Commons community, commons-io version 2.4 is released but is not marked as such in JIRA. Can someone with appropriate rights please do it? Kind regards, Stevo Slavić.

Re: [dbcp] Min connection pool

2011-05-09 Thread Stevo Slavić
I believe you're looking for minIdle configuration property. Find more configuration details @ http://commons.apache.org/dbcp/configuration.html Regards, Stevo. On May 9, 2011 8:23 PM, Fernando O. fot...@gmail.com wrote: Hi all I'm trying to migrate from C3p0 to dbcp and it looks like some

Commons compress, ZipFile and finalize

2011-04-16 Thread Stevo Slavić
Hello Apache Commons users, Is there a reason why ZipFile shouldn't call it's closeQuietly or just close on finalize? Now (commons compress 1.1), if ZipFile is garbage collected without being closed first, file descriptor leak will occur. Regards, Stevo.

NumberUtils and decimal point character

2011-01-27 Thread Stevo Slavić
Hello Apache Commons users, Is there any valid reason why '.' is hardcoded as decimal point character in lang.math.NumberUtils, commons-lang (2.6) ? Shouldn't this be locale dependent? Regards, Stevo. - To unsubscribe, e-mail: