Re: [CRYPTO] Drop support for Java 7?

2018-09-27 Thread Marcelo Vanzin
Hi Gary, thanks. I pushed the change but that broke the java 7 jenkins job (obviously). Who can remove that job? I found on the ASF docs that PMCs have access to the jenkins servers... (At some point it would also be good to set up some extra jobs for Windows and Macs - I see there are slaves

Re: [validator] moving to jdk 8 / git?

2018-09-27 Thread Eitan Adler
(please make sure to include me directly on email; the Apache Commons Dev list appears to be broken) In terms of moving to JDK 8, it seems like it it'd warrant more of a discussion first. Other Commons projects wanted to a do a "final release" for the previous JDK version. I'm not sure if I

Re: [validator] moving to jdk 8 / git?

2018-09-27 Thread Gary Gregory
The best way to contribute is with GitHub PRs here: https://github.com/apache/commons-validator/ Gary On Thu, Sep 27, 2018 at 2:30 PM Eitan Adler wrote: > I'd like to make some simple changes to Commons Validator. It seems it > hasn't been touched for some time and I am not sure what the

[validator] moving to jdk 8 / git?

2018-09-27 Thread Eitan Adler
I'd like to make some simple changes to Commons Validator. It seems it hasn't been touched for some time and I am not sure what the process to deal with this is. If we wanted to do that, what would it take? Could I help? -- Eitan Adler

Re: svn commit: r1842139 - in /commons/proper/configuration/trunk: pom.xml src/changes/changes.xml src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java src/main/java

2018-09-27 Thread Oliver Heger
Am 27.09.2018 um 20:43 schrieb ggreg...@apache.org: > Author: ggregory > Date: Thu Sep 27 18:43:37 2018 > New Revision: 1842139 > > URL: http://svn.apache.org/viewvc?rev=1842139=rev > Log: > [CONFIGURATION-720] Replace use of deprecated Commons Lang string > substitution code for Commons

Re: [configuration] Update from java 7 to Java 8.

2018-09-27 Thread Oliver Heger
Am 27.09.2018 um 19:27 schrieb Gary Gregory: > Hi All: > > I'd like to update [configuration] from java 7 to Java 8. Just go on. I think it was consensus that after the latest release the Java version should be upgraded. Oliver > > Gary >

[configuration] Update from java 7 to Java 8.

2018-09-27 Thread Gary Gregory
Hi All: I'd like to update [configuration] from java 7 to Java 8. Gary

Re: [CRYPTO] Drop support for Java 7?

2018-09-27 Thread Gary Gregory
+1 to update to Java 8. Gary On Thu, Sep 27, 2018 at 11:02 AM Marcelo Vanzin wrote: > Any concerns with dropping support for Java 7 in the next release of > commons-crypto? Are there any rules about not doing that kind of thing > in a "minor" release? > > I was trying to fix up the Travis

[CRYPTO] Drop support for Java 7?

2018-09-27 Thread Marcelo Vanzin
Any concerns with dropping support for Java 7 in the next release of commons-crypto? Are there any rules about not doing that kind of thing in a "minor" release? I was trying to fix up the Travis builds to work on JDK7 but it seems that Travis's support for JDK7 is kinda broken at the moment...