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 072cba2a Merge pull request #601 from 
apache/feature/511-remove-resolver
     add 5f95cb22 Avoid unnecessary cache directory traversal when start with a 
clean cache.
     add 3eefc0fe Merge branch 'master' into 
hotfix/framework-startup-optimization
     add 8f089332 Code cleanup for bundle_archive.c
     add 523a31a4 Force bundle cache update when using a different bundle 
location.
     add aa79fcba Minor documentation improvement.
     add 096db1ee Add test case for updating bundle from a different location.
     add 6c867498 Remove unused deprecated APIs.
     add 9a0709b0 Fix a potential memory leak.
     new 2eae9c21 Merge pull request #602 from 
apache/hotfix/framework-startup-optimization

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:
 .../BundleArchiveWithErrorInjectionTestSuite.cc    |   6 +-
 .../src/CelixBundleCacheErrorInjectionTestSuite.cc |  12 ---
 .../gtest/src/CelixBundleCacheTestSuite.cc         |   8 +-
 .../src/CelixBundleContextBundlesTestSuite.cc      |  21 ++++
 libs/framework/src/bundle.c                        |  16 +--
 libs/framework/src/bundle_archive.c                | 113 +++++++++++++--------
 libs/framework/src/bundle_archive_private.h        |  22 +++-
 libs/framework/src/celix_bundle_cache.c            |  32 +++---
 libs/framework/src/celix_bundle_cache.h            |   9 +-
 libs/framework/src/framework.c                     |   6 +-
 10 files changed, 141 insertions(+), 104 deletions(-)

Reply via email to