This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git
from 27a5bbbe Merge remote-tracking branch
'apache/feature/refactor_bundle_cache' into feature/refactor_bundle_cache
add d41233b4 Improve celix convert utils for whitespace and incorrect
trailing chars handling
add 6853350c Refactor lb command to use celix_bundleContext_useBundles
instead of the deprecated bundle.h api.
No new revisions were added by this update.
Summary of changes:
bundles/shell/shell/src/lb_command.c | 213 ++++++++-------------
bundles/shell/shell/src/std_commands.c | 4 +-
.../gtest/src/CxxBundleContextTestSuite.cc | 2 +
.../gtest/src/bundle_context_bundles_tests.cpp | 4 +
libs/framework/include/celix/Bundle.h | 10 +
libs/framework/include/celix_bundle.h | 16 ++
libs/framework/src/bundle.c | 18 ++
libs/utils/gtest/src/ConvertUtilsTestSuite.cc | 68 ++++++-
libs/utils/src/celix_convert_utils.c | 37 +++-
9 files changed, 231 insertions(+), 141 deletions(-)