You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2022/07/26 20:47:43 UTC

[celix-site] 01/01: Merge pull request #19 from apache/feature/update_after_release

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

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

commit ecd0aa7eabe4ee35990536b217fae32c1c34d6d6
Merge: b096bd2 fbc925e
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Tue Jul 26 22:47:38 2022 +0200

    Merge pull request #19 from apache/feature/update_after_release
    
    Feature/update after release

 celix-src                                          |   2 +-
 config.toml                                        |   2 +-
 layouts/celix-doc/baseof.html                      |  15 +
 layouts/index.html                                 |   1 +
 layouts/partials/header.html                       |   1 +
 source/docs/2.2.1/celix/CHANGES.md                 |   2 +-
 source/docs/{2.2.1 => 2.3.0}/celix/CHANGES.md      |  56 +-
 source/docs/2.3.0/celix/README.md                  | 358 +++++++++++
 .../2.3.0/celix/bundles/deployment_admin/README.md |  47 ++
 .../2.3.0/celix/bundles/device_access/README.md    |  40 ++
 .../device_access/example/base_driver/README.md    |  31 +
 .../example/consuming_driver/README.md             |  29 +
 .../example/refining_driver/README.md              |  29 +
 .../docs/2.3.0/celix/bundles/http_admin/README.md  |  57 ++
 source/docs/2.3.0/celix/bundles/logging/README.md  |  59 ++
 .../celix/bundles/logging/log_writers/README.md    |  17 +
 source/docs/2.3.0/celix/bundles/pubsub/README.md   | 118 ++++
 .../celix/bundles/pubsub/examples/keys/README.md   |  41 ++
 .../bundles/pubsub/pubsub_admin_udp_mc/README.md   |  85 +++
 .../2.3.0/celix/bundles/remote_services/README.md  | 176 +++++
 .../remote_services/deprecated_rsa_spi/README.md   |  17 +
 .../remote_services/discovery_etcd/README.md       |  39 ++
 .../remote_service_admin_dfi/README.md             |  44 ++
 .../remote_services/remote_services_api/README.md  |  17 +
 .../remote_services/topology_manager/README.md     |  29 +
 source/docs/2.3.0/celix/bundles/shell/README.md    |  94 +++
 source/docs/2.3.0/celix/documents/README.md        |  92 +++
 .../docs/2.3.0/celix/documents/building/README.md  | 168 +++++
 .../documents/building/dev_celix_with_clion.md     |  66 ++
 source/docs/2.3.0/celix/documents/bundles.md       | 301 +++++++++
 .../2.3.0/celix/documents/cmake_commands/README.md | 579 +++++++++++++++++
 source/docs/2.3.0/celix/documents/components.md    | 708 +++++++++++++++++++++
 source/docs/2.3.0/celix/documents/containers.md    | 119 ++++
 source/docs/2.3.0/celix/documents/framework.md     | 209 ++++++
 source/docs/2.3.0/celix/documents/patterns.md      | 155 +++++
 source/docs/2.3.0/celix/documents/services.md      | 648 +++++++++++++++++++
 source/docs/2.3.0/celix/documents/subprojects.md   |  42 ++
 .../examples/celix-examples/http_example/README.md |  33 +
 .../celix-examples/services_example_c/README.md    |  89 +++
 .../celix-examples/services_example_cxx/README.md  |  84 +++
 .../celix/examples/conan_test_package/README.md    |  54 ++
 source/docs/2.3.0/celix/libs/etcdlib/README.md     |  95 +++
 source/docs/2.3.0/celix/libs/framework/doxygen.md  |  72 +++
 source/docs/2.3.0/celix/libs/launcher/README.md    |  56 ++
 source/docs/2.3.0/celix/libs/promises/README.md    |  93 +++
 source/docs/2.3.0/celix/libs/pushstreams/README.md |  25 +
 source/docs/2.3.0/celix/libs/utils/README.md       |  32 +
 .../2.3.0/celix/libs/utils/docs/thpool/Design.md   |  58 ++
 .../docs/2.3.0/celix/libs/utils/docs/thpool/FAQ.md |  39 ++
 .../2.3.0/celix/libs/utils/docs/thpool/README.md   |  68 ++
 .../celix/libs/utils/include/memstream/README.md   |  55 ++
 .../docs/2.3.0/celix/misc/experimental/README.md   |  27 +
 .../experimental/bundles/config_admin/README.md    |  60 ++
 source/docs/2.3.0/docs.md                          |  20 +
 .../media/clion_run_configuration_template.png     | Bin 0 -> 351219 bytes
 .../celix/documents/diagrams/bundles_lifecycle.png | Bin 0 -> 25453 bytes
 .../documents/diagrams/component_lifecycle.png     | Bin 0 -> 59748 bytes
 .../celix/documents/diagrams/extender_pattern.png  | Bin 0 -> 17297 bytes
 .../services_register_service_async_seq.png        | Bin 0 -> 46543 bytes
 .../diagrams/services_register_service_seq.png     | Bin 0 -> 46946 bytes
 .../services_tracker_services_add_async_seq.png    | Bin 0 -> 51647 bytes
 .../diagrams/services_tracker_services_add_seq.png | Bin 0 -> 55635 bytes
 .../services_tracker_services_rem_async_seq.png    | Bin 0 -> 47867 bytes
 .../diagrams/services_tracker_services_rem_seq.png | Bin 0 -> 53266 bytes
 .../services_unregister_service_async_seq.png      | Bin 0 -> 43427 bytes
 .../diagrams/services_unregister_service_seq.png   | Bin 0 -> 41522 bytes
 .../2.3.0/celix/documents/diagrams/sod_pattern.png | Bin 0 -> 9674 bytes
 .../documents/diagrams/sod_pattern_log_service.png | Bin 0 -> 17098 bytes
 .../diagrams/sod_pattern_publisher_service.png     | Bin 0 -> 23713 bytes
 .../documents/diagrams/whiteboard_pattern.png      | Bin 0 -> 12021 bytes
 .../diagrams/whiteboard_pattern_http_admin.png     | Bin 0 -> 15058 bytes
 .../diagrams/whiteboard_pattern_log_sink.png       | Bin 0 -> 9403 bytes
 .../diagrams/whiteboard_pattern_shell.png          | Bin 0 -> 18768 bytes
 73 files changed, 5442 insertions(+), 11 deletions(-)