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

2017-05-29 Thread J Pai
+1 -Jaikiran On 29-May-2017, at 4:59 PM, Nicolas Lalevée wrote: +1 Nicolas > Le 29 mai 2017 à 13:15, Jan Matèrne a écrit : > > Ivy uses Java7 from Ivy-2.5.x, so let us increase the minimum Java version > for IvyDE from 1.4 [2] to Java7, too. > > According to Eclipse Wiki [2] this will resu

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

2017-05-29 Thread Nicolas Lalevée
+1 Nicolas > Le 29 mai 2017 à 13:15, Jan Matèrne a écrit : > > Ivy uses Java7 from Ivy-2.5.x, so let us increase the minimum Java version > for IvyDE from 1.4 [2] to Java7, too. > > According to Eclipse Wiki [2] this will result in requiring Eclipse 4.4 > (from 2014) or newer. > > > > Acco

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 library that > imple

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 support would be a c

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

2017-05-20 Thread Gintautas Grigelionis
> Van: Gintautas Grigelionis > Aan: Ant Developers List ; Maarten Coene < > maarten_co...@yahoo.com> > Verzonden: vrijdag 19 mei 9:20 2017 > Onderwerp: Re: [VOTE] Increase minimum Java version for Ivy to Java7 > > Java 7 implements TLS 1.2; Ivy depends a lot more on

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

2017-05-20 Thread Gintautas Grigelionis
Sorry for sloppy suggestion, I did not mean changing the subject. My intention was to remind about another component which has Ivy as a direct dependency and that it makes sense to align their baselines. Gintas 2017-05-20 11:25 GMT+02:00 Nicolas Lalevée : > Ant Bylaws is a good read to understan

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

2017-05-20 Thread Nicolas Lalevée
Ant Bylaws is a good read to understand the process https://ant.apache.org/bylaws.html Since the initial question is about Ivy only, another vote will be needed for IvyDE. Nicolas > Le 20 mai 2017 à 04:47, J Pai a écrit : > > Not fully familiar with the vo

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

2017-05-19 Thread J Pai
Not fully familiar with the voting process and don’t know if IvyDE will require a voting thread of its own, but either way +1 for Java 7 for IvyDE too. -Jaikiran On 19-May-2017, at 12:50 PM, Gintautas Grigelionis wrote: Java 7 implements TLS 1.2; Ivy depends a lot more on network communication

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

2017-05-19 Thread Dominique Devienne
On Fri, May 19, 2017 at 7:25 AM, Jan Matèrne wrote: > As discussed on this mailing list [1] we should increase the minimum Java > version [2] from current (Ivy-2.4.0) Java5 to Java 7 (Ivy-2.5.0). > +1. --DD PS: Ivy already has trouble attracting dev attention, so I feel we should let those maki

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

2017-05-19 Thread Nicolas Lalevée
+1 Be able to test on an old jvm will be near impossible for me. Nicolas > Le 19 mai 2017 à 07:25, Jan Matèrne a écrit : > > As discussed on this mailing list [1] we should increase the minimum Java > version [2] from current (Ivy-2.4.0) Java5 to Java 7 (Ivy-2.5.0). > Decisions whether to incr

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

2017-05-19 Thread J Pai
One of the reasons, other than the fact that I haven’t personally seen anyone using Java 5 in development projects or production for many years now, has to do with the development and testing of the project itself. It’s hard to find a Java 5 runtime to actually test the product against (almost

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

2017-05-19 Thread Maarten Coene
Yes, but it's not because Ivy is compiled with Java 5 that you cannot run it with Java 7 to have TLS1.2 support. Maarten Van: Gintautas Grigelionis Aan: Ant Developers List ; Maarten Coene Verzonden: vrijdag 19 mei 9:20 2017 Onderwerp: Re: [VOTE] Increase minimum Java versio

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

2017-05-19 Thread Gintautas Grigelionis
Java 7 implements TLS 1.2; Ivy depends a lot more on network communications than Ant does. +1, but please extend the vote to the baseline of IvyDE as well. 2017-05-19 9:03 GMT+02:00 Maarten Coene : > I think we should stick to Java5 as long as Ant 1.9.x is actively > maintained.This keeps Ivy usa

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

2017-05-19 Thread Maarten Coene
I think we should stick to Java5 as long as Ant 1.9.x is actively maintained.This keeps Ivy usable for both Ant 1.9.x and Ant 1.10.x Or are there good reasons to increase the minimum Java version, like features that cannot be implemented with Java 5? But since I don't have the time at the moment

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

2017-05-18 Thread J Pai
+1 -Jaikiran On 19-May-2017, at 10:55 AM, Jan Matèrne wrote: As discussed on this mailing list [1] we should increase the minimum Java version [2] from current (Ivy-2.4.0) Java5 to Java 7 (Ivy-2.5.0). Decisions whether to increase to Java8 after that release should be make after that release. Ac