pnoltes opened a new pull request, #588:
URL: https://github.com/apache/celix/pull/588
This PR introduces the `celix_condition` service interface and several
framework-specific `celix_condition` services. The `celix_condition` is based
on the OSGi Condition Specification, but has been adapted for Apache Celix / C.
This PR includes:
- The `celix_condition` interface.
- Updated framework documentation for the newly added `celix_condition`
services.
- Refactored `framework.c` with some minor improvements, including some
error injection for `framework_start` failure.
- A separate `celix_framework_bundle.c` source file which handles the
framework-specific services (`celix_condition` services), specifically:
- true condition.
- "framework.ready" condition.
- "framework.error" condition.
- "components.ready" condition.
- A fix for the query command so that bundle 0 (framework) services are
queried.
- A private `celix_framework_shutdownAsync` function which is now used by
the framework bundle to shut down the framework.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]