Re: Local repositories and snapshot bundles

2023-11-08 Thread Pavel Perikov
Thanks, JB. Actually I did discover this, but failed to report :) You’re right, watching local repositories works ok, and I believe I can explicitly fetch bundles from remote repos (maybe using cellar features). Best regards, Pavel > On 8 Nov 2023, at 20:24, Jean-Baptiste Onofré wro

Re: Local repositories and snapshot bundles

2023-11-08 Thread Jean-Baptiste Onofré
Hi, Do you want to watch remote repositories ? Currently, Karaf is only to watch local repository. We have a Jira about that. Regards JB On Thu, Nov 2, 2023 at 2:55 PM Pavel Perikov wrote: > > I’d like to comment on what my goal is. > > I’d like to have a bunch of Karaf instances running in a

Re: Local repositories and snapshot bundles

2023-11-02 Thread Pavel Perikov
I’d like to comment on what my goal is. I’d like to have a bunch of Karaf instances running in a cluster watching the development repo for new -SNAPSHOT bundles and updating the bundle as newer snapshot is available. I’m currently out of ideas. It seems that since the bundle is installed it is

Local repositories and snapshot bundles

2023-11-02 Thread Pavel Perikov
Hi everybody. I’m using apache karaf-4.4.4. In clean configuration I made a single modification to org.ops4j.pax.url.mvn.repositories= \ http://beelink:4000/snapshots@id=perikov@snapshots@noreleases, \ to add my own repository. Then I install the bundle org.name.0.1.0-SNAPSHOT from this