Supposedly, the next one should be around 2021 (every 3 years was the announced intent. 11 was released in 2018), but the next JDK LTS hasn't been announced. What's wrong with JDK 11 for now? It's the latest LTS release. I would have thought JDK 11's support for HTTP/2 would be adequate, but I haven't used HTTP/2 yet. Is JDK 11 inadequate for HTTP/2?
On Sun, Sep 1, 2019 at 9:42 AM Jens Geyer <jensge...@hotmail.com> wrote: > > > Ok, but what and when will there be new stable version suitable to switch > to? > > > -----Ursprüngliche Nachricht----- > From: Christopher > Sent: Sunday, September 1, 2019 7:27 AM > To: dev@thrift.apache.org > Subject: Re: Re: [Discussion] Should thrift-java support HTTP/2 ? > > I'd strongly advise against updating the JDK requirement to 12. > Requiring JDK 11 is better, because it's considered a long-term stable > (LTS) release, and it's the latest such release. JDK 12 is not; it is > a "rapid release" to preview features which will be in the next LTS, > and support for 12 ends this month. > https://en.wikipedia.org/wiki/Java_version_history > > On Fri, Aug 30, 2019 at 10:47 PM pzh <piaopiaohu...@163.com> wrote: > > > > Hi,Jens and Randy: > > i`m working on that now, how about this plan: > > > > 1. run all the test case for httpclient HTTP/1 in lib and find the > > problems exist. > > 2. update JDK 0.8 to JDK 0.11 at least, maybe JDK0.12 be better, > > need confirmed in next step. > > 3. port all the httpclinet HTTP/2 code in lib and add test case for > > that. > > > > > > Any other supplementary advice? > > > > > > Maybe we need 2 or 3 weeks for the first demo, will need more > > details discussion and help from you in future. > > > > Thanks. > > Zhouhu. > > > > > > > > > > > > > > > > > > > > 在 2019-08-30 02:04:11,"Jens Geyer" <jensge...@hotmail.com> 写道: > > > > > >+1 in general, except for the library dependencies. > > >If upgrading Java is a realistic option (I don't use it myself), I am > > >more > > >in favour of that solution. > > > > > >JensG > > > > > > > > >-----Ursprüngliche Nachricht----- > > >From: Randy Abernethy > > >Sent: Thursday, August 29, 2019 3:22 PM > > >To: dev@thrift.apache.org > > >Subject: Re: [Discussion] Should thrift-java support HTTP/2 ? > > > > > >+1 for http/2 support > > > > > > > > >On Thu, Aug 29, 2019, 08:19 pzh <piaopiaohu...@163.com> wrote: > > > > > >> HTTP/1, is a little out of date, so i propose to replace HttpClient > > >> with a > > >> third-party jar that supports HTTP/2, such as OkHttp, or upgrade the > > >> java > > >> version that supports HTTP/2. > > > > > > >