apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
158 stars 84 forks source link

Feature/509 remove deprecated properties header #712

Closed pnoltes closed 6 months ago

pnoltes commented 6 months ago

This PR removes the deprecated properties API (api without a celix_ prefix) and refactors the usage of the deprecated properties API.

codecov-commenter commented 6 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (ab7b7af) 88.33% compared to head (a48d5ae) 88.32%.

:exclamation: Current head a48d5ae differs from pull request most recent head 11d9337. Consider uploading reports for the commit 11d9337 to get more accurate results

Files Patch % Lines
libs/framework/src/framework.c 25.00% 3 Missing :warning:
libs/framework/src/service_registry.c 40.00% 3 Missing :warning:
libs/framework/src/service_reference.c 0.00% 2 Missing :warning:
libs/framework/src/service_registration.c 60.00% 2 Missing :warning:
libs/framework/src/dm_component_impl.c 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #712 +/- ## ========================================== - Coverage 88.33% 88.32% -0.02% ========================================== Files 215 215 Lines 24500 24482 -18 ========================================== - Hits 21643 21623 -20 - Misses 2857 2859 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.