quarkus-openapi-generator icon indicating copy to clipboard operation
quarkus-openapi-generator copied to clipboard

Allow to use Jackson dependency with provided scope

Open mcruzdev opened this issue 1 year ago • 1 comments

I use the quarkus-openapi-generator in a Keycloak extension. Currently, it is not possible to include the quarkus-rest-client-reactive-jackson dependency without resulting in conflicts. So, I set this dependency to provided and included the dependency in the Keycloak runtime. It is more of a workaround for https://github.com/keycloak/keycloak/issues/25589 and https://github.com/keycloak/keycloak/issues/20926. Even without this issue, it could help write extensions where the Quarkus runtime already provides the required dependencies. Of course, for standalone applications, this provides no additional benefit.

Originally posted by @koplas in https://github.com/quarkiverse/quarkus-openapi-generator/discussions/618#discussioncomment-8419783

mcruzdev avatar Feb 11 '24 01:02 mcruzdev

@ricardozanini @hbelmiro This is being labeled as Stale.

github-actions[bot] avatar Apr 28 '24 12:04 github-actions[bot]