Re: [VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-15 Thread Bruno P. Kinoshita
+1 not binding Build works fine with Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-15T06:29:23+13:00) Maven home: /opt/apache-maven-3.2.5 Java version: 1.8.0_45, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: U

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

2015-06-15 Thread Rory O'Donnell
Hi Benedict, I'm contacting you in relation to Apache Commons Configuration & Bean Scripting Framework (BSF), both projects seems to be very popular dependencies for other open source projects. As part of the preparations for JDK 9, Oracle’s engineers have been analyzing open source proje

Re: [VOTE] Release Configuration 2.0-beta1 based on RC1

2015-06-15 Thread Bruno P. Kinoshita
Hi -1 not binding The following test fails in Ubuntu 14.04 with Java versions: * 1.8.0_45, vendor: Oracle Corporation, Java home: /usr/lib/jvm/java-8-oracle/jre* 1.7.0_79, vendor: Oracle Corporation Java home: /opt/jdk1.7.0_79/jre* 1.6.0_45, vendor: Sun Microsystems Inc. Java home: /usr/lib/

Re: [VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-15 Thread Paul King
+1 (non-binding) based on successful run of the Groovy test suite Notes: since the 1.3 release we have removed GroovyInternalPosixParser which was our fork of 1.2's PosixParser with some bug fixes of our own plus some from the 1.3 codebase before 1.3's release and now use DefaultParser. So we are

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

2015-06-15 Thread Rony G. Flatscher (Apache)
On 15.06.2015 10:04, Rory O'Donnell wrote: > > Hi Benedict, > > I'm contacting you in relation to Apache Commons Configuration & Bean > Scripting Framework (BSF), > both projects seems to be very popular dependencies for other open source > projects. > > As part of the preparations for JDK 9,

Re: [VOTE] Release Configuration 2.0-beta1 based on RC1

2015-06-15 Thread Oliver Heger
Hi Bruno, Am 15.06.2015 um 10:34 schrieb Bruno P. Kinoshita: > Hi > > -1 not binding > > The following test fails in Ubuntu 14.04 with Java versions: > > * 1.8.0_45, vendor: Oracle Corporation, Java home: > /usr/lib/jvm/java-8-oracle/jre* 1.7.0_79, vendor: Oracle Corporation Java > home: /op

[CSV] org.skife not downloaded

2015-06-15 Thread Gary Gregory
It seems that the org.skife jar is not in Maven Central: [ERROR] Failed to execute goal on project commons-csv: Could not resolve dependencies for project org.apache.commons:commons-csv:jar:1.1.1-SNAPSHOT: Could not find artifact org.skife.kasparov:csv:jar:1.0 at specified path C:\vcs\svn\apache\c

Re: [CSV] org.skife not downloaded

2015-06-15 Thread Benedikt Ritter
You have to manually download the file and put it in the correct location. It is only used during the OpenJMH tests. Here is the relevant snippet form pom.xml: org.skife.kasparov csv 1.0 system ${basedir}/csv-1.0.jar Benedikt 2015-06-16 1:52 GMT+02:00 Gary Gregory : > It seems that