[io] How picky about backward compatibility ?

2015-06-19 Thread Kristian Rosenvold
I reverted the fix in http://svn.apache.org/viewvc?view=revision&revision=r1686456 simply because it broke backward compatibility in a subtle way. The BrokenNNStream classes supply the same instance of the IOException on all methods (and there are tests that assert it) Given some of the discussion

Re: svn commit: r1686472 - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/FileUtils.java main/java/org/apache/commons/io/Java7Support.java test/java/org/apache/commons/io/FileUtilsCl

2015-06-19 Thread Kristian Rosenvold
2015-06-19 21:01 GMT+02:00 sebb : > On 19 June 2015 at 19:00, wrote: > > +class Java7Support > > +{ > > + > > +private static final boolean IS_JAVA7; > > + > > +private static Method isSymbolicLink; > > + > > +private static Method delete; > > + > > +private static Method toPath;

Re: RandomStringUtils with variable lengths

2015-06-19 Thread Caleb Cushing
so should I spend the time working this into a more finalized patch, that includes the stuff for numeric and alphanumeric as well? (and fixes the feedback) On Sun, Jun 7, 2015 at 6:23 AM Benedikt Ritter wrote: > Hello Caleb, > > 2015-06-06 21:45 GMT+02:00 Caleb Cushing : > >> >>> I'm not sure I

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-19 Thread Balchandra Vaidya
Hi Stefan, Thank you for submitting the bug. The JBS id is https://bugs.openjdk.java.net/browse/JDK-8129330. Regards Balchandra On 6/18/2015 8:29 PM, Stefan Bodewig wrote: On 2015-06-18, Rory O'Donnell wrote: Did you log a bug at bugs.java.com, if yes can you send me the Incident numbe

Re: [jira] [Created] (IO-481) org.apache.commons.io.FileUtils#waitFor waits too long

2015-06-19 Thread Kristian Rosenvold
No, I just created a regular issue like a regular guy from the street. I cant assign issues to me or close issues as fixed. Kristian 2015-06-19 20:21 GMT+02:00 Gary Gregory : > Kristian, > > It looks like you've solved your Jira admin issues :-) > > Gary > > -- Forwarded message ---

Re: svn commit: r1686472 - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/FileUtils.java main/java/org/apache/commons/io/Java7Support.java test/java/org/apache/commons/io/FileUtilsCl

2015-06-19 Thread sebb
On 19 June 2015 at 19:00, wrote: > Author: krosenvold > Date: Fri Jun 19 18:00:44 2015 > New Revision: 1686472 > > URL: http://svn.apache.org/r1686472 > Log: > IO-452 broken symlink support > > Patch by David Standish. > > Also added reflection-based java7 symlink support from maven code (origina

Fwd: [jira] [Created] (IO-481) org.apache.commons.io.FileUtils#waitFor waits too long

2015-06-19 Thread Gary Gregory
Kristian, It looks like you've solved your Jira admin issues :-) Gary -- Forwarded message -- From: Kristian Rosenvold (JIRA) Date: Fri, Jun 19, 2015 at 11:20 AM Subject: [jira] [Created] (IO-481) org.apache.commons.io.FileUtils#waitFor waits too long To: iss...@commons.apache.o

Jira permissions gone .. ?

2015-06-19 Thread Kristian Rosenvold
I seem to have lost my jira permissions to assign issues to myself and close them. I believe I had them not so long ago... ? Kristian (krosenvold)

porting fixes to v 3.2.X

2015-06-19 Thread Marc-André Chartrand
Can bug fixes from version 4.0 be ported to v 3.2.X ? and also, when is the next 3.2.X version coming out ? The fix I'm looking at in particular is : https://issues.apache.org/jira/browse/COLLECTIONS-294 Which is only fixed in 4.0 apparently.

Re: Apache Commons Configuration & Bean Scripting Framework (BSF) - dependencies on JDK-Internal APIs

2015-06-19 Thread Rory O'Donnell
Hi Oliver, That's great, thanks for your help. Rgds,Rory On 19/06/2015 16:27, Oliver Heger wrote: Hi Rory, I just ran JDeps against the current beta-1 release of Commons Configuration 2.0 and all its dependencies. When specifying the "-jdkinternals" option there is no output. So I think, we a

Re: Apache Commons Configuration & Bean Scripting Framework (BSF) - dependencies on JDK-Internal APIs

2015-06-19 Thread Oliver Heger
Hi Rory, I just ran JDeps against the current beta-1 release of Commons Configuration 2.0 and all its dependencies. When specifying the "-jdkinternals" option there is no output. So I think, we are clean here. Regards Oliver Am 15.06.2015 um 10:04 schrieb Rory O'Donnell: > > Hi Benedict, > > I

[Math] Nearest neighbors search

2015-06-19 Thread Gilles
Hi. Referring to the newly created MATH-1235. I was looking for a way to improve the performance of a code that also needs, for some point "p", to select the "n" closest neighbours (from a list of sample data points). Browsing through web pages, some refer to BSP as a generalization of kd-tree;

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-19 Thread Rory O'Donnell
Thanks Stefan! On 18/06/2015 15:59, Stefan Bodewig wrote: On 2015-06-18, Rory O'Donnell wrote: Did you log a bug at bugs.java.com, if yes can you send me the Incident number ? Sorry, so far I hadn't found the time to do so, just opened one Review ID: JI-9021700 Stefan -