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

Remove deprecated smallrye-open-api method overrides #5028

Merged
merged 1 commit into from
Oct 30, 2019
Merged

Remove deprecated smallrye-open-api method overrides #5028

merged 1 commit into from
Oct 30, 2019

Conversation

MikeEdgar
Copy link
Contributor

The methods getMethodParameterJaxRsInfo and parameterIn in
RESTEasyExtension were meant to add support for RESTEasy annotations
during the OpenAPI scan process. As support for those annotations is now
present in smallrye-open-api and the methods have been deprecated, the
overrides are no longer necessary. This change allows smallrye-open-api
to prune the methods from its API.

The methods `getMethodParameterJaxRsInfo` and `parameterIn` in
`RESTEasyExtension` were meant to add support for RESTEasy annotations
during the OpenAPI scan process. As support for those annotations is now
present in smallrye-open-api and the methods have been deprecated, the
overrides are no longer necessary. This change allows smallrye-open-api
to prune the methods from its API.
@kenfinnigan kenfinnigan added this to the 0.28.0 milestone Oct 30, 2019
@kenfinnigan kenfinnigan added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Oct 30, 2019
@gwenneg gwenneg merged commit e3f40b5 into quarkusio:master Oct 30, 2019
@MikeEdgar MikeEdgar deleted the remove_deprecated_openapi_methods branch June 28, 2020 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants