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

CXF clients based on java.net.http.HttpClient leak threads #1090

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

ppalaga
Copy link
Contributor

@ppalaga ppalaga commented Nov 3, 2023

fix #992

@@ -13,6 +13,8 @@ $ mvn clean test -Dtest=MtomTest#soak
The hard-coded default of 300 is intentionally low to make the test pass on Quarkus Platform CI.
Higher values are more likely to uncover resource leaks.

Note that there are two more soak tests in CxfClientTest - see link:../client/README.adoc#soak[../client/README.adoc].
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ppalaga ppalaga merged commit c8321d6 into quarkiverse:main Nov 3, 2023
18 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.

CXF clients based on java.net.http.HttpClient leak threads
1 participant