getappmap / appmap-java

AppMap client agent for Java
Other
80 stars 14 forks source link

fix: use the correct ClassLoader #261

Closed apotterri closed 6 months ago

apotterri commented 6 months ago

When looking for HttpClient classes (e.g. org.apache.http.client.utils.URIBuilder), use the current thread's class loader, rather than the default.

Fixes #260 .

appland-release commented 6 months ago

:tada: This PR is included in version 1.26.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: