Re: Remote Service Admin and Apache Celix 3.0.0 API

2023-10-23 Thread Peng Zheng
On 10/7/23 23:40, Pepijn Noltes wrote: Hi All, As previously mentioned, Apache Celix is moving towards a new major release, and this comes with some API-breaking changes. One of these changes is the removal of the old C API (all headers/functions without a `celix_` prefix). This means that user

Remote Service Admin and Apache Celix 3.0.0 API

2023-10-07 Thread Pepijn Noltes
Hi All, As previously mentioned, Apache Celix is moving towards a new major release, and this comes with some API-breaking changes. One of these changes is the removal of the old C API (all headers/functions without a `celix_` prefix). This means that users will need to adopt the updated API. How