Temporarily install test version of OH Core module on operative OH system

I am doing some work to improve a particular OH core Java module. For the best test workout I would like to test just that one module by installing it on my live OH system. And if I broke anything I would like to be able to revert just that one module to the its prior standard OH release version. I think that via the Karaf console I can disable the standard OH release version of the module, and then I can put my test version of the jar file in the ‘addons’ folder and enable that module via Karaf. And vice versa. But before I mess with my operative system I would like to check with you experts please.

You can use bundle:update.
But you will need to get the original jar file in case you would like to restore it.

1 Like