This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit fc764395cb2f8308bc81544bd7770d53c1732954 Merge: 8f5a4e64 11d93379 Author: Pepijn Noltes <[email protected]> AuthorDate: Thu Jan 4 14:29:31 2024 +0100 Merge pull request #712 from apache/feature/509-remove-deprecated-properties-header Feature/509 remove deprecated properties header 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(-)
