2.2.1 - Refactor: Context & Locator
Refactor: Context
- The common Context and BaseContext no longer use the experimental ContextLocator
- Only the ContextWithLocator uses the experimental ContextLocator. Avoid using it.
Refactor: Locator
- Locator Is now more robust to handle various types with its generics. See its class comment for more info
Testing
- Updated per above
Samples
- Updated per above