Fwd: [JENKINS] [IMPORTANT] - Jenkins Migration and Upgrade (And JDK7 deprecation)

2017-06-27 Thread sebb
AFAIK most of the Commons jobs use JDK 1.7 latest and the java-1.n profiles to choose the appropriate compile/test environment. These should continue to build OK, assuming that Jenkins is able to find a suitable version of Java if necessary. Builds which rely on JDK 7 and which don't use a Java

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-06-27 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-cli/pull/15 [![Coverage Status](https://:/builds/12154396/badge)](https://:/builds/12154396) Coverage increased (+0.04%) to 96.287% when pulling **3d9587caec7dd23d359bc112c63512e2bc3e0702 on

[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-06-27 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-cli/pull/15 [![Coverage Status](https://:/builds/12154396/badge)](https://:/builds/12154396) Coverage increased (+0.04%) to 96.287% when pulling **3d9587caec7dd23d359bc112c63512e2bc3e0702 on

Fwd: [text] - using RandomStringGenerator for alpha numeric

2017-06-27 Thread Amey Jadiye
Hi All, With below reference user asked whether he can use alpha numeric string ? we can do that easily by overloading .withinRange(char[][]) where my vision is to pass multiple pairs of min max characters. so we can pas {'0','9'} and {'a','z'}, OR any similar alternative where we can pass pairs

Re: Things in a POM file that are not probably incorrect

2017-06-27 Thread Benedikt Ritter
Hello Simon, > Am 27.06.2017 um 00:02 schrieb Simon Spero : > >1.5 >1.5 >org.apache.commons.functor > > JDK 9 cannot generate or parse class files compiled with -target 1.5 [1]. > > Per the JPMS Armistice talks, "Automatic-Module-Name" header should only >

Re: Things in a POM file that are not probably incorrect

2017-06-27 Thread Rob Tompkins
> On Jun 27, 2017, at 7:45 PM, Emmanuel Bourg wrote: > >> Le 27/06/2017 à 00:02, Simon Spero a écrit : >> >> JDK 9 cannot generate or parse class files compiled with -target 1.5 [1]. > > AFAIK Java 9 can still parse 1.5 (and lower) class files. But it does matter what

Git/Github Access

2017-06-27 Thread Carl Hall
Hi friends, I'd like to move commons-dbutils to git rather than continuing to deal with git-svn. Could someone point me in the right direction for requesting this or point me to the right person/group to pose my request? Thanks, Carl

Re: Things in a POM file that are not probably incorrect

2017-06-27 Thread Emmanuel Bourg
Le 27/06/2017 à 00:02, Simon Spero a écrit : > JDK 9 cannot generate or parse class files compiled with -target 1.5 [1]. AFAIK Java 9 can still parse 1.5 (and lower) class files. Emmanuel Bourg - To unsubscribe, e-mail: