-
Notifications
You must be signed in to change notification settings - Fork 55
feat: allowing null/missing default values #1511
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
feat: allowing null/missing default values #1511
Conversation
Signed-off-by: Rahul Baradol <[email protected]>
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 contribution, @Rahul-Baradol.
I've added some comments on things that cached my attention.
Wondreing what the Gherkin tests will reveal.
...rc/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/InProcessResolver.java
Outdated
Show resolved
Hide resolved
...rc/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/InProcessResolver.java
Outdated
Show resolved
Hide resolved
...rc/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/InProcessResolver.java
Outdated
Show resolved
Hide resolved
@Rahul-Baradol if it's any help, here is my JS implementation of the same thing. I'm happy to add the e2e tests here once your implementation is complete, so you can ignore that part. |
FYI, I've updated the title to remove the |
Signed-off-by: Simon Schrottner <[email protected]>
Signed-off-by: Simon Schrottner <[email protected]>
@Rahul-Baradol i hope you dont mind me fixing your conflict, and activating our e2e test suite for your feature. Now this code runs against the e2e tests which we are also using in other languages. |
Sure, I don't have issues ! |
...rc/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/InProcessResolver.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Rahul Baradol <[email protected]>
This PR
FLAG_NOT_FOUND
,Related Issues
Fixes #1438