Skip to content

Make methods in VaultConfigDataLoader and VaultConfigDataLocationResolver more accessible (protected/public) #741

@yidongnan

Description

@yidongnan

When extending VaultConfigDataLoader and VaultConfigDataLocationResolver for customized development, I encountered some obstacles. Certain methods in these classes are set to private, making it impossible to reuse existing logic or override specific behaviors when inheriting these classes.

To enable more flexible extensibility, I suggest changing the access modifiers of these methods from private to protected or public.

If this suggestion is accepted, I am willing to create a merge request for this change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions