I was taking a look at an issue in the WMI Windows Agents Plugin. This plugin depends on the lib-windows-remote-command library which depends on extras-jinterop-wmi which in turn depends on the j-interop library. Currently it is using what looks like a fork of the original library under Kohsuke's name:
<dependency>
<groupId>org.kohsuke.jinterop</groupId>
<artifactId>j-interop</artifactId>
<version>2.0.6-kohsuke-1</version>
</dependency>
I can't seem to find the code for this. There is a version 3.0 from the original source, but I was interested in understanding what differences there are between what Kohsuke released and what was in the original library. Does anyone have any insight into this?
Thanks,
Alex
--