Re: [VOTE] Apache Karaf Runtime 4.2.8 release (take #2)

2020-01-22 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On 19/01/2020 22:49, Jean-Baptiste Onofré wrote: > Hi all, > > I submit Apache Karaf runtime 4.2.8 to your vote. This is a > maintenance release on the 4.2.x series, bringing updates, improvements > and fixes. > > Release Notes: > https://issues.apache.org/jira/secure/Re

Re: [VOTE] Apache Karaf Runtime 4.2.8 release (take #2)

2020-01-22 Thread Achim Nierbeck
+1 (bindng) best regards, Achim Am Mi., 22. Jan. 2020 um 18:36 Uhr schrieb Jamie G. < jamie.goody...@gmail.com>: > +1 (binding) > > Cheers, > Jamie > > > On Mon, Jan 20, 2020 at 11:15 AM Freeman Fang > wrote: > > > > +1 (Binding) > > > > Thanks! > > Freeman > > > > On Sun, Jan 19, 2020 at 4:49

Re: [VOTE] Apache Karaf Runtime 4.2.8 release (take #2)

2020-01-22 Thread Jamie G.
+1 (binding) Cheers, Jamie On Mon, Jan 20, 2020 at 11:15 AM Freeman Fang wrote: > > +1 (Binding) > > Thanks! > Freeman > > On Sun, Jan 19, 2020 at 4:49 PM Jean-Baptiste Onofré > wrote: > > > Hi all, > > > > I submit Apache Karaf runtime 4.2.8 to your vote. This is a > > maintenance release on

Re: How to certificate a distribution version

2020-01-22 Thread Jean-Baptiste Onofré
What about a md5 on your distro ? You mean something at runtime ? Regards JB On 22/01/2020 15:05, leonardchicco wrote: > Hi, >I have a custom distribution of Karaf, and for our quality department, > it's important to certificate with customers the package released by our > build process. >

Re: Multiple camel Version in the same Karaf

2020-01-22 Thread Jean-Baptiste Onofré
You should have all at least in installedFeature. Regards JB On 22/01/2020 14:15, leonardchicco wrote: > Thanks, > > I need to have the custom distribution with two version of Camel embedded in > the same distribution. > Consider that, the build package cannot communicate with internet. > > Ca

How to certificate a distribution version

2020-01-22 Thread leonardchicco
Hi, I have a custom distribution of Karaf, and for our quality department, it's important to certificate with customers the package released by our build process. There is a standard Karaf operation or some package that i can install and use to certificate the correct version? All packages are

Re: Multiple camel Version in the same Karaf

2020-01-22 Thread leonardchicco
Thanks, I need to have the custom distribution with two version of Camel embedded in the same distribution. Consider that, the build package cannot communicate with internet. Can you help me? Thanks in advance -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html

Re: Multiple camel Version in the same Karaf

2020-01-22 Thread Jean-Baptiste Onofré
Hi, Yes, it's possible: 1. add the corresponding features.xml 2. you can use foo/x.x feature format to specify the version Regards JB On 22/01/2020 12:28, leonardchicco wrote: > I need to have two version of camel in the same custom distribution, > Camel 1.19.1 and Camel 3.0.1. > It is possibl

Multiple camel Version in the same Karaf

2020-01-22 Thread leonardchicco
I need to have two version of camel in the same custom distribution, Camel 1.19.1 and Camel 3.0.1. It is possible? In attachment the pom configuration file. pom.xml Thanks in advance -- Sent from: http://karaf.922171.n3.nabble.com/Kara