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

fix: scan property schema in next iteration when properties ignored #2100

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

MikeEdgar
Copy link
Member

Fixes #2098

Make sure property schemas that are not eligible for entry in the schema registry due to ignore properties are scanned in the next pass in OpenApiDataObjectScanner.

@MikeEdgar MikeEdgar added this to the 4.0.5 milestone Dec 8, 2024
@MikeEdgar MikeEdgar enabled auto-merge (squash) December 8, 2024 23:52
@MikeEdgar MikeEdgar merged commit dda7cd6 into smallrye:main Dec 9, 2024
5 checks passed
@MikeEdgar MikeEdgar deleted the issue-2098 branch December 9, 2024 00:03
@MikeEdgar MikeEdgar added the backport/3.x Issue pending backport to the 3.x series label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/3.x Issue pending backport to the 3.x series
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Usage of @JsonIgnoreProperties can generate inaccurate OpenAPI schema
2 participants