This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/522-support-uncompressed-bundle
in repository https://gitbox.apache.org/repos/asf/celix.git
from 4863418f Remove unnecessary directory creation in
`celix_bundleArchive_createCacheDirectory`.
new 60627426 Use the last modification time of the bundle archive cache
dir rather than that of the manifest.
new 9eee2ff1 Add initial support for uncompressed bundle.
The 2 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 | 4 +--
.../gtest/src/CelixFrameworkUtilsTestSuite.cc | 32 ++++++++++++++++++----
libs/framework/include_deprecated/bundle_archive.h | 2 +-
libs/framework/src/bundle_archive.c | 17 ++----------
libs/framework/src/bundle_archive_private.h | 5 ----
libs/framework/src/celix_framework_utils.c | 22 +++++++++++----
6 files changed, 47 insertions(+), 35 deletions(-)