Skip to content

deleted encrypted from Socket.#2136

Merged
SylvainJuge merged 3 commits intoelastic:masterfrom
videnkz:remove-deprecated-encrypted-from-socket
Sep 20, 2021
Merged

deleted encrypted from Socket.#2136
SylvainJuge merged 3 commits intoelastic:masterfrom
videnkz:remove-deprecated-encrypted-from-socket

Conversation

@videnkz
Copy link
Contributor

@videnkz videnkz commented Sep 18, 2021

closes #2135

Checklist

  • This is an enhancement of existing features, or a new feature in existing plugins
@github-actions github-actions bot added agent-java community Issues and PRs created by the community triage labels Sep 18, 2021
@ghost
Copy link

ghost commented Sep 18, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-09-19T15:35:00.338+0000

  • Duration: 53 min 29 sec

  • Commit: 974609f

Test stats 🧪

Test Results
Failed 0
Passed 2400
Skipped 19
Total 2419

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 2400
Skipped 19
Total 2419

Copy link
Contributor

@eyalkoren eyalkoren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kananindzya !
One small comment

Comment on lines 30 to 35
/**
* Indicates whether request was sent as SSL/HTTPS request.
*/
public Socket withEncrypted(boolean encrypted) {
this.encrypted = encrypted;
return this;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove method altogether and all its usages if there are still such left (I don't think there are)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@videnkz videnkz requested a review from eyalkoren September 19, 2021 14:29
@SylvainJuge SylvainJuge merged commit a76cb22 into elastic:master Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-java community Issues and PRs created by the community triage

3 participants