Re: Supported Java Version for Karaf 4.3.x?

2021-09-14 Thread JB Onofré
Supported version at core is jdk11+ (including 17). However most of Karaf core services are still jdk8 compliant, even if compiled with JDK 11. We don’t guarantee third party deps. That’s why we encourage people to use jdk11. Regards JB > Le 14 sept. 2021 à 16:50, Paul Spencer a écrit :

Supported Java Version for Karaf 4.3.x?

2021-09-14 Thread Paul Spencer
Per the Downloads page, http://karaf.apache.org/download.html, Karaf 4.3.x is supported under Java 11+, but the required version in the root pom.xml, https://github.com/apache/karaf/blob/main/pom.xml, the required Java version is 1.8. Additionally I have been developing bundles for Karaf 4.3.x

Re: Starting a bundle using aries blueprint - spring - camel. Getting Blueprint bundle is waiting for namespace handlers [http://www.osgi.org/xmlns/blueprint/v1.0.0]

2021-09-14 Thread JB Onofré
You can do it with blueprint even if you use spring beans. You can also use Aries blueprint spring extender but the namespace is blueprint anyway. Regards JB > Le 14 sept. 2021 à 11:13, Andrei Petru Mura a écrit : > >  > Hi Jean, > > I sent the email too quick. > > I need to publish my

Re: Starting a bundle using aries blueprint - spring - camel. Getting Blueprint bundle is waiting for namespace handlers [http://www.osgi.org/xmlns/blueprint/v1.0.0]

2021-09-14 Thread Andrei Petru Mura
Hi Jean, I sent the email too quick. I need to publish my spring beans as OSGI services, so that I would be able to use them from other bundles which are also spring based bundles. Why I need spring? Because my platform is built on top of spring framework. Would this be possible? Or do I have

Re: Starting a bundle using aries blueprint - spring - camel. Getting Blueprint bundle is waiting for namespace handlers [http://www.osgi.org/xmlns/blueprint/v1.0.0]

2021-09-14 Thread Andrei Petru Mura
Hi Jean, I need to publish my spring beans as OSGI services, so that I would be able to use them from other bundles which are also spring based. Why I need spring? Because my platform is built on top of it. Would this be On Mon, Sep 13, 2021 at 3:14 PM Jean-Baptiste Onofré wrote: > Hi Andrei,

Re: Significance of featuresBootAsynchronous - can you explain?

2021-09-14 Thread Stefan Günst
Hi JB, we would also be very interested on this Regards Stefan > Am 13.09.2021 um 21:30 schrieb Steven Huypens : > > Hi JB, > > Thanks for your answer! I'm sorry I have to ask, but can you also explain > what you mean by a 'template file' ? > > Kind regards, > Steven > > On Mon, Sep 13,