gestalt-config / gestalt

A Java configuration library
https://gestalt-config.github.io/gestalt/
Apache License 2.0
81 stars 2 forks source link

Add Tag Resolution strategy #194

Closed credmond-git closed 5 months ago

credmond-git commented 6 months ago

Currently Gestalt keeps each config node tree separate based on tags. When getting a config the tags must exactly match the tags in the config node. Allow users to customize the Tag Resolution Strategy so we can say for example have a strategy that allows a match of one of the tags in the config tree.