Hello, I often have to do minor patch releases/updates to an existing system. What is the best way to do this? I used features to do the initial install.
Currently I am doing something like this. For each bundle that needs to be updated: (1) Find the bundle id: karaf:root> list -t 0 -s | grep <bsn> (2) Update the bundle in place: karaf:root> update <bundle id> <new maven url> (3) Restart karaf (minor changes may not need this). Is there a better way? thanks in advance, Gareth -- View this message in context: http://karaf.922171.n3.nabble.com/The-Right-Way-To-Patch-Upgrade-Bundles-tp4033327.html Sent from the Karaf - User mailing list archive at Nabble.com.
