AW: Buildjob: IvyDE

2017-05-22 Thread jhm
I changed the buildjobs for IvyDE + IvyDE-Github to use Java7(latest). But I prefer to use the lowest Java version we have defined as minimum. ;) Jan > -Ursprüngliche Nachricht- > Von: J Pai [mailto:jai.forums2...@gmail.com] > Gesendet: Montag, 22. Mai 2017 15:09 > An: Ant Developers

Re: [VOTE] Increase minimum Java version for Ivy to Java7

2017-05-22 Thread Gintautas Grigelionis
You're right, full HTTP/2 in JRE is Java 9. What I meant was AEAD crypto that was introduced in Java 8 JRE. Before that, that's another dependency on BouncyCastle. Gintas 2017-05-22 17:42 GMT+02:00 Matt Sicker : > Isn't HTTP 2.0 only in Java 9? Otherwise you need a 3rd party

Re: Buildjob: IvyDE

2017-05-22 Thread Gintautas Grigelionis
Admins have all rights to stay insist on closing as many CVSS 10 score holes in JRE as possible ;) Gintas 2017-05-22 21:24 GMT+02:00 Jan Matèrne (jhm) : > I changed the buildjobs for IvyDE + IvyDE-Github to use Java7(latest). > But I prefer to use the lowest Java version we

AW: Ivy - Buildjobs/PreCommit

2017-05-22 Thread jhm
I'll try setting up the PreCommit-Job as Matrix job with Linux/Window. Jan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

AW: Ivy - Buildjobs/PreCommit

2017-05-22 Thread jhm
> > On a related note, while we are at this - does Apache infra allow the > jobs to be run against Windows OS Jenkins agents as well? There are a > few issues specifically reported against Windows OS and having the job > run against linux and Windows OS should give a decent coverage for the >

Buildjob: IvyDE

2017-05-22 Thread Jan Matèrne
I copied the IvyDE buildjob to have github support here. https://builds.apache.org/view/A/view/Ant/job/IvyDE-GithubPR/ I changed IvyDE and IvyDE to not use "Ant latest" instead "Ant 1.9.9", so it will work on Java<8. I started IvyDE and it gives me an error I could not interpret:

[GitHub] ant-ivy issue #20: Fix IVY-1522

2017-05-22 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/20 I've now updated this PR to not focus on the usage of `:` in versions and instead test the FileUtil's method itself. --- If your project is set up for it, you can reply to this email and have

Re: Buildjob: IvyDE

2017-05-22 Thread J Pai
That specific line in the build.xml[1] of the IvyDE project is trying to “get” the ivy.jar from a URL. In this case, it’s trying to fetch it from: > [get] Getting: > https://builds.apache.org/job/Ivy/lastSuccessfulBuild/artifact/build/artifact/jars/ivy.jar Since it’s https backed, there’s a

Re: Buildjob: IvyDE

2017-05-22 Thread J Pai
Is there a chance you could trigger this build to run using Java 7? I read up a few JIRA posts for the INFRA project in issues.apache.org and they seem to indicate that this probably will work fine with builds that use Java 7. I’m not 100% sure though. -Jaikiran On 22-May-2017, at 6:30 PM, J

Re: Ivy - Buildjobs/PreCommit

2017-05-22 Thread J Pai
It looks like there might be some issue with the matrix job(s) https://builds.apache.org/job/Ivy-GithubPR-Matrix/2/console From what I understand of that log, it seems like the parent matrix job (the one above) is correctly checking out the commit from the submitted PR: > Checking out

Re: [VOTE] Increase minimum Java version for Ivy to Java7

2017-05-22 Thread Matt Sicker
Isn't HTTP 2.0 only in Java 9? Otherwise you need a 3rd party library that implements the protocol support. On 22 May 2017 at 02:00, Jan Matèrne (jhm) wrote: > > Should we start talking about using HTTP/2? Then we're firmly in Java 8 > > territory :-) > > While having HTTP/2