Skip to content
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

apidom-converter: utilize async plugin dispatch mechanism #3996

Closed
char0n opened this issue Apr 3, 2024 · 1 comment
Closed

apidom-converter: utilize async plugin dispatch mechanism #3996

char0n opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels

Comments

@char0n
Copy link
Member

char0n commented Apr 3, 2024

Currently OpenAPI 3.1.0 -> OpenAPI 3.0.3 converter strategy is using sync version of plugin dispatch mechanism. It needs to using async version of the dispatch mechanism so that we're able to perform async operation within the the strategy - operations like reference resolutions.

@char0n
Copy link
Member Author

char0n commented Apr 3, 2024

Addressed in #3997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant