getappmap / appmap-intellij-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Java agent JAR file is downloaded from Maven Central

apotterri opened this issue · comments

The plugin should first try to download the latest version of the agent JAR from Maven Central. If it cannot. it should fall back to the current behavior of downloading from GitHub.

Failures should be written to the log. But, because the plugin now bundles a version of the agent JAR, they should just be warnings.

@apotterri Ping me if you need help with the current code.
Starting point would be appland.javaAgent.AppMapJavaAgentDownloadService#downloadJavaAgentSync and method appland.javaAgent.AppMapJavaAgentDownloadService#downloadAgentJarFile.