celix icon indicating copy to clipboard operation
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.

Results 145 celix issues
Sort by recently updated
recently updated
newest added

I think it would be good to also execute the RelWithDebInfo build and unit tests. This reduces the possibility of issues being found during a release ([context](https://lists.apache.org/thread/q5px4zl639cmnqv95pxzvfgg1w0rr7b6)). Suggestion: update the...

build/environment
good first issue

``` cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_TESTING=ON -DENABLE_ADDRESS_SANITIZER=ON .. make -j8 ctest The following tests FAILED: 49 - test_cxx_remote_services_integration (SEGFAULT) ``` ``` UpdateCTestConfiguration from :/home/peng/Downloads/git/mycelix/build/DartConfiguration.tcl UpdateCTestConfiguration from :/home/peng/Downloads/git/mycelix/build/DartConfiguration.tcl Test project /home/peng/Downloads/git/mycelix/build Constructing a...

kind/bug
component/remote-services

Checking whether a bundle is active in `celix_bundleContext_useBundles` callback suffers from check-then-act race condition. This race condition is a minor one, but immediate uninstall of a bundle after framework startup...

kind/bug
do-not-merge

# Intro This PR completes the Rust feasibility issue (#599) by providing a proof of concept (PoC) implementation for Apache Celix with Rust. I invested more time in this than...

Document the bundle group C++ remote services with a top level README.md describing the purpose, usage and configuration options.

kind/documentation

Document the Push Stream library with a top level README.md describing the purpose, usage and configuration options.

kind/documentation

We used to support Android. But last time I tried Android build, it failed. To have proper Android support, we need to: 1. Make Celix compile under Android. 2. Make...

kind/wish

# Add github cache actions for build dependencies Add github cache actions to speed up build and possible test times when pushing changes to Apache Celix. # Background > Workflow...

build/environment
good first issue
kind/wish

# Rust Support The Apache Celix framework is written in C and supports C++ through a header-only implementation. Another native language that is rapidly gaining popularity is Rust. Adding Rust...

kind/feature
kind/experimental

Add a `Containerfile` to build e.g. a `apache/celix-build` container image. This container image can potentially be used during the CI build (dependencies don't need to be re-installed for each build)...

build/environment
good first issue
kind/wish