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

Add optional deployment dependencies to reactive-messaging-kafka-deployment #36070

Merged

Conversation

ozangunalp
Copy link
Contributor

The #31446 described an issue with the build order of HR extension in regard to the RM Kafka which holds an optional dependency to it.

With this change, we are able to get the following maven build order:
Quarkus - Hibernate Reactive - Runtime
Quarkus - SmallRye Reactive Messaging - Kafka - Runtime
Quarkus - Hibernate Reactive - Deployment
Quarkus - SmallRye Reactive Messaging - Kafka - Deployment

Fixes #31446

Copy link
Member

@Sanne Sanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 21, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@cescoffier cescoffier merged commit da5ef32 into quarkusio:main Sep 25, 2023
22 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.5 - main milestone Sep 25, 2023
@ozangunalp ozangunalp deleted the rm_kafka_hibernate_dependency_fix branch September 25, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SmallRye Reactive Messaging - Kafka depends on Hibernate Reactive but is built before it
3 participants