Missing Class After Upgrade to oXygen 23.0.0.0 – ro.sync.basic.statics.StaticComponentsRegistry
Posted: Fri Aug 08, 2025 1:51 pm
Hello oXygen Support Team,
We have recently upgraded our application from oXygen SDK version 18.0.0 to 23.0.0.0.
After the upgrade, some of our unit tests fail with the following error:
This class was available in version 18.0.0, but it appears to be missing in 23.0.0.0.
Could you please confirm:
Has been removed, moved, or renamed in version 23?
If so, is there a replacement class or API we should use?
Is there a migration guide or documentation for such internal API changes between 18.0.0 and 23.0.0.0?
Any guidance or pointers to updated documentation would be greatly appreciated.
Thank you
Bikash
We have recently upgraded our application from oXygen SDK version 18.0.0 to 23.0.0.0.
After the upgrade, some of our unit tests fail with the following error:
Code: Select all
java.lang.NoClassDefFoundError: ro/sync/basic/statics/StaticComponentsRegistry
Could you please confirm:
Has
Code: Select all
ro.sync.basic.statics.StaticComponentsRegistry
If so, is there a replacement class or API we should use?
Is there a migration guide or documentation for such internal API changes between 18.0.0 and 23.0.0.0?
Any guidance or pointers to updated documentation would be greatly appreciated.
Thank you
Bikash