Does anyone here have any experience with running micronaut inside apache karaf? https://micronaut.io
I am specifically looking for (and currently looking into) server side react application javascript rendering, from a servlet started by the OSGi HTTP Whiteboard, and am wondering where/if micronaut could fit into that. But any experience anyone might have with micronaut inside apache karaf is of interest. I am aware that micronaut isn't OSGi compliant and that it is written expecting a single classloader with a flat classpath. I am also aware that Micronaut doesn't natively use the servlet API, but instead has its own embedded HTTP server. But I have googled up this thing: https://micronaut.io/2020/03/03/back-to-the-future-with-micronaut-servlet/ Thanks!
