-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Spring 5 support for spring-kafka-test #719
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
Comments
Would you mind being more precise? |
spring-kafka-test has spring-retry dependency wich refeers to a spring 4.x version and that leads my tests to have some class not found.. I did make a PR on it spring-projects/spring-retry#117 to upgrade it. |
Well, that's not so easy to move Spring Retry to Spring 5, because the last one requires Java 8 minimum and for that reason we would need to start a version To fix the problem in your project you need to
I would say that exactly this fix has to be done here in this Spring Kafka project. |
I'm not sure to well understand why you don't want to upgrade versions, but
ok. I did try to exclude spring-retry and spring-core from transitive test
dependencies and it hasn't been enough. I'll try to exclude the whole
groupId and let you know. Thanks for your time
|
Just bumping version is not enough to start a new major version. Nevertheless, there is no reason to start a new major version because everything is compatible in the current state. I didn't tell you to exclude Your PR to Spring Retry is a different story and I already explained my vision for that: I'm afraid it is going to be reject as non-valuable and fully breaking changes fix. |
The PR is now opened about this issue : #721 |
Fixes #719 Exclusion of Spring 4.X transitive dependencies from Spring-Retry **Cherry-pick to 2.1.x and 2.0.x** # Conflicts: # build.gradle
Fixes #719 Exclusion of Spring 4.X transitive dependencies from Spring-Retry **Cherry-pick to 2.1.x and 2.0.x** # Conflicts: # build.gradle
Fixes spring-projects/spring-kafka#719 Exclusion of Spring 4.X transitive dependencies from Spring-Retry **Cherry-pick to 2.1.x and 2.0.x**
Hi all,
Can spring-kafka-test support spring 5 in the next release ?
I can help on that subject if needed.
Thx !
The text was updated successfully, but these errors were encountered: