microprofile-openapi dependency version #31341
-
Hi, I'm using quarkus 2.16.3.Final and I have some doubt on dependencies in my project.
If I look at the dependency of io.smallrye:smallrye-open-api-core[1] I see it depends on org.eclipse.microprofile.openapi:microprofile-openapi-api 3.1 as it is confirmed also from eclipse: Can anyone help me to understand what is happening here? Thanks in advance [1]https://github.com/smallrye/smallrye-open-api/blob/3.1.1/pom.xml |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
/cc @EricWittmann (openapi), @MikeEdgar (openapi), @phillip-kruger (openapi) |
Beta Was this translation helpful? Give feedback.
-
@ottuzzi-at-vegans , smallrye-open-api 3.1 and above uses MicroProfile OpenAPI 3.1, but supports 2.0 and 3.0 as well. Until just recently Quarkus managed the version of the MicroProfile dependency to 2.0.1. The 3.0 release of Quarkus will have what you expect. |
Beta Was this translation helpful? Give feedback.
@ottuzzi-at-vegans , smallrye-open-api 3.1 and above uses MicroProfile OpenAPI 3.1, but supports 2.0 and 3.0 as well. Until just recently Quarkus managed the version of the MicroProfile dependency to 2.0.1. The 3.0 release of Quarkus will have what you expect.