Skip to content

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

Merged
spericas merged 10 commits into
helidon-io:mainfrom
spericas:issue-7397
Sep 20, 2023
Merged

[4.x] Modifies Helidon Connector to use WebClient and also support HTTP/2#7582
spericas merged 10 commits into
helidon-io:mainfrom
spericas:issue-7397

Conversation

@spericas

@spericas spericas commented Sep 13, 2023

Copy link
Copy Markdown
Member

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
Comment thread jersey/connector/src/main/java/io/helidon/jersey/connector/HelidonConnector.java Outdated
Comment thread jersey/tests/connector/pom.xml Outdated
… 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
@spericas spericas deleted the issue-7397 branch October 2, 2025 13:45
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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants