mefernandez / docker-osgi-spring-boot-demo

Demo on how to integrate diverse Spring Boot apps with OSGi and Docker
MIT License
0 stars 0 forks source link

Trying to deploy a Spring Boot WAR on Karaf 4.4.0 #1

Open mefernandez opened 2 years ago

mefernandez commented 2 years ago

Goal

I want to deploy a simple Spring Boot application on PAX 8 bundled in Karaf 4.4.0

References

This blog post by @jbonofre: https://nanthrax.blogspot.com/2022/04/apache-karaf-runtime-440-has-been.html

jbonofre commented 2 years ago

If the spring boot app is packaged as a war/web, it could work. For "pure" spring boot app, you can use Karaf 5.

mefernandez commented 2 years ago

If the spring boot app is packaged as a war/web, it could work. For "pure" spring boot app, you can use Karaf 5.

@jbonofre ¿is it possible to get a Docker image of Karaf 5? Thanks so much for replying!

jbonofre commented 2 years ago

@mefernandez not official, (it's still under development), but I can share one with you ;)

mefernandez commented 2 years ago

@mefernandez not official, (it's still under development), but I can share one with you ;)

Yes please!