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

Java 11 support: HttpClient #988

Closed
iluwatar opened this issue Oct 12, 2019 · 4 comments
Closed

Java 11 support: HttpClient #988

iluwatar opened this issue Oct 12, 2019 · 4 comments

Comments

@iluwatar
Copy link
Owner

This task is part of the Java 11 transition plan https://github.com/iluwatar/java-design-patterns/wiki/16.-Java-11-Transition

Patterns Aggregator Microservices and API Gateway are currently using Apache HttpClient in their implementation. Java 11 provides its own HttpClient and we should switch to that instead to get rid of unnecessary external dependencies.

Links:
https://winterbe.com/posts/2018/09/24/java-11-tutorial/#http-client

@oconnelc
Copy link
Contributor

I'd be interested in looking into this, can I go ahead and try?

@iluwatar
Copy link
Owner Author

Ok @oconnelc

@oconnelc
Copy link
Contributor

Which version of JDK should I compile against? Should I use Oracle or Openjdk?

@iluwatar
Copy link
Owner Author

We have just switched to openjdk11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants