TWCable / cq-gradle-plugin

DEPRECATED: A number of plugins for making it easier to work with Gradle and Adobe CQ/AEM
Apache License 2.0
19 stars 6 forks source link

Gets rid of NPE when uninstalling #20

Closed jdigger closed 9 years ago

jdigger commented 9 years ago

If the package contains a non-OSGi jar file, the uninstaller would get an NPE.

Fixed both at the point where the NPE would happen, as well preventing the collection of symbolic names from having nulls in it in the first place. Also added logging that will warn the user that the package contains non-OSGi jars, which shouldn't happen.

Fixed GH-9

jdigger commented 9 years ago

@scopp @cculb Can you please review?

jbornemann commented 9 years ago

+1

scopp commented 9 years ago

oh nice, that was a annoying bug. :+1: