google-api-java-client-services icon indicating copy to clipboard operation
google-api-java-client-services copied to clipboard

Java Module support

Open cowwoc opened this issue 6 years ago • 3 comments

The library module name keeps on changing every release because we're missing an Automatic-Module-Name entry. Please update MANIFEST.MF for all services.

See http://branchandbound.net/blog/java/2017/12/automatic-module-name/ for more information.

cowwoc avatar Feb 10 '19 20:02 cowwoc

The ideal approach would be to add module-info.java. Baring that, we should at least add Automatic-Module-Name to the manifest file.

cowwoc avatar Feb 12 '19 18:02 cowwoc

See https://github.com/googleapis/google-api-java-client/issues/1191 for a related discussion.

cowwoc avatar Feb 12 '19 18:02 cowwoc

@ajaaym, can you please get someone to work on this?

sduskis avatar Feb 13 '19 15:02 sduskis