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

Refactor package io.smallrye.openapi.runtime.io and subpackages #1759

Merged
merged 8 commits into from
Mar 14, 2024

Conversation

MikeEdgar
Copy link
Member

This PR refactors the I/O functionality from a collection of static methods to a structured object tree. The aim is to decouple the underlying JSON library in use from the construction and serialization of the OpenAPI model and also to get more code reuse between commonly structured models.

@MikeEdgar MikeEdgar force-pushed the refactor-io branch 6 times, most recently from 74350f3 to ea962ab Compare March 6, 2024 21:27
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
@MikeEdgar MikeEdgar marked this pull request as ready for review March 11, 2024 23:48
@MikeEdgar
Copy link
Member Author

I think this is in a pretty good state at this point. Following the merge of this I will put up a PR for #1762

@MikeEdgar MikeEdgar added this to the 3.11.0 milestone Mar 11, 2024
Copy link

sonarcloud bot commented Mar 11, 2024

@MikeEdgar MikeEdgar merged commit cbd7f5e into smallrye:main Mar 14, 2024
6 checks passed
@MikeEdgar MikeEdgar deleted the refactor-io branch March 14, 2024 17:09
@MikeEdgar MikeEdgar linked an issue Mar 14, 2024 that may be closed by this pull request
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.

Null values in JSON examples are suppressed in OpenAPI YAML
2 participants