-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
MINOR: Update build and test dependencies for 3.5 #13199
Conversation
b8d4f5c
to
c099371
Compare
c099371
to
7d5a182
Compare
Do we use some tool which suggests these newer versions or we do the checks manually for each release? |
I used |
JDK 11 build passed, the other two had unrelated failures:
|
@showuon This is now ready for review. |
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.
LGTM! Thanks for the PR.
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.
LGTM!
Failed tests are unrelated
Build / JDK 17 and Scala 2.13 / org.apache.kafka.common.network.SslTransportLayerTest.[2] tlsProtocol=TLSv1.2, useInlinePem=true
Build / JDK 8 and Scala 2.12 / kafka.admin.ReassignPartitionsIntegrationTest.testProduceAndConsumeWithReassignmentInProgress(String).quorum=kraft
The most recent version that didn't cause compiler or test errors was chosen.
Gradle plugin updates follow, they include minor fixes and support
for newer Java and Gradle versions:
Test/benchmark updates:
GC profiler and perfasm improvements
https://mail.openjdk.org/pipermail/jmh-dev/2022-November/003553.html
Minor fixes
https://junit.org/junit5/docs/current/release-notes/index.html#release-notes-5.9.2
A number of usability improvements, bug fixes and minor breaking changes
https://jqwik.net/release-notes.html#172
Usability improvements, perf fixes and bug fixes
https://github.com/mockito/mockito/releases/tag/v4.7.0
https://github.com/mockito/mockito/releases/tag/v4.8.0
https://github.com/mockito/mockito/releases/tag/v4.8.1
https://github.com/mockito/mockito/releases/tag/v4.9.0
Committer Checklist (excluded from commit message)