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

Revert Quarkus to a Debezium compatible version #447

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

panga
Copy link
Contributor

@panga panga commented Dec 16, 2024

Fixes #446

@ismailsimsek
Copy link
Member

Thank you @panga for fixing this.

Is it possible to use dependencyManagement and downgrade mongodb driver instead? Because Quarkus 3.15.x is LTS version. I was planing to keep it at this version for a while. what do you think?

@panga
Copy link
Contributor Author

panga commented Dec 17, 2024

@ismailsimsek yes, I did that in e42fb9a

Notes:

  1. dependencyManagement order wins, Quarkus is imported before Debezium, I tried changing order but it fails build.
  2. dependencyManagement does not allow exclusions.
  3. Override need to be added for all Mongo dependencies since there's no BOM.
  4. I think it is best keep Quarkus version in sync with Debezium because you might find other incompatibilities.

@ismailsimsek
Copy link
Member

Thank you for the notes, i will check 1.

  • For 4. with debezium release 3.x we can upgrade and align quarks + debezium versions. so far i was waiting for debezium 3.1 release but we can as well go head with 3.0

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

Successfully merging this pull request may close these issues.

Mongo source regression in 0.8.0
2 participants