Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[osgi-users] Trying to apply MicroProfile Health in an OSGi-based application

Hi all,

 

I found some references/advices from the past to align Eclipse MicroProfile packaging with OSGi bundle meta-data requirements.

And was glad to see that these have been implemented by now, so I could add Eclipse MP Health API 4.0 from Mvn Central, great.

 

My application is built on Equinox and provides a.o. REST backends using Aries’s JAX-RS whiteboard implementation.

 

Now my question: besides the availability of the OSGi-compatible API bundle, does anyone know about a standalone OSGi-compatible MP Health implementation?
Ideally following JAX-RS whiteboard practices.

 

I found e.g. OpenLiberty’s com.ibm.ws.microprofile.health [2], but this has specifics/dependencies that tie it to OpenLiberty.

 

I’m considering building a minimal impl myself, if none is available yet, but without interest in going for formal certification or so…

 

Thanks and regards

Erwin.

 

 

 

[1] https://github.com/eclipse/microprofile/issues/33

[2] e.g. https://github.com/OpenLiberty/open-liberty/tree/integration/dev/com.ibm.ws.microprofile.health (but not sure which branch is the best one to refer to)


Back to the top