Skip to content
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

[4.x] Modifies Helidon Connector to use WebClient and also support HTTP/2 #7582

Merged
merged 10 commits into from Sep 20, 2023

Conversation

spericas
Copy link
Member

@spericas spericas commented Sep 13, 2023

Problem Description

  • Modifies Helidon connector to use WebClient and thus support HTTP/1.1 and HTTP/2
  • Fixes problem in http2 module-info.java
  • Updates tests to verify HTTP/2 using protocol negotiation (from HTTP/1.1 and using ALPN) and prior knowledge
  • Issue 4.x: Helidon Connector support for HTTP/2 #7397

Documentation

See #7640

@spericas spericas added integration 4.x Version 4.x labels Sep 13, 2023
@spericas spericas added this to the 4.0.0-RC1 milestone Sep 13, 2023
@spericas spericas self-assigned this Sep 13, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 13, 2023
@spericas spericas marked this pull request as draft September 13, 2023 20:55
@spericas spericas force-pushed the issue-7397 branch 3 times, most recently from 391407f to 2760d97 Compare September 15, 2023 15:36
… and HTTP/2. Fixes problem in http2 module-info.java. Updates tests to verify HTTP/2 using ALPN and prior knowledge.
- Fixes problem in connector when accessing request properties
- Renames test classes for clarity
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas marked this pull request as ready for review September 18, 2023 20:21
@spericas spericas merged commit 85f5202 into helidon-io:main Sep 20, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x integration OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
Backlog
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants