Re: Aries

2018-12-03 Thread Ryan Moquin
I was always wondering how to use a resource repository with Karaf.. I want to be able to leverage requirements and capabilities.. I haven't really quite figured out how to leverage them properly yet.. figuring that out is on my to do list though :) Ryan On Wed, Nov 28, 2018, 1:23 AM Jean-Baptist

Re: Karaf - touching config files

2018-12-03 Thread Ryan Moquin
To the file? Nope, it's always the same with no modification when I tell the editor to reload it. Ryan On Mon, Dec 3, 2018, 8:16 AM Jean-Baptiste Onofré Hi Ryan, > > Did you see the property added ? I guess it's felix.fileinstall.dir right ? > > Regards > JB > > On 03/12/2018 14:04, Ryan Moquin

Re: Running Karaf 4.2.1 with OpenJDK 11

2018-12-03 Thread Ryan Moquin
Hi JB, Gotcha, I must not have hit those spots luckily. Looking forward to 4.2.2. Always get excited for another release. I noticed a thread about the issues with output in various terminals. I am hitting that in Windows 10, maybe that's one of them, though I thought that was more of an ssh li

Re: Running Karaf 4.2.1 with OpenJDK 11

2018-12-03 Thread Jean-Baptiste Onofré
Hi Javier, 4.2.2 is plan to vote for next week end. So we can expect a release on dist and Maven Central for beginning of next week. Regarding your question, if it works from Karaf vanilla, there's no reason it doesn't work in a custom distribution. Regards JB On 03/12/2018 17:46, Javier Delgad

Re: Running Karaf 4.2.1 with OpenJDK 11

2018-12-03 Thread Javier Delgadillo
Is there a schedule for releasing 4.2.2? We need to release something sooner rather than later, so we’ll stick with running on OpenJDK 8 unless a release of 4.2.2 is imminent. Then we’ll upgrade to 4.2.2 on our next release after 4.2.2 comes out. What’s puzzling to me is that if I download va

Re: Aries JAX-RS Whiteboard

2018-12-03 Thread Jean-Baptiste Onofré
No problem ;) Regards JB On 03/12/2018 14:59, Christian Schneider wrote: > Pretty cool .. sorry I missed that. > > Christian > > Am Mo., 3. Dez. 2018 um 08:33 Uhr schrieb Jean-Baptiste Onofré > mailto:j...@nanthrax.net>>: > > Hi, > > yes, it's what I said in my previous e-mail: Karaf

Re: Aries JAX-RS Whiteboard

2018-12-03 Thread Christian Schneider
Pretty cool .. sorry I missed that. Christian Am Mo., 3. Dez. 2018 um 08:33 Uhr schrieb Jean-Baptiste Onofré < j...@nanthrax.net>: > Hi, > > yes, it's what I said in my previous e-mail: Karaf example + features in > Aries. > > Regards > JB > > On 03/12/2018 08:27, Christian Schneider wrote: > >

Re: Running Karaf 4.2.1 with OpenJDK 11

2018-12-03 Thread Jean-Baptiste Onofré
Hi Ryan, all depends what part of Karaf you are using ;) Karaf 4.2.2 will be better in term of Java 11 support. Regards JB On 03/12/2018 14:08, Ryan Moquin wrote: > FWIW, I was surprised that I didn't run into any trouble with OpenJDK 11 > and 4.2.1.. maybe there is still something strange goin

Re: Karaf - touching config files

2018-12-03 Thread Jean-Baptiste Onofré
Hi Ryan, Did you see the property added ? I guess it's felix.fileinstall.dir right ? Regards JB On 03/12/2018 14:04, Ryan Moquin wrote: > Both have happened to me.  I develop on windows.  All I have to do is > open a config file while karaf is running, modify it save it and then my > text editor

Re: Running Karaf 4.2.1 with OpenJDK 11

2018-12-03 Thread Ryan Moquin
FWIW, I was surprised that I didn't run into any trouble with OpenJDK 11 and 4.2.1.. maybe there is still something strange going in some cases. Thanks for all the great work the Karaf team does. Ryan On Fri, Nov 30, 2018, 11:51 PM Freeman Fang Hi, > > FYI, we have better JDK11 support for the

Re: Karaf - touching config files

2018-12-03 Thread Ryan Moquin
Both have happened to me. I develop on windows. All I have to do is open a config file while karaf is running, modify it save it and then my text editor will tell me the file was modified on disk and ask if I want to reload it. This happens every time. I have to avoid the same config being used

Re: Karaf - touching config files

2018-12-03 Thread Jean-Baptiste Onofré
Hi Lukasz, I guess you mean that it adds the felix.fileinstall property. It allows Karaf (actually Felix FileInstall) to load the configuration from the cfg file. For 1, it's an expected behavior as you use reload. However, you should not have an infinite loop as only the first one add the prope

Karaf - touching config files

2018-12-03 Thread Lukasz Lech
Is there a reason why Karaf is touching config files when loading them using cm:property-placeholder (Blueprint config)? There are 2 issues with that: 1) If using update-strategy="reload", if 2 bundles are loading the same config, they trigger their updates in infinite loop 2) In do