dikhan / pagerduty-client

Simple PagerDuty client with full integration with PagerDuty Events APIs v2
https://dikhan.github.io/pagerduty-client/
MIT License
23 stars 27 forks source link

Thread leak from Unirest 1.x.y usage #26

Open lrpaquet opened 3 years ago

lrpaquet commented 3 years ago

Hi,

There's a thread leak coming with the usage of unirest in pagerduty-client.

We are using pagerduty-client through pagerduty-plugin in Jenkins.

Issue was logged here, but under pagerduty-plugin : https://issues.jenkins.io/browse/JENKINS-53214

h7kanna commented 2 years ago

Forked here https://github.com/h7kanna/pagerduty-client Uses JDK11 HttpClient and removes unirest as dependency.