sendgrid / java-http-client

SendGrid's Java HTTP Client for calling APIs
https://sendgrid.com
MIT License
25 stars 78 forks source link

Unable to test under Java 11 #118

Closed kebeda closed 4 years ago

kebeda commented 5 years ago

Issue Summary

Although java-http-client compiles just fine with the Java 11 JDK, maven is unable to run the test command because of a dependency on an inappropriate version of the jacoco-maven-plugin. Bringing this dependency current will allow testing on Java 11 as well as all previous JDKs.

Steps to Reproduce

  1. Make sure maven is using a Java 11 JDK
  2. mvn test

I expect to be able to compile and test java-http-client no matter what version of the JDK is used.

Technical details:

thinkingserious commented 4 years ago

Hello @kebeda,

It looks like we are now up to date now. That said, thanks so much for taking the time to report this and to submit a PR. Much appreciated!

With best regards,

Elmer