This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 8f5a4e64 Merge pull request #713 from apache/hotfix/coverity-fix
add beacc18e Remove properties.h and its usage
add 11d93379 Update CHANGES.md for properties.h removal
new fc764395 Merge pull request #712 from
apache/feature/509-remove-deprecated-properties-header
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:
CHANGES.md | 1 +
.../rsa_spi/include/endpoint_description.h | 2 +-
.../rsa_spi/include/endpoint_listener.h | 2 +-
.../remote_services/topology_manager/src/scope.h | 2 +-
.../src/CelixBundleContextServicesTestSuite.cc | 16 ++---
libs/framework/include/celix_api.h | 2 +-
libs/framework/include_deprecated/bundle_context.h | 1 -
libs/framework/include_deprecated/dm_component.h | 2 +-
libs/framework/include_deprecated/framework.h | 2 +-
libs/framework/include_deprecated/manifest.h | 3 +-
.../include_deprecated/service_registry.h | 2 +-
libs/framework/src/bundle_context.c | 4 +-
libs/framework/src/dm_component_impl.c | 4 +-
libs/framework/src/framework.c | 8 +--
libs/framework/src/framework_private.h | 6 +-
libs/framework/src/manifest.c | 6 +-
libs/framework/src/service_reference.c | 4 +-
libs/framework/src/service_registration.c | 10 +--
libs/framework/src/service_registration_private.h | 6 +-
libs/framework/src/service_registry.c | 12 ++--
libs/framework/src/service_tracker.c | 4 +-
libs/framework/src/service_tracker_private.h | 18 +++---
libs/utils/gtest/src/PropertiesTestSuite.cc | 28 --------
libs/utils/include_deprecated/celix_utils_api.h | 2 +-
libs/utils/include_deprecated/filter.h | 1 -
libs/utils/include_deprecated/properties.h | 75 ----------------------
libs/utils/src/properties.c | 53 +++------------
27 files changed, 68 insertions(+), 208 deletions(-)
delete mode 100644 libs/utils/include_deprecated/properties.h