Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for Apache HTTP Client 5.x #4897

Closed
jansupol opened this issue Oct 13, 2021 · 0 comments · Fixed by #4950
Closed

Add support for Apache HTTP Client 5.x #4897

jansupol opened this issue Oct 13, 2021 · 0 comments · Fixed by #4950

Comments

@jansupol
Copy link
Contributor

Apache moved the HTTP Client to

<dependency>
    <groupId>org.apache.httpcomponents.client5</groupId>
    <artifactId>httpclient5</artifactId>
    <version>5.1</version>
</dependency>
zUniQueX added a commit to zUniQueX/jersey that referenced this issue Dec 28, 2021
Preparations steps from the migration guide - Address deprecations

Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
zUniQueX added a commit to zUniQueX/jersey that referenced this issue Dec 28, 2021
Migration to HTTP Client 5 classic APIs

Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
zUniQueX added a commit to zUniQueX/jersey that referenced this issue Dec 29, 2021
Remove other usages of HTTP Client 4.x and replace them with HTTP Client 5.x

Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
zUniQueX added a commit to zUniQueX/jersey that referenced this issue Jan 7, 2022
Copy the existing Apache connector to a new module and migrate it to HttpClient 5.x Classic APIs

Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
@jansupol jansupol linked a pull request Jan 21, 2022 that will close this issue
zUniQueX added a commit to zUniQueX/jersey that referenced this issue Mar 30, 2022
Port fix from eclipse-ee4j#4969 to HttpClient 5.x

Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
zUniQueX added a commit to zUniQueX/jersey that referenced this issue Apr 1, 2022
Remove exception on null content type

Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
@senivam senivam added this to the 2.36 milestone Apr 13, 2022
This was referenced Jun 14, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants