This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git


    from d07ee87f Merge pull request #528 from apache/change-gh-notifications
     add d37e8570 Fix double-dlclose and remove dead code.
     add 7ab558d4 Fix -Werror=unused-variable.
     add 8410db18 Fix crash when starting bundle containing unresolved symbols 
#492.
     add 54b01ebb Fix #501: celix_bundleActivator_start fails silently.
     add dbe030c1 Fix typo.
     add a481f9d9 Abort bundle resolution when failing to load any shared 
object in bundle
     add cab704d3 Close shared objects already opened when failing to load all 
shared objects in bundle.
     add 0c1cc52c Fix typo in add_celix_bundle_dependencies for framework test.
     add 314e5327 Protect against bundles with bad exports.
     add 036f8cb3 Improve framework's logging.
     new dbb93ea5 Merge pull request #529 from apache/hotfix/double-dlclose

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                | 13 +++-
 .../src/CelixBundleContextBundlesTestSuite.cc      |  5 ++
 .../CelixBundleContextBundlesWithErrorTestSuite.cc | 79 ++++++++++++++++++++++
 libs/framework/include_deprecated/module.h         |  2 +-
 libs/framework/src/celix_libloader.c               |  4 +-
 libs/framework/src/framework.c                     | 45 ++++--------
 libs/framework/src/manifest_parser.c               |  9 ---
 libs/framework/src/module.c                        | 53 +++++----------
 8 files changed, 126 insertions(+), 84 deletions(-)
 create mode 100644 
libs/framework/gtest/src/CelixBundleContextBundlesWithErrorTestSuite.cc

Reply via email to