-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Affix settings should work with validators #52933
Labels
Comments
stu-elastic
added
>enhancement
:Core/Infra/Settings
Settings infrastructure and APIs
labels
Feb 27, 2020
Pinging @elastic/es-core-infra (:Core/Infra/Settings) |
After addressing this issue: |
stu-elastic
added a commit
to stu-elastic/elasticsearch
that referenced
this issue
Feb 28, 2020
Allow AffixSetting as validator dependencies. If a validator specifies AffixSettings as a dependency, then `validate(T, Map)` will have the concrete setting in a map. Fixes: elastic#52933
stu-elastic
added a commit
that referenced
this issue
Feb 29, 2020
Allow AffixSetting as validator dependencies. If a validator specifies AffixSettings as a dependency, then `validate(T, Map)` will have the concrete setting in a map. Fixes: #52933
stu-elastic
added a commit
to stu-elastic/elasticsearch
that referenced
this issue
Feb 29, 2020
Allow AffixSetting as validator dependencies. If a validator specifies AffixSettings as a dependency, then `validate(T, Map)` will have the concrete setting in a map. Fixes: elastic#52933
stu-elastic
added a commit
that referenced
this issue
Feb 29, 2020
stu-elastic
added a commit
to stu-elastic/elasticsearch
that referenced
this issue
Mar 4, 2020
Allow AffixSetting as validator dependencies. If a validator specifies AffixSettings as a dependency, then `validate(T, Map)` will have the concrete setting in a map. Fixes: elastic#52933
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use a validator that returns
AffixSettings
fromSetting.Validator.settings()
then trying to perform validation fails withAffix settings should be usable from
Setting.Validator.settings()
The text was updated successfully, but these errors were encountered: