This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch feature/509-remove-cpputests
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 36d8c40c Remove unneeded export macros in hash_map_private.h
     add beacc18e Remove properties.h and its usage
     add 11d93379 Update CHANGES.md for properties.h removal
     add fc764395 Merge pull request #712 from 
apache/feature/509-remove-deprecated-properties-header
     add 2e2805b2 Merge branch 'master' into feature/509-remove-cpputests

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  1 +
 .../rsa_spi/include/endpoint_description.h         |  3 +-
 .../rsa_spi/include/endpoint_listener.h            |  2 -
 .../remote_services/topology_manager/src/scope.h   |  2 +-
 .../src/CelixBundleContextServicesTestSuite.cc     | 16 ++---
 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    |  1 +
 libs/utils/include_deprecated/filter.h             |  1 -
 libs/utils/include_deprecated/properties.h         | 75 ----------------------
 libs/utils/src/properties.c                        | 53 +++------------
 26 files changed, 67 insertions(+), 207 deletions(-)
 delete mode 100644 libs/utils/include_deprecated/properties.h

Reply via email to