This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 0ba362c Merge pull request #335 from
apache/feature/update_dep_man_handling_in_bundle_activator
add f49b4c6 Fixes an issue in the bundle activator where components where
destroyed to soon.
new ee890cb Merge pull request #337 from
apache/hotfix/bundle_activator_issue
The 1 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:
libs/framework/gtest/CMakeLists.txt | 20 ++++----
.../framework/gtest/src/CmpTestBundleActivator.cc | 24 ++++++----
.../gtest/src/CxxBundleActivatorTestSuite.cc | 55 ++++++++++++++++++++++
libs/framework/include/celix/BundleActivator.h | 1 +
4 files changed, 83 insertions(+), 17 deletions(-)
copy
examples/celix-examples/readme_cxx_examples/src/CalcProviderBundleActivator.cc
=> libs/framework/gtest/src/CmpTestBundleActivator.cc (56%)
create mode 100644 libs/framework/gtest/src/CxxBundleActivatorTestSuite.cc