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 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 supports it. Is that correct?
Regards,
Kile
On Fri, Oct 1, 2021 at 11:16 AM Jean-Baptiste Onofré <[email protected]
<mailto:[email protected]>> wrote:
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