You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With OCI SDK version 3.25.1 I am getting a build failure with below error:
[main] ERROR org.apache.maven.plugin.compiler.CompilerMojo - /mnt/docker/jenkins/workspace/Build_ppln_faw-etl-services/biapps-etl-services-war/src/main/java/oracle/apps/bi/etl/services/util/CommonETLUtils.java:[4872,9] cannot access com.oracle.bmc.http.internal.BaseSyncClient
class file for com.oracle.bmc.http.internal.BaseSyncClient not found
[main] INFO org.apache.maven.plugin.compiler.CompilerMojo - 1 error
The error is thrown from the line where new SecretsClient(provider) is called.
@udayinfy This could be an issue of mixing and matching the versions, which is not supported and you have to change your project to make all these oci-java-sdk-* versions the same. You can run the attached shell script (in the same directory as your pom.xml) to check the same. check-oci-java-sdk-versions.sh.zip
With OCI SDK version 3.25.1 I am getting a build failure with below error:
The error is thrown from the line where
new SecretsClient(provider)
is called.note: the same code has been working with older version e.g version 2.51.2
The text was updated successfully, but these errors were encountered: