Refresh onfido-java after onfido-openapi-spec update (4a7f7a9)#173
Open
devops-automation-onfido wants to merge 2 commits intomasterfrom
Open
Refresh onfido-java after onfido-openapi-spec update (4a7f7a9)#173devops-automation-onfido wants to merge 2 commits intomasterfrom
devops-automation-onfido wants to merge 2 commits intomasterfrom
Conversation
d06334d to
d491bfa
Compare
Update all test files to use the new request builder pattern with .execute() calls. This change supports the useSingleRequestParameter OpenAPI Generator option which prevents breaking changes when adding optional parameters to API methods. Key changes: - Updated TestBase helper methods to call .execute() on API request objects - Fixed reflection-based helpers (repeatRequestUntilStatusChanges, etc.) - Updated all integration test files to use the new pattern - Modified API calls from direct invocation to builder pattern with .execute() - Fixed PasskeyManagementTest to use .executeWithHttpInfo() for delete operations Example: - Before: onfido.findApplicant(id) - After: onfido.findApplicant(id).execute() All tests passing.
d491bfa to
675dd05
Compare
sanchapereira
approved these changes
Feb 13, 2026
DavidMealha-Onfido
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-generated PR with changes till commit onfido/onfido-openapi-spec@4a7f7a9 (included)
Additional changes: