You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2023/08/03 01:39:14 UTC

[celix] branch master updated (072cba2a -> 2eae9c21)

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(-)


[celix] 01/01: Merge pull request #602 from apache/hotfix/framework-startup-optimization

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2eae9c211f621782d473956b54256a7cb34595fe
Merge: 072cba2a 9a0709b0
Author: PengZheng <ho...@gmail.com>
AuthorDate: Thu Aug 3 09:39:09 2023 +0800

    Merge pull request #602 from apache/hotfix/framework-startup-optimization
    
    Hotfix/The Correct Bundle Update behavior

 .../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(-)