Re: Experimenting with Karaf 5

2022-04-29 Thread Jean-Baptiste Onofré
t; > On Thu, Apr 28, 2022 at 6:59 PM Matteo Rulli wrote: > >> > >> 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, > >> De

Re: Experimenting with Karaf 5

2022-04-29 Thread Matteo Rulli
an use the same thing > as in K4. You will see K4 distribution in K5 doing that. > - Karaf 5 style, you implement your own K5 SPI > - you use another approach like CDI, Spring Boot > > I'm going to push K5 as a branch on the main Karaf repo. Anyway, you > can submit your example directl

Re: Experimenting with Karaf 5

2022-04-28 Thread Jean-Baptiste Onofré
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

Experimenting with Karaf 5

2022-04-28 Thread Matteo Rulli
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-ex

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

Re: Karaf 5

2021-09-30 Thread Jean-Baptiste Onofré
|-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 the same thing ;) | |There are actually two parts: | |- registering Spring bean in the K5 service

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é
REST calls, and specific endpoints are forwarded to the appropriate plugin. Best, -- Jaap |-Oorspronkelijk bericht- |Van: JB Onofré |Verzonden: woensdag 29 september 2021 22:17 |Aan: user@karaf.apache.org |Onderwerp: Re: Karaf 5 | |I started a service bridge allowing to implicit push some s

RE: Karaf 5

2021-09-29 Thread jgfrm
, -- Jaap |-Oorspronkelijk bericht- |Van: JB Onofré |Verzonden: woensdag 29 september 2021 22:17 |Aan: user@karaf.apache.org |Onderwerp: Re: Karaf 5 | |I started a service bridge allowing to implicit push some spring bean to the k5 |registry and so that can be used from other modules

Re: Karaf 5

2021-09-29 Thread JB Onofré
rit : > > Is there already something working for exporting functionality of a Spring > modules to other modules? > > |-Oorspronkelijk bericht- > |Van: Jean-Baptiste Onofré > |Verzonden: woensdag 29 september 2021 17:26 > |Aan: user@karaf.apache.org > |Onderw

RE: Karaf 5

2021-09-29 Thread jgfrm
Is there already something working for exporting functionality of a Spring modules to other modules? |-Oorspronkelijk bericht- |Van: Jean-Baptiste Onofré |Verzonden: woensdag 29 september 2021 17:26 |Aan: user@karaf.apache.org |Onderwerp: Re: Karaf 5 | |Thanks for the update. | |I'm

Re: Karaf 5

2021-09-29 Thread Jean-Baptiste Onofré
Thanks for the update. I'm happy to say you are the first one to "use/launch" Karaf 5 ;) About the TomcatURLStreamHandlerFactory is known "issue": https://github.com/jbonofre/karaf5/blob/main/services/spring-boot-application-manager/src/main/java/org/apa

RE: Karaf 5

2021-09-29 Thread jgfrm
ing-boot-application-manager/target/spring-boot-application-manager-5.0-SNAPSHOT.jar -Dkaraf.config=src/main/resources/karaf.json org.apache.karaf.boot.Main |-Oorspronkelijk bericht- |Van: JB Onofré |Verzonden: dinsdag 28 september 2021 06:34 |Aan: user@karaf.apache.org |Onderwerp: Re

Re: Karaf 5

2021-09-27 Thread JB Onofré
ser@karaf.apache.org > |Onderwerp: Re: Karaf 5 > | > |Hi > | > |No sure, it’s only class loader issue. I remember this issue in pure spring > boot > |with JDK11. > | > |Let me check. > | > |Regards > |JB > | > |> Le 26 sept. 2021 à 17:59, jgfrm a écrit :

RE: Karaf 5

2021-09-27 Thread jgfrm
26 september 2021 18:02 |Aan: user@karaf.apache.org |Onderwerp: Re: Karaf 5 | |Hi | |No sure, it’s only class loader issue. I remember this issue in pure spring boot |with JDK11. | |Let me check. | |Regards |JB | |> Le 26 sept. 2021 à 17:59, jgfrm a écrit : |> |> Hi JB, |> |> F

Re: Karaf 5

2021-09-26 Thread Jean-Baptiste Onofre
dError: org/ietf/jgss/GSSException > --add-modules java.security.jgss does not solve it? > Is it a class loader problem? > > Best, > > -- Jaap > > > |-Oorspronkelijk bericht- > |Van: Jean-Baptiste Onofre > |Verzonden: zondag 26 september 2021 14:20 &

RE: Karaf 5

2021-09-26 Thread jgfrm
: zondag 26 september 2021 14:20 |Aan: user@karaf.apache.org |Onderwerp: Re: Karaf 5 | |Hi Jaap, | |First, maybe I was not clean in my presentation: Karaf 5 is still under |development and so, everything is not yet ready. |As said, I will “move” the code to Apache Karaf repo as soon as I consider I

Re: Karaf 5

2021-09-26 Thread Jean-Baptiste Onofre
Hi Jaap, First, maybe I was not clean in my presentation: Karaf 5 is still under development and so, everything is not yet ready. As said, I will “move” the code to Apache Karaf repo as soon as I consider I have something clean and running. Anyway, about your email, I will check. Today my

RE: Karaf 5

2021-09-26 Thread jgfrm
richt- |Van: Jean-Baptiste Onofré |Verzonden: vrijdag 24 september 2021 10:34 |Aan: user@karaf.apache.org |Onderwerp: Re: Karaf 5 | |Hi Jaap, | |The presentation is available here: | |https://docs.google.com/presentation/d/1nDqd4oVbrggTDlwrzWc8zEdahKhcS |VZJjlPk5FPxfBE/edit?usp=sharing | |Karaf 5 WIP is

RE: Karaf 5

2021-09-24 Thread jgfrm
@karaf.apache.org |Onderwerp: Re: Karaf 5 | |Hi Jaap, | |The presentation is available here: | |https://docs.google.com/presentation/d/1nDqd4oVbrggTDlwrzWc8zEdahKhcS |VZJjlPk5FPxfBE/edit?usp=sharing | |Karaf 5 WIP is available here: | |https://github.com/jbonofre/karaf5 | |I'm available on Slack

Re: Karaf 5

2021-09-24 Thread Jean-Baptiste Onofré
Hi Jaap, The presentation is available here: https://docs.google.com/presentation/d/1nDqd4oVbrggTDlwrzWc8zEdahKhcSVZJjlPk5FPxfBE/edit?usp=sharing Karaf 5 WIP is available here: https://github.com/jbonofre/karaf5 I'm available on Slack or by email if you wanna chat about Karaf5. Regards JB

Karaf 5

2021-09-24 Thread jgfrm
Hi, I have two questions about Karaf 5: - is the presentation by Onofre at ApacheConf online somewhere? - is it possible to explore Karaf 5 (or: what is there right now)? I am in particular interested in the Spring Boot functionality, as I have a Spring Boot application that I want to port

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-17 Thread Alex Weirig
nd karaf (somehow) knows what repos to add and what to install from the repos. Seconds later, you get your new karaf instance up and running. Is there anyone else thinking that this could be useful or am I the only one struggling with these issues? That would be my Xmas wish for Karaf 5.x.

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-17 Thread Jean-Baptiste Onofre
> Seconds later, you get your new karaf instance up and running. > > > > Is there anyone else thinking that this could be useful or am I the only one > struggling with these issues? That would be my Xmas wish for Karaf 5.x. > > > > Merry Xmas and a wonderful heal

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-17 Thread Daniel Las
déc. 2020 à 07:45, Daniel Las a écrit : > > Hi, > > I'd like to attend too. What's the planned schedule? > > Regards > > wt., 15 gru 2020 o 18:32 Jean-Baptiste Onofre > napisał(a): > >> Hi guys, >> >> Maybe some of you know that I started to work on K

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-17 Thread Alex Weirig
struggling with these issues? That would be my Xmas wish for Karaf 5.x. Merry Xmas and a wonderful healthy Happy New Year 2021 to all of you. Take care and stay healthy. Mat frëndleche Gréiss, Mit freundlichen Grüßen, Meilleures salutations, Kind regards, Alex Weirig Responsable Techniqu

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-17 Thread Jean-Baptiste Onofre
-Baptiste Onofre <mailto:j...@nanthrax.net>> napisał(a): > Hi guys, > > Maybe some of you know that I started to work on Karaf 5. > > I have something that it’s almost "usable". > > Before sending a global discussion thread on the mailing list, I would like >

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-16 Thread Daniel Las
Hi, I'd like to attend too. What's the planned schedule? Regards wt., 15 gru 2020 o 18:32 Jean-Baptiste Onofre napisał(a): > Hi guys, > > Maybe some of you know that I started to work on Karaf 5. > > I have something that it’s almost "usable". > > Before sen

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-16 Thread michael e
Hello JB, I'm interested. Thank for your great work again. Michael. From: Jean-Baptiste Onofre Sent: Tuesday, December 15, 2020, 6:32 PM To: d...@karaf.apache.org; user@karaf.apache.org Subject: [X-Mas Gift] Panel discussion about Karaf 5 Hi guys, Maybe some

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-16 Thread Francois Papon
Hi, I'm also happy to see all the user feedback around Karaf 5. Thanks guys to help us to make Karaf better! regards, François fpa...@apache.org Le 17/12/2020 à 06:06, Jean-Baptiste Onofre a écrit : > Thanks a lot guys for all your interest and positive feedback ! > > I will send

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-16 Thread Jean-Baptiste Onofre
Thanks a lot guys for all your interest and positive feedback ! I will send an invite soon. Thanks ! Regards JB > Le 15 déc. 2020 à 18:32, Jean-Baptiste Onofre a écrit : > > Hi guys, > > Maybe some of you know that I started to work on Karaf 5. > > I have something tha

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-16 Thread Matteo Rulli
Hello, I would like to participate very much indeed. Thanks, Matteo > On 15 Dec 2020, at 18:32, Jean-Baptiste Onofre wrote: > > Hi guys, > > Maybe some of you know that I started to work on Karaf 5. > > I have something that it’s almost "usable". > &g

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-16 Thread Matt Pavlovich
Yep! This would be great, please include me on the invite. > On Dec 15, 2020, at 11:32 AM, Jean-Baptiste Onofre wrote: > > Hi guys, > > Maybe some of you know that I started to work on Karaf 5. > > I have something that it’s almost "usable". > > Befo

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-15 Thread Thomas Driessen
n Dec 15, 2020, at 12:32 PM, Jean-Baptiste Onofre > wrote: > > > > Hi guys, > > > > Maybe some of you know that I started to work on Karaf 5. > > > > I have something that it’s almost "usable". > > > > Before sending a global discussion thread

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-15 Thread Oleg Cohen
Hi JB, Great news! This is awesome. I would love to join. Best regards, Oleg Sent from my iPhone > On Dec 15, 2020, at 12:32 PM, Jean-Baptiste Onofre wrote: > > Hi guys, > > Maybe some of you know that I started to work on Karaf 5. > > I have something that it’s almost

[X-Mas Gift] Panel discussion about Karaf 5

2020-12-15 Thread Jean-Baptiste Onofre
Hi guys, Maybe some of you know that I started to work on Karaf 5. I have something that it’s almost "usable". Before sending a global discussion thread on the mailing list, I would like to evaluate the ideas & big changes I did. I would like to know if some of you would