Re: Need some help with running the HTTP example in the code base

2021-03-04 Thread Som Shankar Bhattacharyya
mples/karaf-rest-example-features/4.2.10/xml > feature:install http > feature:install karaf-rest-example-scr > > Regards > JB > > Le 4 mars 2021 à 16:41, Som Shankar Bhattacharyya > a écrit : > > Hello, > > So I am trying to set up a http example on karaf using

Need some help with running the HTTP example in the code base

2021-03-04 Thread Som Shankar Bhattacharyya
Hello, So I am trying to set up a http example on karaf using JaxRS. While following the instructions I am running into certain issues that I am not sure how to proceed with. 1. I am using Karaf version *4.1.3* 2. I do a *maven clean install* using the code in https://github.com/apache/

Re: Need guide to deploy Spring boot services in Karaf

2021-02-27 Thread Som Shankar Bhattacharyya
nd > leverage Karaf runtime for a wider inter application contracts , cross > cutting concerns etc.". You got exactly the idea/target of Karaf5 ;) > > Regards > JB > > > Le 26 févr. 2021 à 08:19, Som Shankar Bhattacharyya > > a écrit : > > > > Y

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Som Shankar Bhattacharyya
t; > Le 24 févr. 2021 à 19:00, Jean-Baptiste Onofre a écrit : > > I will share all details on the mailing list soon. > > Regards > JB > > Le 24 févr. 2021 à 18:39, Som Shankar Bhattacharyya > a écrit : > > Where can I look for that next week ? That will be super

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Som Shankar Bhattacharyya
u want that each springboot modules can > call others throuhgt the OSGi registry (other global context registry)? > > regards, > > François > fpa...@apache.org > > Le 25/02/2021 à 14:57, Som Shankar Bhattacharyya a écrit : > > Hi, > > > > Thank you for the int

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Som Shankar Bhattacharyya
tions , actuator. based monitoring ? On Thu, Feb 25, 2021 at 7:47 PM JR wrote: > > Hi, > > I have run my springboot services with this guide/code > > https://github.com/dimmik/osgi-spring-boot-demo > > El jue, 25 feb 2021 a las 10:58, Som Shankar Bhattacharyya > () escribió: &

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Som Shankar Bhattacharyya
d springboot? > > As JB said, we are currently working on Karaf 5 so every feedback are > very valuable for us :) > > regards, > > François > fpa...@apache.org > > Le 24/02/2021 à 18:09, Som Shankar Bhattacharyya a écrit : > > Hello, > > I am learning Kar

Re: Need guide to deploy Spring boot services in Karaf

2021-02-24 Thread Som Shankar Bhattacharyya
Karaf 5 (in preparation). > > If you wanna try, you will be able to take a look end of next week. > > Regards > JB > > > Le 24 févr. 2021 à 18:09, Som Shankar Bhattacharyya < > bhattacharyya...@gmail.com> a écrit : > > > > Hello, > > I am learning Ka

Need guide to deploy Spring boot services in Karaf

2021-02-24 Thread Som Shankar Bhattacharyya
Hello, I am learning Karaf and I think it has excellent potential for use at various places. I was looking to put together a quick example of using spring boot apps as modules on Karaf/ I cannot find one. Can someone point me to a guide or example ? Thanks.