MINOR: Fix testTlsDefaults failure due to TLS 1.0/1.1 being disabled#11092
Merged
Conversation
rajinisivaram
approved these changes
Jul 20, 2021
rajinisivaram
left a comment
Contributor
There was a problem hiding this comment.
@ijuma Thanks for the PR, LGTM
Member
Author
|
Test failures are unrelated. |
ijuma
added a commit
that referenced
this pull request
Jul 20, 2021
…11092) The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail. We have already fixed this in trunk and 3.0, so this is for 2.8 and older branches. The relevant trunk commit is 530224e. We had another test with the same issue and it was fixed for all branches via #10922. Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
ijuma
added a commit
that referenced
this pull request
Jul 20, 2021
…11092) The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail. We have already fixed this in trunk and 3.0, so this is for 2.8 and older branches. The relevant trunk commit is 530224e. We had another test with the same issue and it was fixed for all branches via #10922. Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
ijuma
added a commit
that referenced
this pull request
Jul 20, 2021
…11092) The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail. We have already fixed this in trunk and 3.0, so this is for 2.8 and older branches. The relevant trunk commit is 530224e. We had another test with the same issue and it was fixed for all branches via #10922. Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
Member
Author
|
Merged to 2.8 and cherry-picked to 2.7, 2.6 and 2.5. |
udaynpusa
pushed a commit
to mapr/kafka
that referenced
this pull request
Jan 30, 2024
…pache#11092) The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail. We have already fixed this in trunk and 3.0, so this is for 2.8 and older branches. The relevant trunk commit is 530224e. We had another test with the same issue and it was fixed for all branches via apache#10922. Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The latest JDKs no longer support TLS 1.0/1.1 causing the test to fail.
We have already fixed this in trunk and 3.0, so this is for 2.8 and older
branches.
The relevant trunk commit is 530224e. We had another test with
the same issue and it was fixed for all branches via #10922.
Committer Checklist (excluded from commit message)