-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Steps to reproduce
Given that the Microsoft.PowerShell.ThreadJob is going to replace the ThreadJob going forward, a proxy module of ThreadJob
should be released to PowerShell Gallery to point to Microsoft.PowerShell.ThreadJob
and to warn about deprecation of ThreadJob
.
Here is the decision from PowerShell Committe:
- Include the newer Microsoft.PowerShell.ThreadJob module - fixes #19742 PowerShell#19744 (comment)
- Include the newer Microsoft.PowerShell.ThreadJob module - fixes #19742 PowerShell#19744 (comment)
Create a new version of the ThreadJob module which proxies to the new Microsoft.PowerShell.ThreadJob module
- the proxy should include a warning message that the ThreadJob module will be deprecated and removed in PS 7.6
I agree it would make sense to have the ThreadJob module on PSGallery also indicate being deprecated and using Microsoft.PowerShell.ThreadJob instead. In that case, I would also agree that proxy module would be done outside of this PR and repo since it's published to PSGallery. It would make sense to have that proxy developed in https://github.com/powershell/threadjob
Expected behavior
A proxy module of ThreadJob to be published to PowerShell Gallery, to call out it's being deprecated.
Actual behavior
N/A
Error details
No response
Environment data
N/A
Version
N/A
Visuals
No response