Pass evaluationContext when parsing expressions for CircuitBreaker properties #291
-
The evaluationContext is passed when parsing all the expression parameters of For example, it's passed when parsing delayExpression parameter: For example, it isn't passed when parsing openTimeoutExpression parameter: if we try to resolve this snippet of code: public static class Configs {
The only @garyrussell could you tell me if there is any reason why the evaluation context isn't passed when parsing expressions for CircuitBreaker properties? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's a bug; I will create an issue from this. |
Beta Was this translation helpful? Give feedback.
It's a bug; I will create an issue from this.