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

Split package warning with -jackson or -jsonb libraries with Quarkus #2261

Closed
josephearl opened this issue Aug 9, 2023 · 3 comments · Fixed by #2272
Closed

Split package warning with -jackson or -jsonb libraries with Quarkus #2261

josephearl opened this issue Aug 9, 2023 · 3 comments · Fixed by #2272

Comments

@josephearl
Copy link

When using smallrye-reactive-messaging-jackson or smallrye-reactive-messaging-jsonb with Quarkus you get a split package warning because both JacksonMapping and/or JsonBMapping are in the same package io.smallrye.reactive.messaging.json as JsonMapping but in different artifacts.

@josephearl josephearl changed the title Split packages with JSON Split package warning with -jackson or -jsonb libraries with Quarkus Aug 9, 2023
@cescoffier
Copy link
Contributor

Yes, we need to ensure they are not in the same package. But I don't think you can use both at the same time.

@josephearl
Copy link
Author

@cescoffier the issue is JacksonMapping is in the same package as JsonMapping (and same for JSON-B)

@cescoffier
Copy link
Contributor

Yes, I understand the issue (just opened a PR), but having both may not work as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants