Open
Description
Is your feature request related to a problem? Please describe.
Different spec/impl projects currently use different approaches to integrate with OSGi frameworks
Describe the solution you'd like
Platform provides/defines consistent approach to integrate with OSGi for those who wants to opt-in supporting it, with minimal required OSGi runtime version eventually
Describe alternatives you've considered
Use org.glassfish.hk2.osgiresourcelocator, use the OSGi ServiceLoader mediator standard, follow http://docs.osgi.org/reference/portable-java-contracts.html#references
Additional context
jakartaee/saaj-api#43 (comment)