getappmap / appmap-java

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

Unset appmap.output.directory isn't handled correctly when appmap.yml contains "appmap_dir" #204

Closed apotterri closed 1 year ago

apotterri commented 1 year ago

When the agent is run in a project that has an appmap.yml that contains appmap_dir, a warning will appear in the console. In addition, the value of appmap_dir will be ignored, and the default value (based on the build config) will be used instead.

For example, using IntelliJ to start a fresh clone of spring-projects/spring-petclinic will show this warning in the console:

17:22:27.900 [main] WARN AppMapConfig.initialize: appmap.output.directory specified, and appmap.yml contains appmap_dir. Using /Users/ajp/src/spring-projects/spring-petclinic/target/appmap as output directory.
appland-release commented 1 year ago

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

The release is available on:

Your semantic-release bot :package::rocket: