Skip to content
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

Latest version does not support Java 9 Modules #440

Open
benstpierre opened this issue Jun 15, 2018 · 1 comment
Open

Latest version does not support Java 9 Modules #440

benstpierre opened this issue Jun 15, 2018 · 1 comment

Comments

@benstpierre
Copy link

@benstpierre benstpierre commented Jun 15, 2018

Issue Summary

The latest sendgrid api does not support Java 9 modules. Not only is there no module-info.java your api uses split packages which disqualifies it from use in the java 9 Module system.

You get this error when you try to use it...

Module 'yourmodule' reads package 'com.sendgrid' from both 'sendgrid.java' and 'java.http.client'

Steps to Reproduce

Try to use sendgrid 4.2.1 in a Java 9 or Java 10 app with a module-info.java file.

This article explains.
https://msayag.github.io/SplitPackage/

@thinkingserious
Copy link
Contributor

@thinkingserious thinkingserious commented Jun 25, 2018

Thanks for reporting this @benstpierre!

I have added this to our backlog. For this issue to gain priority in our backlog, we need additional +1's or a PR. When we receive a PR, that provides the biggest jump in priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.