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

Allow to use Jackson dependency with provided scope #661

Open
mcruzdev opened this issue Feb 11, 2024 · 1 comment
Open

Allow to use Jackson dependency with provided scope #661

mcruzdev opened this issue Feb 11, 2024 · 1 comment
Labels
added to backlog The issue was added to backlog area:client This item is related to the client extension good first issue Good for newcomers pinned Issues and PRs that must not stale

Comments

@mcruzdev
Copy link
Member

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 keycloak/keycloak#25589 and keycloak/keycloak#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 #618 (reply in thread)

@mcruzdev mcruzdev added the good first issue Good for newcomers label Feb 11, 2024
@hbelmiro hbelmiro added the added to backlog The issue was added to backlog label Feb 12, 2024
@ricardozanini ricardozanini added the area:client This item is related to the client extension label Feb 27, 2024
Copy link
Contributor

@ricardozanini @hbelmiro This is being labeled as Stale.

@github-actions github-actions bot added the Stale label Apr 28, 2024
@hbelmiro hbelmiro added pinned Issues and PRs that must not stale and removed Stale labels Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
added to backlog The issue was added to backlog area:client This item is related to the client extension good first issue Good for newcomers pinned Issues and PRs that must not stale
Projects
None yet
Development

No branches or pull requests

3 participants