oci-java-sdk icon indicating copy to clipboard operation
oci-java-sdk copied to clipboard

No presence of module-info.class within SDK jars

Open andrejusc opened this issue 2 years ago • 1 comments

While checking OCI SDK v2.41.0 - I don't see presence of module-info.class within jars like oci-java-sdk-common-2.41.0.jar. And no presence of Automatic-Module-Name: <module name> within MANIFEST.MF as well.

And so from JDK17 usage perspective - such is then treated as automatic modules with everything exported. Any plans to make them to be instead named modules with mostly export of public APIs/classes/interfaces?

andrejusc avatar Sep 07 '22 11:09 andrejusc

Thanks for reporting the issue. We will take a look and provide an update.

KartikShrikantHegde avatar Sep 13 '22 13:09 KartikShrikantHegde