-
Notifications
You must be signed in to change notification settings - Fork 53
feat: ofrep provider #1429
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
base: main
Are you sure you want to change the base?
feat: ofrep provider #1429
Conversation
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/Resolver.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 this 😃 added some comments
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/OfrepProviderOptions.java
Outdated
Show resolved
Hide resolved
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/OfrepProviderOptions.java
Outdated
Show resolved
Hide resolved
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/OfrepApi.java
Show resolved
Hide resolved
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/OfrepApi.java
Outdated
Show resolved
Hide resolved
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/OfrepApi.java
Outdated
Show resolved
Hide resolved
...iders/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/OfrepRequest.java
Show resolved
Hide resolved
...ders/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/OfrepResponse.java
Show resolved
Hide resolved
providers/ofrep/src/test/java/dev/openfeature/contrib/AppTest.java
Outdated
Show resolved
Hide resolved
bae4f4f
to
5ea2826
Compare
Signed-off-by: Rahul Baradol <[email protected]>
5ea2826
to
c18d670
Compare
Signed-off-by: Rahul Baradol <[email protected]>
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/OfrepProviderOptions.java
Outdated
Show resolved
Hide resolved
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/OfrepProvider.java
Show resolved
Hide resolved
Signed-off-by: Rahul Baradol <[email protected]>
Signed-off-by: Rahul Baradol <[email protected]>
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.
I see the review comments were addressed, thanks.
Added some more review comments on last commits, approving, can wait for others to review as well.
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/OfrepApi.java
Show resolved
Hide resolved
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/OfrepProvider.java
Outdated
Show resolved
Hide resolved
providers/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/Resolver.java
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.
Thank you this looks good to me. I am just questioning if we should maybe more often use the @Value
lombok annotation to generate record like objects. I think this could reduce some of the boilderplate even more here. Thank you
...iders/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/OfrepRequest.java
Outdated
Show resolved
Hide resolved
...ders/ofrep/src/main/java/dev/openfeature/contrib/providers/ofrep/internal/OfrepResponse.java
Show resolved
Hide resolved
Signed-off-by: Rahul Baradol <[email protected]>
Signed-off-by: Rahul Baradol <[email protected]>
Signed-off-by: Rahul Baradol <[email protected]>
This PR
Related Issues
Fixes #1413
Follow-up Tasks