Adopt Java Platform Module System (JPMS) #10979
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The Java Platform Module System (JPMS; https://www.oracle.com/corporate/features/understanding-java-9-modules.html) has been introduced since Java 9. Cloud SDK for Java and Google API Client Libraries have not adopted the module system.
Example case: #10975
Workaround
Place the Cloud Java SDK in the class path, rather than the module path. The module path and the class path can coexist in a JVM.
References
The text was updated successfully, but these errors were encountered: