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

Use OpenapiView and AsyncapiView to generate composite namespaces #1396

Merged
merged 5 commits into from
Feb 5, 2025

Conversation

jfallows
Copy link
Contributor

@jfallows jfallows commented Feb 4, 2025

Simplifies openapi-asyncapi codebase for composite namespace generation.

return generate(binding, openapiSchemas, asyncapiSchemas);
}

protected abstract OpenapiAsyncapiCompositeConfig generate(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps it would be better methods are sorted by access level. LIke all public goes first then protected.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we are doing that, first for methods, then for inner classes / interfaces.

@jfallows jfallows requested a review from akrambek February 5, 2025 17:11
@jfallows jfallows merged commit 952aa6f into aklivity:develop Feb 5, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants