Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Som Shankar Bhattacharyya
Yes. I think that will be super useful to have an example that just works by bundling a spring boot app as a bundle and launch. But , for a good out of the box recipe one quick sell(to the java microservices world) could be to establish an example where we have two(or more) spring boot apps deploy

Re: Jetty security defect

2021-02-25 Thread Jean-Baptiste Onofre
Hi Gerald, Karaf 4.3.1 will still use Pax Web 7.3.12 (with jetty update). Pax Web 8.x (with jetty, undertow updates and refactoring) is not yet fully ready. Regards JB > Le 26 févr. 2021 à 07:20, Gerald Kallas - mailbox.org > a écrit : > > Hi all, which Karaf release does contain which Pax

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Jean-Baptiste Onofre
By the way, it’s always possible to package the spring boot app as a bundle (mostly using private package), and add a activator to launch the spring boot app. That’s pretty simple (I can add an example to show that). However, we don’t leverage the Karaf flavors here (the service registry and K

Re: Jetty security defect

2021-02-25 Thread Gerald Kallas - mailbox.org
Hi all, which Karaf release does contain which Pax Web? When would Pax Web 8.0 be released? Tx in advance. Sent by my mobile device - Gerald Kallas > Am 26.02.2021 um 07:05 schrieb Jean-Baptiste Onofre : > > Hi, > > Yes, Pax Web 7.2.22 includes update to Jetty 9.4.36. > > Regards > JB > >>

Re: Jetty security defect

2021-02-25 Thread Jean-Baptiste Onofre
Hi, Yes, Pax Web 7.2.22 includes update to Jetty 9.4.36. Regards JB > Le 25 févr. 2021 à 19:18, Jackson, Douglas a > écrit : > > > Hi! > Is the new pax-web going into the karaf 4.2.11 release? > It appears that release might be available sooner than the 4.3.1 release and > I need to apply

RE: Jetty security defect

2021-02-25 Thread Jackson, Douglas
Hi! Is the new pax-web going into the karaf 4.2.11 release? It appears that release might be available sooner than the 4.3.1 release and I need to apply the fix fairly soon. Thanks, Doug

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread JR
I am not an expoert, but I would like to do the same spring application. You could publish your Beans(Services) to Karaf using Osgi context (Osgi Service), You can expose the OSGI Services as Spring Bean (Spring Services) in your SpringBoot Configuration getting from OSGI Context. publish your b

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Som Shankar Bhattacharyya
My idea is to use it as a services container so we can put together a "recipe" for handling microservices projects which may need pluggable features. One more question and I think I know the answer but still I will go ahead. Let's say we have two modules deployed in Karaf. They use the same JVM mem

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Francois Papon
Do you want to use Karaf as a runtime only or as a services container? By service container, I mean you 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 Bhattachar

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Som Shankar Bhattacharyya
Thank you very much for the quick help. Ok. So I looked at this example. It's a great starter. Can this be extended to an example like I was talking about above ? Also when we say we are providing Spring Boot support in Karaf what do we mean now ? First class support of new bean definitions , actua

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread JR
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 (< bhattacharyya...@gmail.com>) escribió: > Hi, > > Thank you for the interest. So I am not working on a live production > projec

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Som Shankar Bhattacharyya
Hi, Thank you for the interest. So I am not working on a live production project yet. Here is the full context of what is my motivation. So I work for a leading software consultancy company. During a couple of project's review/development we came. across this question of having to develop a new