[ANNOUNCEMENT] Commons Configuration 2.0-beta1 Released

2015-06-20 Thread Oliver Heger
The Apache Commons Team is pleased to announce the availability of Apache Commons Configuration 2.0-beta1. The Commons Configuration software library provides a generic configuration interface which enables an application to read configuration data from a variety of sources. This is the first bet

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

2015-06-20 Thread Rony G. Flatscher (Apache)
Hi Rory, just ran "jdeps -jdkinternals" on both, BSF 2.4.0 and BSF 3.1, both have no internal dependencies. Best regards, ---rony On 15.06.2015 14:19, Rony G. Flatscher (Apache) wrote: > On 15.06.2015 10:04, Rory O'Donnell wrote: >> Hi Benedict, >> >> I'm contacting you in relation to Apache

Re: [io] How picky about backward compatibility ?

2015-06-20 Thread Gary Gregory
I'd like to look at the change but I get an "Invalid revision" when I click on the link. Do you have a diff or another link? Gary On Fri, Jun 19, 2015 at 10:48 PM, Kristian Rosenvold wrote: > I reverted the fix in > http://svn.apache.org/viewvc?view=revision&revision=r1686456 simply > because

Re: [io] How picky about backward compatibility ?

2015-06-20 Thread Matt Benson
+1; I'd say you made the right call. Matt On Jun 20, 2015 12:48 AM, "Kristian Rosenvold" wrote: > 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

[io] svn commit r1686512

2015-06-20 Thread Kristian Rosenvold
I reverted some of the package protected -> private changes, since the tests did not even compile with this change. Kristian