zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
159 stars 89 forks source link

Vnext version 3.0 of Zowe Explorer uses a non-existent API #2918

Open gejohnston opened 1 month ago

gejohnston commented 1 month ago

Describe the bug

I noticed that in the next branch of ZE, the file zowe-explorer-vscode/packages/zowe-explorer-api/src/profiles /ProfilesCache.ts uses the function imperative.ConfigBuilder.convert.

The function imperative.ConfigBuilder.convert no longer exists in the next branch of the Zowe CLI SDK. I suspect that the ZE team used an older snapshot of the CLI vNext SDK, and has not yet updated to use a newer snapshot.

I think that once ZE uses a newer CLI SDK version, ZE will not even compile. ZE code will have to be refactored to use a new CLI SDK function and interfaces before ZE will work again.

I open this issue so that the ZE team is aware of failures that will likely occur after they perform a routine update to a newer version of the CLI SDK.

To Reproduce

Expected behavior

Screenshots

Desktop (please complete the following information):

Additional context

github-actions[bot] commented 1 month ago

Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

JTonda commented 1 month ago

This will have to be addressed when we update our cli sdks.