-
Notifications
You must be signed in to change notification settings - Fork 28
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
Do not use deprecated classes and methods #1411
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to https://github.com/testcontainers/testcontainers-java/pull/9139/files this should work with confluentinc/cp-kafka
images version 7.4.0
and later and we are on the 7.6.1 version. So LGTM if CI agrees.
3ec861a
to
e37aa87
Compare
Looks like you will need a rebase. |
ee82153
to
1c83be1
Compare
changes will require new review, but I shall wait for green CI
1c83be1
to
2ee253d
Compare
run tests |
See quarkusio/quarkus#44612 for details Previous version was removed here due to deprecation: quarkus-qe/quarkus-test-framework@77ee8d5#diff-297033851be162e9f425d8b2dfdc83df0fa54100ca3714478d9a67c8690c7fbdL24
2ee253d
to
72de9db
Compare
run tests |
After an update to the class for running Kafka, testcontainers are not able to connect to cp-schema-registry container. This library is really a gift, that keeps on giving. @michalvavrik I would not be able to work on this PR during the next week, so feel free to close it and the related task |
Summary
Removes a single deprecated class and updates usage of deprecated functionality, which was completely removed earlier
Please check the relevant options
run tests
phrase in comment)Checklist: