Published oci-java-sdk-shaded-full javadoc does not refer to shaded classes
See, for example, https://javadoc.io/static/com.oracle.oci.sdk/oci-java-sdk-shaded-full/2.38.0/com/oracle/bmc/http/ClientConfigurator.html#customizeBuilder-javax.ws.rs.client.ClientBuilder-
Here there is a reference to javax.ws.rs.client.ClientBuilder (the sole parameter the method declares). But the actual source code in question in the shaded artifact actually refers to shaded.com.oracle.oci.javasdk.javax.ws.rs.client.ClientBuilder (i.e. it's a shaded reference, by design).
I'm guessing the javadoc for this artifact was perhaps created before the shading process and then published with it?
Hi @ljnelson ,
Thanks for reporting the issue. We will take a look and provide an update.