oci-java-sdk
oci-java-sdk copied to clipboard
No presence of module-info.class within SDK jars
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?
Thanks for reporting the issue. We will take a look and provide an update.