getappmap / appmap-java

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

Instrumentation of Scala classes fails #253

Closed apotterri closed 6 months ago

apotterri commented 7 months ago

Trying to use the agent in https://github.com/playframework/play-samples/tree/3.0.x/play-scala-rest-api-example fails. The Play framework's classloader doesn't consult its parent when asked to load agent classes. This means that the class references in the Byte Buddy advice can't be resolved.

appland-release commented 6 months ago

:tada: This issue has been resolved in version 1.26.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: