Skip to content

Refresh onfido-java after onfido-openapi-spec update (4a7f7a9)#173

Open
devops-automation-onfido wants to merge 2 commits intomasterfrom
release-upgrade
Open

Refresh onfido-java after onfido-openapi-spec update (4a7f7a9)#173
devops-automation-onfido wants to merge 2 commits intomasterfrom
release-upgrade

Conversation

@devops-automation-onfido
Copy link
Collaborator

@devops-automation-onfido devops-automation-onfido commented Feb 12, 2026

Auto-generated PR with changes till commit onfido/onfido-openapi-spec@4a7f7a9 (included)

Additional changes:

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants