OKTA SDK upgrade 10.3.0

Hi ,

When i try to upgrade okta.sdk version from 1.5.4 to 10.3.0 , we are seeing the below given exception. Looks like ExtensibleResource was present in older version 1.5.4 , but when we try to upgrade to latest version, we are getting the below while trying to build / run. Can you please let us know what we are missing.

class file for com.okta.sdk.resource.ExtensibleResource not found

Those are some pretty far apart major versions, it might be a bit tricky to migrate and you may just need to start over.

When you say Okta SDK version 10.3.0, I assume that means you are using our Java Mgmt SDK (whose current latest version is 10.3.0). We do have a migration guide for that library, but not all the way back to version 1.x, so unless someone else here has completed a similar migration, not sure if anyone will be able to offer you much by way of advice.

Thank you andrea for your quick response. Please refer the below given difference between both current and migration version details.

When i compared in both okta.sdk.api 1.5.4 and 10.3.0 , this particular package is missing, also we are not using any where that extensible resource, looks like internally referring.

Can you have a look on this and guide us.

Migration Versions:

com.okta.authn.sdk
okta-authn-sdk-api
2.0.0


com.okta.authn.sdk
okta-authn-sdk-impl
2.0.0


com.okta.sdk
okta-sdk-httpclient
2.0.0
runtime

	<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-api</artifactId>
<version>10.3.0</version>
com.okta.sdk okta-sdk-impl 10.3.0 runtime

Current Prod Working Versions:

com.okta.authn.sdk
okta-authn-sdk-api
1.0.0


com.okta.authn.sdk
okta-authn-sdk-impl
1.0.0


com.okta.sdk
okta-sdk-httpclient
1.5.4
runtime