MINOR: Upgrade jetty to 9.4.27.v20200227 and jersey to 2.31#8859
MINOR: Upgrade jetty to 9.4.27.v20200227 and jersey to 2.31#8859kkonstantine merged 2 commits intoapache:trunkfrom
Conversation
|
@ijuma jersey came out with 2.31 and it is depending on 9.4.27.v20200227 jetty. Testing with 9.4.26.v20200117 is still in progress, I'm not sure what the difference is between these two in compatibility perspective. I'd rather set to the version which jersey is built with if possible. Could you check whether this version of jetty is good for rest too? |
|
ok to test |
|
Thanks for the PR @akatona84. I think it's fine to use 9.4.27, the reason we downgraded Jetty was due to an incompatibility with Jersey so that shouldn't be an issue in this case. @C0urante You added a workaround for something that was fixed in a later Jetty version, right? Can we remove this as part of this PR? |
|
Do you have a link to the release notes of both projects? Generally good to include that. |
…y 9.4.25 (apache#8369)" This reverts commit ee832d7
eafc584 to
baa9dde
Compare
|
ok to test |
|
retest this please |
|
Tests ran but didn't show up here. Only flaky failures. We should be good to go. |
kkonstantine
left a comment
There was a problem hiding this comment.
LGTM
Thanks @akatona84 !
* 'trunk' of github.com:apache/kafka: KAFKA-10168: fix StreamsConfig parameter name variable (apache#8865) MINOR: code cleanup for inconsistent naming (apache#8871) KAFKA-10138: Prefer --bootstrap-server for reassign_partitions command in ducktape tests (apache#8898) KAFKA-10185: Restoration info logging (apache#8896) KAFKA-9891: add integration tests for EOS and StandbyTask (apache#8890) MINOR: Reduce build time by gating test coverage plugins behind a flag (apache#8899) KAFKA-10141; Add more detail to log segment delete messages (apache#8850) KAFKA-10113; Specify fetch offsets correctly in `LogTruncationException` (apache#8822) KAFKA-10167: use the admin client to read end-offset (apache#8876) MINOR: Upgrade ducktape to 0.7.8 (apache#8879) KAFKA-10123; Fix incorrect value for AWAIT_RESET#hasPosition (apache#8841) KAFKA-9896: fix flaky StandbyTaskEOSIntegrationTest (apache#8883) MINOR: clean up unused checkstyle suppressions for Streams (apache#8861) MINOR: reuse toConfigObject(Map) to generate Config (apache#8889) MINOR: Upgrade jetty to 9.4.27.v20200227 and jersey to 2.31 (apache#8859) MINOR: Fix flaky HighAvailabilityTaskAssignorIntegrationTest (apache#8884) KAFKA-10147 MockAdminClient#describeConfigs(Collection<ConfigResource>) is unable to handle broker resource (apache#8853) KAFKA-10165: Remove Percentiles from e2e metrics (apache#8882) # Conflicts: # core/src/main/scala/kafka/log/Log.scala
|
@ijuma , @kkonstantine could you cherrypick this to 2.5 too please? |
|
Hi @akatona84 Additionally (and independently), note that both 2.5 and 2.6 are accepting only blockers at the moment, since they are in phase or producing release candidates. (Also, I had to merge #8893 because the method renaming has been reverted, but again, we'd need a compelling reason to backport). |
|
Hi @kkonstantine , thx for explaining and taking care of these commits. |
|
I did not find anything for that version, thanks again. |
|
Same here. Thanks for checking! |
Upgrade jetty to 9.4.27.v20200227 and jersey to 2.31
Also remove the workaround used on previous version from Connect's SSLUtils.
(Reverts KAFKA-9771 - commit ee832d7)
Committer Checklist (excluded from commit message)