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

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>
@jansupol jansupol added this to To Do in Jersey Backlog Oct 13, 2021
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
@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 <[email protected]>
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 <[email protected]>
@senivam senivam added this to the 2.36 milestone Apr 13, 2022
This was referenced Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants