Skip to main content

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

Thank you Raymond, I’ll check that one as well.

 

From: osgi-users <osgi-users-bounces@xxxxxxxxxxx> On Behalf Of Raymond Augé via osgi-users
Sent: Tuesday, 5 July 2022 18:02
To: This is a community mail list for OSGi technology. Any OSGi technical discussion or questions are acceptable here. <osgi-users@xxxxxxxxxxx>
Cc: Raymond Augé <raymond.auge@xxxxxxxxxxx>
Subject: Re: [osgi-users] Trying to apply MicroProfile Health in an OSGi-based application

 

The only one I am aware if is https://github.com/apache/geronimo-health/

 

But it's outdated and no longer maintained... it might be a source of inspiration for you.

 

Also, I don't think it had proper OSGi integration per say, nor specifically JAX-RS Whiteboard integration.

 

On Tue, Jul 5, 2022 at 8:16 AM <erwindl0@xxxxxxxxx> wrote:

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)

_______________________________________________
osgi-users mailing list
osgi-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/osgi-users



--

Raymond Augé (@rotty3000)

Senior Software Architect Liferay, Inc. (@Liferay)

OSGi Fellow, Java Champion


Back to the top