-
Notifications
You must be signed in to change notification settings - Fork 910
Add a config option to allow users to enable post quantum TLS support in CRT HTTP client #3727
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
Conversation
} | ||
} | ||
|
||
private HttpMonitoringOptions revolveHttpMonitoringOptions(ConnectionHealthConfiguration config) { |
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.
No changes have been made to these methods. I just moved them to the new class.
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.
gotcha
...-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtConfigurationUtils.java
Outdated
Show resolved
Hide resolved
} | ||
} | ||
|
||
private HttpMonitoringOptions revolveHttpMonitoringOptions(ConnectionHealthConfiguration config) { |
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.
gotcha
SonarCloud Quality Gate failed. |
Context
TlsPreference API was removed as part of #3706. This PR adds support back through a different API
Modifications
Add a config option to allow users to enable post quantum TLS support in CRT HTTP client
Testing
Added unit tests
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsscripts/new-change
script and following the instructions. Commit the new file created by the script in.changes/next-release
with your changes.License