Skip to content

fixing httpclient vulnerability in integration tests#2018

Merged
venmanyarun merged 2 commits into
OpenLiberty:mainfrom
venmanyarun:httpclient_fix
May 12, 2026
Merged

fixing httpclient vulnerability in integration tests#2018
venmanyarun merged 2 commits into
OpenLiberty:mainfrom
venmanyarun:httpclient_fix

Conversation

@venmanyarun
Copy link
Copy Markdown
Contributor

@venmanyarun venmanyarun commented May 11, 2026

fixing httpclient vulnerability in integration tests

Changes tests to use httpclient 4.5 , and referred official documentation quickstart examples
https://hc.apache.org/httpcomponents-client-4.5.x/quickstart.html

  • Replaced commons-httpclient:commons-httpclient:3.1 with org.apache.httpcomponents:httpclient:4.5.14 in all integration test POMs where httpclient is referenced.

  • Updated imports and API usage from commons-httpclient 3.x to Apache HttpComponents 4.x

@venmanyarun venmanyarun requested a review from cherylking May 11, 2026 04:37
Copy link
Copy Markdown
Member

@cherylking cherylking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@venmanyarun venmanyarun merged commit ae828b4 into OpenLiberty:main May 12, 2026
23 of 24 checks passed
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.

2 participants