-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client incompatible with JPMS modules #697
Comments
|
Create a dist actually compiled against JDK 11 🙄 |
Just to clarify, the current jar is incompatible with JDK11+ built applications. Many libs bumped a major version to do this, in your case, 4.x could continue as J8 then a 5.x could target JDK11+. See https://github.com/brettwooldridge/HikariCP for example |
Bump |
This is a reopen request for #440 and #566, which have not been fixed. Specifically, since you provide classes in the
com.sendgrid
namespace from multiple jars, it is not possible to use your client from the modulepath.JPMS went GA four years ago and was available in preview for some time before that, and Java 11 is about to be replaced as the LTS baseline by Java 17. Getting the SendGrid client working with JPMS will not be overly difficult, and it's a blocker for some of your users.
The text was updated successfully, but these errors were encountered: