getappmap / appmap-java

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

fix: resolve output directory relative to config #274

Closed apotterri closed 4 months ago

apotterri commented 4 months ago

The appmap_dir specified in a config file should be resolved relative to the location of the config file.

For example, if appmap.yml is in the root of project, contains appmap_dir: tmp/appmap, and is discovered for tests in a submodule run by maven, the AppMaps will be in $project_root/tmp/appmap. Prior to these changes, the recordings were placed in $project_root/$submodule_dir/tmp/appmap.

Fixes #271 .

appland-release commented 4 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: