On Wed, 9 Jun 2021 at 17:26, Alex Herbert <alex.d.herb...@gmail.com> wrote:
>
> On Wed, 9 Jun 2021 at 17:03, John Patrick <nhoj.patr...@gmail.com> wrote:
>
> > Have you tried "9" instead of "1.9"?
> >
>
> I've corrected that in the pom, thanks.
>
> I think the issue is that Gilles used JDK 8 to try and build it. You can
> run using the project's main artifacts using JDK 8, but the build now
> requires JDK 9 for the tests and JMH performance tests.

That seems wrong. If the code targets Java 8, it must be possible to
test it using Java 8.

It's possibly OK to require JDK 9 for performance tests.

> I've
> successfully used JDK 9 and JDK 11 for the build.
>
> Travis CI is using JDK 11 and the Jenkins server is using JDK 9 for the
> main build and JDK 11 for the sonarcloud analysis build.
>
> Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to