Re: quick question: can I use jakarta ee on Karaf?

2021-09-30 Thread Xad Kile
I see, thank you Jean-Baptiste :D On Fri, Oct 1, 2021 at 11:30 AM Jean-Baptiste Onofré wrote: > Hi Kile, > > Karaf by itself supports any versions (via spec bundles). > So, yes, you can use updated versions, with for instance CXF as impl > (for JAXRS I mean). > > Regards > JB > > On 01/10/2021

Re: quick question: can I use jakarta ee on Karaf?

2021-09-30 Thread Jean-Baptiste Onofré
Hi Kile, Karaf by itself supports any versions (via spec bundles). So, yes, you can use updated versions, with for instance CXF as impl (for JAXRS I mean). Regards JB On 01/10/2021 06:28, Xad Kile wrote: @Jean-Baptiste Onofré: Currently, I am using the old Java EE interfaces (such as jax-rs

Re: quick question: can I use jakarta ee on Karaf?

2021-09-30 Thread Xad Kile
@Jean-Baptiste Onofré: Currently, I am using the old Java EE interfaces (such as jax-rs 2.1) in my application, I am just curious if I can use the new interfaces of Jakarta EE instead of the old one. If I am not wrong, I think I can only use the new specification if the underlying platform

Re: quick question: can I use jakarta ee on Karaf?

2021-09-30 Thread Jean-Baptiste Onofré
Hi, Not sure I fully get the question, but basically, I would say yes. Several Jakarta EE spec/impl are available in the enterprise feature (JPA, JTA, etc). Regards JB On 01/10/2021 06:14, Xad Kile wrote: quick question: can I use Jakarta EE on Karaf? Thanks :D

quick question: can I use jakarta ee on Karaf?

2021-09-30 Thread Xad Kile
quick question: can I use Jakarta EE on Karaf? Thanks :D

RE: Karaf 5

2021-09-30 Thread jgfrm
Hi JB, Thank you very much. I look forward to dig in to it. Best, -- Jaap |-Oorspronkelijk bericht- |Van: Jean-Baptiste Onofré |Verzonden: donderdag 30 september 2021 18:08 |Aan: user@karaf.apache.org |Onderwerp: Re: Karaf 5 | |Hi Jaap, | |let me rebase and polish a bit and I will

Re: Karaf 5

2021-09-30 Thread Jean-Baptiste Onofré
Hi Jaap, let me rebase and polish a bit and I will push a first round (probably tomorrow night or during the weekend). I will keep you posted. Regards JB On 30/09/2021 14:40, jgfrm wrote: Hi JB, That sounds interesting! Is it possible to share what you developed? Best, -- Jaap

Re: Possible to replace Classloader of a Bundle

2021-09-30 Thread Matthias Leinweber
Ok i am not completely sure that i understand what you are doing in CellarExtender/CombinedClassLoader/HazelcastBundleListener... or do i have to explicitly use the CombinedClassLoader in my other bundle? The goal was that I want to create CamelProcessors during runtime and use them in Blueprints.

RE: Karaf 5

2021-09-30 Thread jgfrm
Hi JB, That sounds interesting! Is it possible to share what you developed? Best, -- Jaap |-Oorspronkelijk bericht- |Van: Jean-Baptiste Onofré |Verzonden: donderdag 30 september 2021 11:34 |Aan: user@karaf.apache.org |Onderwerp: Re: Karaf 5 | |Hi Jaap, | |so, yes, we are talking about

Re: Karaf 5

2021-09-30 Thread Jean-Baptiste Onofré
Hi Jaap, so, yes, we are talking about the same thing ;) There are actually two parts: - registering Spring bean in the K5 service registry and use it in another apps running in K5 - registering "generic" services (like the json-config-loader, extractor, etc) that provide shared resources