question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Java 11 HTTP Client

See original GitHub issue

There’s a branch that contains a Java 11 HTTP client implementation (java-11-http-client). I see it’s several commits behind master.

Is there any reason why this wasn’t merged before? Can someone tell what’s left to do? This is a really nice feature if someone doesn’t want to include Netty into their app library. 😉

I ask this because I’m willing to work on it if it’s possible.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:81
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
spfinkcommented, Oct 2, 2019

@dagnir is going to work on getting this into a better branch for further development. I believe it’s pretty far along but we definitely are open to contributions.

I think the biggest time blocker is updating our release system to be able to release this on a daily basis since our release tooling is all built to use JDK8 and not JDK11. We’ll figure out what state we are in to be able to release this and follow back up.

0reactions
nrbwcommented, Oct 8, 2021

Sorry for the late response. I found out I had trouble with SSL connexion with my S3 provider. The problem was not with the sdk itself. The only problem is that it doesn’t report for the real issue …

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exploring the New HTTP Client in Java - Baeldung
In this tutorial, we'll explore Java 11's standardization of HTTP client API that implements HTTP/2 and Web Socket.
Read more >
HttpClient (Java SE 12 & JDK 12 ) - Oracle Help Center
An HTTP Client. An HttpClient can be used to send requests and retrieve their responses. An HttpClient is created through a builder ....
Read more >
Introduction to the Java HTTP Client - OpenJDK
The HTTP Client was added in Java 11. It can be used to request HTTP resources over the network. It supports HTTP/1.1 and...
Read more >
Java 11 HttpClient Examples - Mkyong.com
This article shows you how to use the new Java 11 HttpClient APIs to send HTTP GET/POST requests, and some frequent used examples....
Read more >
Java 11 - Standard HttpClient - Tutorialspoint
With Java 11, now HttpClient is a standard. It is recommended to use instead of other HTTP Client APIs like Apache Http Client...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found