Latest version does not support Java 9 Modules #440
Labels
difficulty: unknown or n/a
fix is unknown in difficulty
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
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/
The text was updated successfully, but these errors were encountered: