Skip to content

Refactor: Replace deprecated CurrentUserProviderOld with CurrentUserProvider #6161

@Nishargo

Description

@Nishargo

Summary

Multiple files across the codebase still use the deprecated CurrentUserProviderOld interface. The compiler warns on every build: 'interface CurrentUserProviderOld : Any' is deprecated.
Use CurrentUserProvider instead.

Affected files

See build warnings.

Proposed solution

Replace all usages of CurrentUserProviderOld with CurrentUserProvider across the affected files and remove CurrentUserProviderOldImpl once no longer referenced.

Notes

Happy to work on this if the maintainers are open to it. Could be done file by file in separate PRs to keep changes
reviewable, or in one larger refactor PR; whatever the team prefers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions