Hi folks,
We are using a custom plugin in Bitbucket 7.x version currently. While trying to upgrade to Bitbucket 8.x we are see an error. This plugin is using/expecting the package: com.atlassian.utils.process in the error as show below:
1missing requirement [com.cloudflare.bitbucket.plugin.<custom_plugin_name>.<custom_plugin_name>-hook [165](R 165.0)] osgi.wiring.package; (osgi.wiring.package=com.atlassian.utils.process)
It turns out that this package has been removed from Bitbucket 8.x as it is no longer used to run processes.
Unfortunately, I could not find any official documentation stating the deprecation of the package, only a community post for reference:
What package could we use instead?