Hi Matteo,
It sounds like a very interesting use case. Let me "push" K5 and merge
the latest updates I did on the project.
Thanks !
Regards
JB
On Fri, Apr 29, 2022 at 9:37 AM Matteo Rulli wrote:
>
> Thank you JB,
>
> I’ll set up a project in and I’ll open a PR as soon as it is (sort of ☺)
> wo
Thank you JB,
I’ll set up a project in and I’ll open a PR as soon as it is (sort of ☺)
working.
There are couple of things we usually use in our apps such as weaving hook +
byte-buddy and ConfigurationPlugins that will be interesting to test as well,
but let us do one step a time.
Thank you v
Hi Matteo,
You have two approaches to implement what you propose:
- Karaf 4 style deployed in Karaf5: K5 OSGi application manager will
deploy the Karaf4 features service, and so you can use the same thing
as in K4. You will see K4 distribution in K5 doing that.
- Karaf 5 style, you implement your
Hello,
I would like to start playing with Karaf5, waiting for the official RC... With
the final goal of migrating a few OSGi 3-tier projects (Hibernate, Declarative
Services, Apache CXF REST) to Karaf-5 my idea is:
- Put together a very trivial JPA+CXF project using "Karaf-JPA-example" and
"Kar