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 version #728

Closed pnoltes closed 4 months ago

pnoltes commented 4 months ago

This PR removes the deprecated version.h and version_range.h headers, their implementation and usage.

This is part of #509.

Also refactors unit test so that the celix_ api is always used and introduces a celix_version_type.h and celix_version_range_type.h (which is part of #715)

codecov-commenter commented 4 months ago

Codecov Report

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

Comparison is base (70548d6) 88.85% compared to head (cc69c9f) 88.94%.

Files Patch % Lines
libs/framework/src/manifest_parser.c 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #728 +/- ## ========================================== + Coverage 88.85% 88.94% +0.08% ========================================== Files 216 216 Lines 24293 24200 -93 ========================================== - Hits 21585 21524 -61 + Misses 2708 2676 -32 ```

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