googleapis / java-bigquery

Apache License 2.0
108 stars 118 forks source link

Add JPMS support to google-cloud-bigquery (and other Google Cloud libraries) #3253

Open Sam-Bate-ITV opened 2 months ago

Sam-Bate-ITV commented 2 months ago

Please add support for JPMS by adding module-info.java file to (google-cloud-bigquery/src/main/java/module-info.java).

This will depend on the com.google.cloud:* dependencies having been modularised first.

It will enable users to use jlink with projects that depend on bigquery

PhongChuong commented 2 months ago

This issue largely depends on sdk-platform-java also implementing the change. This will be updated if there are any plans to do so.