This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/685-properties-json-serialization
in repository https://gitbox.apache.org/repos/asf/celix.git
from 7aa44860 gh-685: Add JSON C++ save/load wrapper methods
add 3a761223 gh-685: Fix memleak and add missing test
No new revisions were added by this update.
Summary of changes:
libs/error_injector/jansson/CMakeLists.txt | 1 +
libs/error_injector/jansson/include/jansson_ei.h | 1 +
libs/error_injector/jansson/src/jansson_ei.cc | 7 ++++++
.../PropertiesEncodingErrorInjectionTestSuite.cc | 20 +++++++++++++++
.../utils/gtest/src/PropertiesEncodingTestSuite.cc | 16 ++++++++++++
libs/utils/gtest/src/PropertiesTestSuite.cc | 1 +
libs/utils/include/celix_properties.h | 13 ++++++----
libs/utils/src/properties_encoding.c | 29 ++++++++++++++--------
8 files changed, 72 insertions(+), 16 deletions(-)