You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2023/08/10 01:24:22 UTC

[celix] branch master updated (5281a395 -> eb30eb5a)

This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 5281a395 Merge pull request #603 from apache/feature/599-add-rust-bindings
     add 6dc67486 Add autocleanup for celix_filter.
     add 7311ec55 Add autocleanup for celix_version_range.
     new eb30eb5a Merge pull request #609 from apache/feature/more-auto-cleanup

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:
 bundles/pubsub/pubsub_utils/src/pubsub_utils.c      |  5 +----
 .../discovery_common/src/discovery.c                |  8 ++------
 .../remote_services/topology_manager/src/scope.c    | 10 +++-------
 .../topology_manager/src/topology_manager.c         | 12 +++---------
 libs/framework/src/bundle_context.c                 |  8 ++++----
 libs/framework/src/framework.c                      | 21 +++++++++------------
 libs/framework/src/service_registry.c               | 17 ++++++-----------
 libs/utils/gtest/src/FilterTestSuite.cc             |  4 ++++
 libs/utils/gtest/src/VersionRangeTestSuite.cc       |  4 ++++
 libs/utils/include/celix_filter.h                   |  3 +++
 libs/utils/include/celix_version_range.h            |  3 +++
 11 files changed, 42 insertions(+), 53 deletions(-)


[celix] 01/01: Merge pull request #609 from apache/feature/more-auto-cleanup

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit eb30eb5a0fcb195995e2ec31ea4fb07f0d6f52d5
Merge: 5281a395 7311ec55
Author: PengZheng <ho...@gmail.com>
AuthorDate: Thu Aug 10 09:24:12 2023 +0800

    Merge pull request #609 from apache/feature/more-auto-cleanup
    
    Feature/more auto cleanup

 bundles/pubsub/pubsub_utils/src/pubsub_utils.c      |  5 +----
 .../discovery_common/src/discovery.c                |  8 ++------
 .../remote_services/topology_manager/src/scope.c    | 10 +++-------
 .../topology_manager/src/topology_manager.c         | 12 +++---------
 libs/framework/src/bundle_context.c                 |  8 ++++----
 libs/framework/src/framework.c                      | 21 +++++++++------------
 libs/framework/src/service_registry.c               | 17 ++++++-----------
 libs/utils/gtest/src/FilterTestSuite.cc             |  4 ++++
 libs/utils/gtest/src/VersionRangeTestSuite.cc       |  4 ++++
 libs/utils/include/celix_filter.h                   |  3 +++
 libs/utils/include/celix_version_range.h            |  3 +++
 11 files changed, 42 insertions(+), 53 deletions(-)