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

[MRESOLVER-415] The "jdk" transport #343

Merged
merged 5 commits into from
Oct 18, 2023
Merged

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Oct 17, 2023

This is just the (functional) implementation of Resolver "jdk" HTTP/2 transport, tests are coming as part of MRESOLVER-417.


https://issues.apache.org/jira/browse/MRESOLVER-415

This is still WIP, but just wanted to showcase how I thought to implement
this transport to give meaningful message on Java8, but also make it
reusable (it produces 3 JARs).

Naturally, in general case you'd depend on jdk.jar (multi-release), but
still you can use jdk-11.jar if you want.

Demo snippets modified just to use jdk transport.

The PR is far from done, as no test exists yet, just the main
code is copied from HTTP/2 transport showcase PR.

---

https://issues.apache.org/jira/browse/MRESOLVER-415
@cstamas cstamas added this to the 2.0.0 milestone Oct 17, 2023
@cstamas cstamas self-assigned this Oct 17, 2023
@cstamas cstamas marked this pull request as ready for review October 18, 2023 18:09
@cstamas cstamas merged commit a6f5024 into apache:master Oct 18, 2023
10 checks passed
@cstamas cstamas deleted the MRESOLVER-415-jdk branch October 18, 2023 18:10
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.

1 participant