-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Bump smallrye-open-api from 2.3.1 to 3.1.1 #29815
Conversation
Also includes - version management of microprofile-openapi-api at version 2.0.1 - Jakarta rewrite version management of microprofile-openapi-api at version 3.0
/cc @gsmet, @manovotn, @maxandersen, @radcortez, @Sanne |
<smallrye-common.version>1.13.2</smallrye-common.version> | ||
<smallrye-config.version>2.13.0</smallrye-config.version> | ||
<smallrye-health.version>3.3.1</smallrye-health.version> | ||
<smallrye-metrics.version>3.0.5</smallrye-metrics.version> | ||
<smallrye-open-api.version>2.3.1</smallrye-open-api.version> | ||
<smallrye-open-api.version>3.1.1</smallrye-open-api.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this version will work in main
with the javax
packages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's correct. The scanning is all Jandex-based and both top-level packages are scanned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If main
includes the Jakarta migration (or even MP 6), I'll need to update the version for microprofile-openapi.version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, no, what you did is perfect.
Marking ready for review, let's see how the CI behaves :-) |
Also includes
SmallRye OpenAPI 3.1.x supports MicroProfile OpenAPI 2.0, 3.0, and 3.1 (TCK results attached to the release).
This PR updates to the latest SmallRye version, keeps the MicroProfile OpenAPI version the same as v2.3.1, and uses MicroProfile OpenAPI version 3.0 for the Jakarta migration. Eventually, using MicroProfile OpenAPI 3.1 will allow for MicroProfile 6.0 compliance.