getappmap / appmap-java

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

agent jar is unsigned #256

Closed apotterri closed 6 months ago

apotterri commented 6 months ago

The agent jar needs to be signed to get the code source for Agent.class (and then the filesystem path for the jar file that contains it).

This is currently causing build failures in https://github.com/getappmap/appmap-intellij-plugin with v1.26.2.

apotterri commented 6 months ago

Even signing the jar doesn't look like it would fix the problem -- the class loader IntelliJ is using to load the plugin classes doesn't set the ProtectionDomain when it defines classes.

Closing this in favor of https://github.com/getappmap/appmap-java/issues/257