I suppose it can wait until after GA, especially since the upgrade will trigger a lot of code churn (migrating anonymous inner classes to lambdas/MRs, upgrading test cases to JUnit 5's Jupiter API, etc). We just have to remember to remove `openjdk7` and possibly `oraclejdk8` from the Travis config.
On Tue, Dec 24, 2019 at 3:33 AM Oleg Kalnichevski <[email protected]> wrote: > On Tue, 2019-12-24 at 03:07 -0500, Ryan Schmitt wrote: > > I'm a big fan of JUnit 5, and I'd really like to be able to use it in > > httpcore5-testing and httpclient5-testing; the only problem is that > > it > > requires JDK8. Could we bump those packages to JDK8, or do we need > > them to > > validate HttpComponents on JDK7? > > I personally see no problem with requiring JDK8 and JUnit5 for testing > modules but I would rather upgrade to Java 8 or even Java 11 wholesale > after 5.0 GA. > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
