-
Notifications
You must be signed in to change notification settings - Fork 281
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
Migrate to Apache HttpClient / Core 5.x #2166
Merged
DarshitChanpura
merged 38 commits into
opensearch-project:main
from
cwperks:apache-client5
Oct 18, 2022
Merged
Changes from 36 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
b113a11
Migrate to Apache HttpClient / Core 5.x
cwperks 98285f0
Update import in AbstractHTTPJwtAuthenticator
cwperks 0ea54cb
Continue moving to Apache Client5 / Core5
cwperks 621cfb9
Run spotlessApply
cwperks 91a5188
Remove unused imports
cwperks 6af3a37
Use apache client5 in AbstractSecurityUnitTests
cwperks 8857f23
Keep SettingsBasedSSLConfigurator working with apache client4 which i…
cwperks fa3f62f
Refactor RestHelper for apache http client5
cwperks 79fe129
Run spotlessApply, update IntegrationTests.java and rename SettingsBa…
cwperks 669b4bc
Remove todos after finding v5 analog
cwperks 4ebea9f
Update with new analogs in apache http v5
cwperks 034492e
Run spotlessApply
cwperks f5eb1cd
Update Apache Client5 imports in tests
cwperks 28d201c
Update imports for HttpStatus
cwperks 74efa20
Update import in SecurityRestTestCase
cwperks 1341878
Sync common utils and opensearch versions
cwperks 0bbd92e
Run spotlessApply
cwperks 39ba151
Remove now unused gradle dependencies
cwperks 81eb84a
Changes tests to use Http 5.x client
DarshitChanpura 8e64c2e
Merge Craig's branch
DarshitChanpura e83550c
Update AuthScope to be equivalent for AuthScope.ANY from v4
cwperks 03c7519
Merge pull request #1 from DarshitChanpura/apache-client5
cwperks 5ea3dcd
Remove more references to org.apache.http
cwperks c74f895
Fix various test failures
cwperks 426f7a9
Strip extract / in request uri
cwperks 1e8818c
Change placement of common-utils in build.gradle
cwperks 4d83258
Specify common_utils_version
cwperks a4337a4
Remove unused import in RestHelper
cwperks b53fb74
Set connection manager
cwperks 5901d16
Attempt to resolve Invalid protocol version test failure
cwperks e937d09
Run spotlessApply
cwperks 6db8ffd
Fix issue passing credentials in RestHelper
cwperks 2c23df4
Remove unused import
cwperks 17344c3
Change expected count in BasicAuditlogTest from before doThenWaitForM…
cwperks adb1100
Make sure to setDefaultCredentialsProvider
cwperks 7b0e3cd
Remove unused code, use variable for so timeout and set charset in We…
cwperks 0d78ccf
Resolved org.apache.hc.core5.http.ParseException: Invalid protocol ve…
reta 77fe540
Removing cipher suites which do not provide adequate security for HTTP/2
reta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
@cwperks I will look at this one, we should good with HTTP/2 at this point