-
Notifications
You must be signed in to change notification settings - Fork 49
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
fix: int/float auto-conversion #472
Conversation
Signed-off-by: DBlanchard88 <[email protected]>
Signed-off-by: DBlanchard88 <[email protected]>
Signed-off-by: DBlanchard88 <[email protected]>
...s/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/e2e/steps/StepDefinitions.java
Show resolved
Hide resolved
...est/java/dev/openfeature/contrib/providers/flagd/resolver/process/InProcessResolverTest.java
Show resolved
Hide resolved
...rc/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/InProcessResolver.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix and the testing @DBlanchard88 . Approved, but I will wait to see if @Kavindu-Dodan has a more elegant approach for this. If not, I will merge.
...rc/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/InProcessResolver.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@toddbaert feel free to go ahead with the merge :)
Sure I'll wait a bit for @DBlanchard88 to check out your suggestion. |
…s/flagd/resolver/process/InProcessResolver.java Co-authored-by: Kavindu Dodanduwa <[email protected]> Signed-off-by: David Blanchard <[email protected]>
…ure#472) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fixes: #470