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
162 stars 86 forks source link

Remove incorrect ">" postfix for BUNDLE_ACTIVATOR value in BundlePackaging #598

Closed pnoltes closed 1 year ago

pnoltes commented 1 year ago

This PR remove a incorrect ">" in the BUNDLE_ACTIVATOR property for bundles when the ACTIVATOR option is used.

This is a hotfix PR and will follow the merge first, review later approach.

codecov-commenter commented 1 year ago

Codecov Report

Merging #598 (a87839a) into master (8bcac0f) will increase coverage by 0.43%. The diff coverage is n/a.

:exclamation: Current head a87839a differs from pull request most recent head 3a8d65b. Consider uploading reports for the commit 3a8d65b to get more accurate results

@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
+ Coverage   78.55%   78.98%   +0.43%     
==========================================
  Files         234      234              
  Lines       35389    35389              
==========================================
+ Hits        27799    27953     +154     
+ Misses       7590     7436     -154     

see 5 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more