This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/585-celix-conditions
in repository https://gitbox.apache.org/repos/asf/celix.git
from d9e42903 Merge branch 'feature/scheduled_event_on_event_thread' into
feature/585-celix-conditions
new f07f6e2d Add component.ready framework condition
add 713d2c4c Add ignore scheduled event ids < 0
add 781e7bdd Update ScheduledEventTimeoutLogTest timing to use actual
sleep time
new 97c3e494 Merge branch 'feature/scheduled_event_on_event_thread' into
feature/585-celix-conditions
new ba48303b Cleanup framework_start
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../framework/gtest/src/CondTestBundleActivator.cc | 21 +++-
.../gtest/src/FrameworkBundleTestSuite.cc | 40 ++++--
.../FrameworkBundleWithErrorInjectionTestSuite.cc | 28 ++++-
.../framework/gtest/src/ScheduledEventTestSuite.cc | 17 ++-
libs/framework/include/celix_bundle_context.h | 11 ++
libs/framework/include/celix_condition.h | 8 ++
libs/framework/include_deprecated/framework.h | 12 ++
libs/framework/src/celix_framework_bundle.c | 135 ++++++++++++---------
libs/framework/src/celix_framework_bundle.h | 12 +-
libs/framework/src/framework.c | 40 +++---
libs/framework/src/framework_private.h | 7 ++
11 files changed, 228 insertions(+), 103 deletions(-)