Pepijn Noltes

Results 46 issues of Pepijn Noltes

This PR adds support for embedded bundles. This makes it possible to make Celix container executable where the bundles are embedded in the executable and do not depend on bundle...

There seems to be a race condition in the C++ remote service implementation or test setup, because the integration test sporadicly fails. ``` 2022-02-08T11:09:43.4705541Z 51: [ RUN ] RemoteServicesIntegrationTestSuite.InvokeRemoteCalcService 2022-02-08T11:09:43.4706308Z...

The promise timeout test on macos github CI are failing from time to time. I cannot reproduce this on my mac (10.15.7) ``` 2021-03-25T12:23:17.5997380Z 12: /Users/runner/work/celix/celix/libs/promises/gtest/src/VoidPromisesTestSuite.cc:205: Failure 2021-03-25T12:23:17.5998290Z 12: Expected...

Currently Celix is build with RTTI disabled. There is functionality to infer type names using RTTI. Before this is enabled also add a CI job to ensure that this works...

When ENABLE_TESTING is ON, 'make install' will also install google test together with celix.

kind/bug

There are multiple copies of the civetweb. If I am correct this is used at least in the http admin, remote service admin. Only one copy of the sources should...

This is problem when identifying java types with $ (inner classes)

kind/bug

See dyn_avpr_function_tests.cpp test Example11. Enabling this leads to segfaults.

The function dynMessage_parseAvpr is used in the avrobin serialiser, but the definition is missing.

kind/bug