You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [misk] refactor: deprecate wisp ConcurrentMockTracer and migrate
shadow modules to misk version
## Summary
Deprecate wisp `ConcurrentMockTracer` and migrate shadow modules to use
misk version as part of misk-wisp deduplication effort. This change
follows the established pattern of consolidating functionality under
misk while maintaining backward compatibility during the transition
period.
## Changes Made
### Core Changes
- **Wisp ConcurrentMockTracer Deprecation**: Added `@Deprecated`
annotation to `wisp.tracing.testing.ConcurrentMockTracer` with proper
`ReplaceWith` guidance pointing to `misk.testing.ConcurrentMockTracer`
- **Shadow Module Migration**: Updated shadow modules to import and use
`misk.testing.ConcurrentMockTracer` instead of the wisp version
## Testing
- **Compilation Verified**: All affected modules compile successfully
without errors
- **Deprecation Warnings**: Wisp ConcurrentMockTracer now shows
appropriate deprecation warnings with migration guidance
- **Backward Compatibility**: Existing wisp tests continue to work while
showing deprecation guidance
- **Build Dependencies**: Verified that misk-testing dependencies are
properly configured
GitOrigin-RevId: a91ec605823cab94510003c955f61ecd5edfe8c7
0 commit comments