celix
celix copied to clipboard
Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
The function dynMessage_parseAvpr is used in the avrobin serialiser, but the definition is missing.
Deprecate the APIs without celix_ (with some expections). This can be done in the same way as the shell_api, so a deprecated api folder next to the 'normal' api folder....
When no open requests are present, the `celix_frameworkFactory_destroyFramework` has a chance of deadlocking. ``` Thread 1 "generic_journal" received signal SIGINT, Interrupt. 0x00007fe06102bfd7 in pthread_join () from /lib64/libpthread.so.0 (gdb) thread apply...
Currently it still is possible to direct get (and use) the bundle pointers through (e.g.): - framework_getBundles - framework_getBundleById - celix_framework_getFrameworkBundle These function are not thread safe. There needs to...
This includes: - documents/intro - documents/building/README.md - documents/getting_started/README.md - documents/subprojects (specifically C/C Dependency Manager for the update API and bundle gen macros) - missing shell wui - missing http admin...
Some of the current shell commands are not using the update celix api (api with celix_). This should be updated.
Currently find topic properties is part of the pubsub admin service in the match functions. This means that all PSA should implement find the topic properties and although this is...
The event admin currently does not work anymore. Refactor the event admin so that it works again and that: - It created and export a event_admin_api interface library target containing...
The coverage result for the PSA UDPMC is not working. Seems like the gcda files are not generated. Curiously the PSA ZMQ coverage is working and the setup seems te...