Hi Everyone, 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 -- Website: http://earl-of-code.com -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVdE4U_5agZAMK0Bvzb%3D8BUssPXcCMAZPo8HgZo1%2B48Zag%40mail.gmail.com.
