Netcentric / vault-upgrade-hook

Jackrabbit FileVault Install Hook to perform additional actions during package installation
Eclipse Public License 1.0
19 stars 13 forks source link

Vault Upgrade Hook does not work with GroovyConsole 15 #55

Closed nc-andreashaller closed 4 years ago

nc-andreashaller commented 4 years ago

Due to an incompatible update of one of the classes in the GroovyConsole the execution of the upgrade hook fails with

java.lang.IncompatibleClassChangeError: Found interface com.icfolson.aem.groovy.console.response.RunScriptResponse, but class was expected

nc-andreashaller commented 4 years ago

done with https://github.com/Netcentric/vault-upgrade-hook/pull/56

pun-ky commented 4 years ago

thank you very much @nc-andreashaller, however in the meantime Groovy Console 16.0.0 has been released. most probably it will be compatible but that need to be confirmed

nc-andreashaller commented 4 years ago

indeed, I think there is no official content package for installation yet, as soon as it is out I'll run our integration tests with it to see compatibility.

pun-ky commented 4 years ago

I confirm that it is working also with 16.x properly.

Once again, thank you very much for your help. Have a nice day! ;)