Re: Help migrating jclouds/Karaf integration to Java 8

2018-07-11 Thread Jean-Baptiste Onofré
Hi Ignasi, yes, I started on a private branch. Let me push on my github and share with you. Regards JB On 11/07/2018 18:28, Ignasi Barrera wrote: > Hi Jean-Baptiste, > > Did you have a chance to have a look at this? Is there anything we can > do to help, or do you have any pointers that could

Re: Help migrating jclouds/Karaf integration to Java 8

2018-07-11 Thread Ignasi Barrera
Hi Jean-Baptiste, Did you have a chance to have a look at this? Is there anything we can do to help, or do you have any pointers that could help us move forward in the right direction? Thanks, I. On 11 June 2018 at 10:26, Andrea Turli wrote: > Thanks guys for this, I've been having hard

Re: Karaf assembly plugin property edits erasing properties

2018-07-11 Thread Jean-Baptiste Onofré
Oh it's when you edit the properties, I see. Le 11 juil. 2018 à 16:08, à 16:08, SvS a écrit: >Karaf version 4.1.5 have the same problem and the plugin did not work >well. I >have created a pull request ( GitHub Pull Request #544 > ) to fix it > > >

Re: Karaf assembly plugin property edits erasing properties

2018-07-11 Thread Jean-Baptiste Onofré
I'm reviewing it but I'm a bit surprised as we are using internally for the Karaf standard distribution. Le 11 juil. 2018 à 16:08, à 16:08, SvS a écrit: >Karaf version 4.1.5 have the same problem and the plugin did not work >well. I >have created a pull request ( GitHub Pull Request #544

Karaf shell not echoing some variable values

2018-07-11 Thread Aaron Hoffer
Until recently, the Karaf shell printed the value of variables. For example, entering "$.variables" like this: karaf@root()> $.variables would print a list of the variables in the shell's environment. I downloaded Karaf 4.2.0 yesterday and this behavior has changed. Entering $.variables

Re: Karaf assembly plugin property edits erasing properties

2018-07-11 Thread SvS
Karaf version 4.1.5 have the same problem and the plugin did not work well. I have created a pull request ( GitHub Pull Request #544 ) to fix it - Regards, SvS -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: How do i change a single line in a custom distro file?

2018-07-11 Thread Markus Rathgeb
Have you already tried "assembly-property-edits.xml" in the "src/main/karaf" folder of your custom distribution? I don't find the official documentation, but you can found examples using a search engine of your choose ;)

Re: How do i change a single line in a custom distro file?

2018-07-11 Thread Francois Papon
Hi Martin, You can use the property edits feature. You have to create a file in src/main/karaf/assembly-property-edits.xml of your assembly module and build your assembly. Here an example : http://karaf.apache.org/tools/property-edits/1.0.0;>       config.properties  

Re: Event admin blacklisting?

2018-07-11 Thread Markus Rathgeb
AFAIK there is also "org.apache.felix.eventadmin.Timeout=0" to disable the timeout handling at all. Another approach would be that your event handlers only take the event and add it to a blocking queue (e.g. LinkedBlockingDeque). You could use another thread that handles the elements added to

Re: Startup error using JRE 10 with 4.2.0

2018-07-11 Thread Freeman Fang
Hi, FYI, the upcoming Karaf 4.2.1 will start to support Java 10. The error you see comes from that the the asm6.0(used in Karaf 4.2) can’t work with JAVA10. Cheers - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Jul 10, 2018, at 10:51 PM, Leschke, Scott