Re: Karaf Cellar - updating a bundle in cluster

2016-09-15 Thread Jean-Baptiste Onofré
I will rebase & push. Regards JB On 09/15/2016 02:11 PM, Sergiy Shyrkov wrote: Hello, I have bundle-update on a local branch (I did feature update too). :-) Is there any chance I can get those changes (even as a diff file for now)? Kind regards Sergiy On Thu, 15 Sep 2016 14:07:10 +0200,

Re: Karaf Cellar - updating a bundle in cluster

2016-09-15 Thread Sergiy Shyrkov
Hello, I have bundle-update on a local branch (I did feature update too). :-) Is there any chance I can get those changes (even as a diff file for now)? Kind regards Sergiy On Thu, 15 Sep 2016 14:07:10 +0200, Jean-Baptiste Onofré wrote: Hi, I have bundle-update on

Re: blueprint dependency on configuration

2016-09-15 Thread Alex Soto
Can anybody give me some clues? Basically, I don’t have good default values, so I need the Blueprint context to not start until the configuration entry is added to the Configuration Manager. Best regards, Alex soto > On Sep 12, 2016, at 10:39 AM, Alex Soto wrote: >

Re: K406 breaks custom distribution on ARM

2016-09-15 Thread Markus Rathgeb
Hi, > I don't remember we upgraded Jansi for 4.0.6. I gonna check and eventually > downgrade. I will let you know. Thank you. I also don't find a version bump. $ git diff karaf-4.0.5..karaf-4.0.6 | grep -i jansi import org.fusesource.jansi.AnsiConsole; 1.11 +

Re: K406 breaks custom distribution on ARM

2016-09-15 Thread Jean-Baptiste Onofré
Hi Markus, thanks for the details. I will start to work on the Jira. Regards JB On 09/15/2016 08:11 AM, Markus Rathgeb wrote: Hi, I don't remember we upgraded Jansi for 4.0.6. I gonna check and eventually downgrade. I will let you know. Thank you. I also don't find a version bump. $ git

Re: Karaf Cellar - updating a bundle in cluster

2016-09-15 Thread Jean-Baptiste Onofré
Hi Sergiy, It depends at which level. When the cluster is "live", you can perform cluster:bundle-update / cluster:bundle-install, the event will trigger an update on the nodes. The question is more when a node joins the cluster (and so the Synchronizer is called). IMHO, it's not a good idea

Re: Karaf Cellar - updating a bundle in cluster

2016-09-15 Thread Jean-Baptiste Onofré
Hi, I have bundle-update on a local branch (I did feature update too). And good idea for modified (to be tested). Regards JB On 09/15/2016 02:00 PM, Sergiy Shyrkov wrote: Hello JB, thank you for the prompt reply! you can perform cluster:bundle-update / cluster:bundle-install, the event

Karaf Cellar - updating a bundle in cluster

2016-09-15 Thread Sergiy Shyrkov
Hello guys, I would like to ask you about the recommended way of implementing a "bundle update" in cluster with Karaf Cellar. Basically, Cellar has no notion of an "update" for existing bundle. As we are working also with SNAPSHOTs of bundles we are missing the possibility to "update" a

Re: Karaf Cellar - updating a bundle in cluster

2016-09-15 Thread Sergiy Shyrkov
Hello JB, thank you for the prompt reply! you can perform cluster:bundle-update / cluster:bundle-install, the event will trigger an update on the nodes. You mean cluster:bundle-uninstall and then bundle-install here (bundle-update does not exist)? The synchronizer (during pull) can do: if