-
Notifications
You must be signed in to change notification settings - Fork 62
feat(java-sdk): Makefile changes for streamed list objects generate #656
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
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughA Makefile modification updates the Java client build process to use the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2–3 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Pull Request Overview
This pull request enables streaming endpoint support in the Java SDK by switching from the standard build target to the streamed variant. This aligns Java with Python, which already uses the streamed build process.
- Changes the Java SDK build process to include streaming endpoints from the OpenFGA API
- Specifically adds support for
/streamed-list-objectsendpoint that was previously excluded
Description
This is for streamed list objects support in the Java SDK. This was used to generate the API layer for streamed list objects endpoint which was earlier intentionally excluded due to lack of support.
What problem is being solved?
For #76 in the java-sdk
#76
Generates API layer for openfga/java-sdk#244
How is it being solved?
What changes are made to solve it?
References
Review Checklist
main