Nick Mancuso

Results 3 issues of Nick Mancuso

Hi team, we are using kpm to install our plugins from a private Github repo's packages. We have no issue installing release versions, like so: ``` kpm install_java_plugin com.company:hello-world-plugin \...

Different approach from the previous pull request, completely eliminates contention in CatalogSafetyInitializer for our usages.

In https://github.com/killbill/killbill-cloud/commit/fad8cc9c0293bae6a9c7000edb4e55764af2012d, the `overrides` and `-ssl-verify` options were moved from the class level to the method level, effectively removing support for these options for install_java_plugin. ``` tomcat@a479f0653a17:~$ kpm install_java_plugin com.my-company:my-plugin...