This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 2efed0a8 Merge pull request #568 from schorg/master
add 9fd85c9f Move celix::Exception to utils and refactor to use using ctor
new f9ada53f Merge pull request #570 from
apache/feature/simplify-cxx-exceptions
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libs/framework/include/celix/Exception.h | 44 ----------------------
.../{ServiceFactory.h => FrameworkExceptions.h} | 23 ++++++-----
libs/framework/include/celix/ServiceRegistration.h | 6 +--
libs/framework/include/celix/Trackers.h | 13 +++----
.../utils/include/celix/Exception.h | 15 +++++---
libs/utils/include/celix/Filter.h | 16 ++------
6 files changed, 35 insertions(+), 82 deletions(-)
delete mode 100644 libs/framework/include/celix/Exception.h
copy libs/framework/include/celix/{ServiceFactory.h => FrameworkExceptions.h}
(69%)
copy examples/celix-examples/services_example_cxx/api/examples/ICalc.h =>
libs/utils/include/celix/Exception.h (81%)