Skip to content

Bump up CRT version #2836

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

Merged
merged 9 commits into from
Nov 10, 2021
Merged

Bump up CRT version #2836

merged 9 commits into from
Nov 10, 2021

Conversation

zoewangg
Copy link
Contributor

@zoewangg zoewangg commented Nov 10, 2021

Bump up CRT version that has fix for #2774 via awslabs/aws-crt-java#402

Had to set the TLS version explicitly to make the test pass because the test fails with TLS 1.3
The existing CRT H1ServerBehaviorTest.java fails with Java 11 when TLS 1.3 is used, changed to use openssl instead.

The tests use CRT HTTP client (s2n TLS implementation) to send requests to a local netty mock server. With the previous CRT version 0.15.7, the negotiated version is TLS 1.2 on CodeBuild and the tests pass. With the new CRT 0.15.8, the TLS version is 1.3 and the negotiation fails when the server uses Java TLS implementation.

@zoewangg zoewangg requested a review from a team as a code owner November 10, 2021 01:27
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@zoewangg zoewangg merged commit 52bc7a8 into master Nov 10, 2021
@zoewangg zoewangg deleted the zoewang/crt0.15.8 branch November 10, 2021 22:29
aws-sdk-java-automation added a commit that referenced this pull request Dec 14, 2023
…4209ebdc3

Pull request: release <- staging/7b27dac6-6957-4cda-a494-7e94209ebdc3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants