pnoltes opened a new issue, #621: URL: https://github.com/apache/celix/issues/621
# Prototype service factory Add support for registering and using prototype service factories for C and C++. Also add support registering and using bundle service factories for C++. # Background [Chapter 5.9 "Service Factory" of the OSGi 8 spec](https://docs.osgi.org/specification/osgi.core/8.0.0/framework.service.html#framework.service.serviceFactory) mentions 3 types of scoped service objects: - singleton: A normal service - bundle: Create service instance per requesting bundle - prototype; Create service instance per request Apache Celix currently only supports the singleton scoped services and bundle scoped service factory (note that OSGi spec 5 only has a bundle scoped service factory). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org