This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 189fc0e Updated site from master
(14dfbab535587d7a810efa08819d2af43614a398)
189fc0e is described below
commit 189fc0e9262bd5b5767987986fae2220a8304062
Author: jenkins <[email protected]>
AuthorDate: Thu May 7 17:37:17 2020 +0000
Updated site from master (14dfbab535587d7a810efa08819d2af43614a398)
---
.../development-workflow.html} | 35 ++++++--------------
content/contributing/development-workflow.png | Bin 0 -> 135948 bytes
content/contributing/index.xml | 16 +++++++--
content/contributing/releasing.html | 33 +++++++++----------
content/contributing/submitting-patches.html | 36 +++++++++------------
content/docs/2.2.0/celix/CHANGES.html | 2 +-
content/docs/2.2.0/celix/README.html | 2 +-
.../celix/bundles/deployment_admin/README.html | 2 +-
.../2.2.0/celix/bundles/device_access/README.html | 2 +-
.../device_access/example/base_driver/README.html | 2 +-
.../example/consuming_driver/README.html | 2 +-
.../example/refining_driver/README.html | 2 +-
.../2.2.0/celix/bundles/http_admin/README.html | 2 +-
.../celix/bundles/logging/log_service/README.html | 2 +-
.../celix/bundles/logging/log_writer/README.html | 2 +-
.../docs/2.2.0/celix/bundles/pubsub/README.html | 2 +-
.../celix/bundles/pubsub/examples/keys/README.html | 2 +-
.../bundles/pubsub/pubsub_admin_udp_mc/README.html | 2 +-
.../celix/bundles/remote_services/README.html | 2 +-
.../remote_services/discovery_etcd/README.html | 2 +-
.../remote_service_admin_dfi/README.html | 2 +-
.../remote_services_api/README.html | 2 +-
.../bundles/remote_services/rsa_spi/README.html | 2 +-
.../remote_services/topology_manager/README.html | 2 +-
.../celix/bundles/shell/remote_shell/README.html | 2 +-
.../2.2.0/celix/bundles/shell/shell/README.html | 2 +-
.../celix/bundles/shell/shell_tui/README.html | 2 +-
.../celix/bundles/shell/shell_wui/README.html | 2 +-
.../2.2.0/celix/documents/building/README.html | 2 +-
.../celix/documents/cmake_commands/README.html | 2 +-
.../celix/documents/getting_started/README.html | 2 +-
.../getting_started/creating_a_simple_bundle.html | 2 +-
.../getting_started/using_services_with_c.html | 2 +-
.../getting_started/using_services_with_cxx.html | 2 +-
.../docs/2.2.0/celix/documents/intro/README.html | 2 +-
.../2.2.0/celix/documents/subprojects/README.html | 2 +-
.../celix/examples/celix-examples/README.html | 2 +-
.../celix-examples/http_example/README.html | 2 +-
.../celix-examples/services_example_c/README.html | 2 +-
.../celix/libs/dependency_manager/README.html | 2 +-
.../2.2.0/celix/libs/dependency_manager/TODO.html | 2 +-
.../celix/libs/dependency_manager_cxx/README.html | 2 +-
.../celix/libs/dependency_manager_cxx/TODO.html | 2 +-
content/docs/2.2.0/celix/libs/etcdlib/README.html | 2 +-
content/docs/2.2.0/celix/libs/launcher/README.html | 2 +-
content/docs/2.2.0/celix/libs/utils/README.html | 2 +-
.../2.2.0/celix/libs/utils/docs/thpool/Design.html | 2 +-
.../2.2.0/celix/libs/utils/docs/thpool/FAQ.html | 2 +-
.../2.2.0/celix/libs/utils/docs/thpool/README.html | 2 +-
.../celix/libs/utils/include/memstream/README.html | 2 +-
.../docs/2.2.0/celix/misc/experimental/README.html | 2 +-
.../experimental/bundles/config_admin/README.html | 2 +-
content/index.xml | 16 +++++++--
content/sitemap.xml | 13 +++++---
54 files changed, 123 insertions(+), 120 deletions(-)
diff --git a/content/docs/2.2.0/celix/bundles/logging/log_writer/README.html
b/content/contributing/development-workflow.html
similarity index 85%
copy from content/docs/2.2.0/celix/bundles/logging/log_writer/README.html
copy to content/contributing/development-workflow.html
index 05b0ebe..0bba452 100644
--- a/content/docs/2.2.0/celix/bundles/logging/log_writer/README.html
+++ b/content/contributing/development-workflow.html
@@ -7,7 +7,7 @@
<meta name="description" content="">
<meta name="author" content="">
- <title>Log Writer / Apache Celix</title>
+ <title>Development workflow / Apache Celix</title>
<link rel="icon" href="/assets/img/favicon.ico">
@@ -41,7 +41,7 @@
<li class="nav-item">
<a class="nav-link" href="/download.cgi">Download</a>
</li>
- <li class="nav-item dropdown active">
+ <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="ddDocs"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Docs
</a>
@@ -50,7 +50,7 @@
<a class="dropdown-item"
href="/docs/2.1.0/docs.html">2.1.0</a>
</div>
</li>
- <li class="nav-item dropdown">
+ <li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#"
id="ddContributing" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Contributing
</a>
@@ -99,31 +99,16 @@
<div class="col-sm-12 card">
<div class="card-body pt-5">
-
-
-
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/logging/log_writer/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
-
-
-
-
-
- <a href="/docs/2.2.0/docs.html" title="back to
documentation"><< back to documentation</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix-site/edit/master/source/contributing/development-workflow.md"
title="Edit this page on GitHub">Edit on GitHub</a>
- <h1 id="log-writer">Log Writer</h1>
-<p>The Celix Log Writers are components that read/listen to the Log Service
and print the Log entries to the console or syslog, respectively.</p>
-<h2 id="cmake-options">CMake options</h2>
-<pre><code>BUILD_LOG_WRITER=ON
-BUILD_LOG_WRITER_SYSLOG=ON
-</code></pre>
-<h2 id="using-info">Using info</h2>
-<p>If the Celix Log Writers are installed <code>find_package(CELIX)</code>
will set:</p>
-<ul>
-<li>The <code>Celix::log_writer_stdout</code> bundle target</li>
-<li>The <code>Celix::log_writer_syslog</code> bundle target</li>
-</ul>
+ <h1 id="development-workflow">Development workflow</h1>
+<p>Celix uses an adapted version of the <a
href="https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow">GitFlow
workflow</a>.
+The default branch of the Celix repositories is the <code>master</code>
branch. Feature branches are created from and against the
+<code>master</code> branch. Releases & hotfixes are also created from and
against the <code>master</code> branch.</p>
+<p>The following image visualizes the workflow Celix is using:</p>
+<img src="development-workflow.png" class="img-fluid" alt="Celix development
workflow">
</div>
diff --git a/content/contributing/development-workflow.png
b/content/contributing/development-workflow.png
new file mode 100644
index 0000000..01c8731
Binary files /dev/null and b/content/contributing/development-workflow.png
differ
diff --git a/content/contributing/index.xml b/content/contributing/index.xml
index 761c8f0..ad9312a 100644
--- a/content/contributing/index.xml
+++ b/content/contributing/index.xml
@@ -11,6 +11,16 @@
<item>
+ <title>Development workflow</title>
+
<link>https://celix.apache.org/contributing/development-workflow.html</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+
<guid>https://celix.apache.org/contributing/development-workflow.html</guid>
+ <description>Development workflow Celix uses an adapted version of the
GitFlow workflow. The default branch of the Celix repositories is the master
branch. Feature branches are created from and against the master branch.
Releases &amp; hotfixes are also created from and against the master branch.
+The following image visualizes the workflow Celix is using:</description>
+ </item>
+
+ <item>
<title>Releasing Process</title>
<link>https://celix.apache.org/contributing/releasing.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
@@ -18,7 +28,7 @@
<guid>https://celix.apache.org/contributing/releasing.html</guid>
<description>Releasing Apache Celix Note: This information is only of
use to Apache Celix Release Managers!
Steps to follow:
- Create signing KEYS Create release branch Update release related files
Compile and test Create, sign and publish artifacts Run the vote Post the vote
results Vote Passed Merge to master and create GIT tag Roll out release
artifacts Announce the release Interesting links:
+ Create signing KEYS Create release branch Update release related files
Compile and test Create, sign and publish artifacts Run the vote Post the vote
results Vote Passed Create Git tag and merge to master Roll out release
artifacts Announce the release Interesting links:
Apache Release Guide Apache Release Signing Apache RAT Apache OpenPGP HowTo
Create signing KEYS Each Release Manager must have his own signing
keys.</description>
</item>
@@ -38,8 +48,8 @@ With Git installed, obtaining a working copy of the Celix
codebase is as simple
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://celix.apache.org/contributing/submitting-patches.html</guid>
- <description>Submitting patches Contributing with GitHub Committers
Non-committers Further reading Contributing with GitHub Using the GitHub
mirror is the simplest way to contribute to Apache Celix if you are not a
member of the Celix Committers group.
-First you must have an account created at GitHub to be able perform the next
step. If you don&rsquo;t, go ahead and create one just right now! Please
remember to setup SSH keys and test them!</description>
+ <description>Submitting patches Contributing with GitHub Committers
Further reading Celix uses Git so you must install a git client locally to be
able to clone the Celix repository. The development workflow that Apache Celix
is following is described here. Contributing with GitHub Using the GitHub
mirror is the simplest way to contribute to Apache Celix if you are not a
member of the Celix Committers group.
+First you must have an account created at GitHub to be able perform the next
step.</description>
</item>
<item>
diff --git a/content/contributing/releasing.html
b/content/contributing/releasing.html
index f1604ec..65ce140 100644
--- a/content/contributing/releasing.html
+++ b/content/contributing/releasing.html
@@ -117,7 +117,7 @@
<li><a href="#post-the-vote-results">Post the vote results</a></li>
<li><a href="#vote-passed">Vote Passed</a>
<ul>
- <li><a href="#merge-to-master-and-create-git-tag">Merge to master and
create GIT tag</a></li>
+ <li><a href="#create-git-tag-and-merge-to-master">Create Git tag and
merge to master</a></li>
<li><a href="#roll-out-release-artifacts">Roll out release
artifacts</a></li>
<li><a href="#announce-the-release">Announce the release</a></li>
</ul>
@@ -144,10 +144,10 @@ for more information. This updated file needs to be
uploaded to GIT, be sure to
<li><a href="https://dist.apache.org/repos/dist/release/celix/KEYS">Apache
Celix release distribution area KEYS</a></li>
</ul>
<h2 id="create-release-branch">Create release branch</h2>
-<p>A release will be prepared in a release branch. Normally this is branch
created from the develop.</p>
-<div class="highlight"><pre
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-bash" data-lang="bash">git checkout develop
-git checkout -b release/celix-X.Y.Z
-git push origin release/celix-X.Y.Z
+<p>A release will be prepared in a release branch. This branch is created from
the <code>master</code> branch.</p>
+<div class="highlight"><pre
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-bash" data-lang="bash">git checkout master
+git checkout -b release-X.Y.Z
+git push origin release-X.Y.Z
</code></pre></div><h2 id="update-release-related-files">Update release
related files</h2>
<p>For every release the related files must be updated. The following files
are relevant:</p>
<ul>
@@ -292,30 +292,29 @@ After the mirroring period the news & downloads of
the website will be
updated and the release will be announced.
Thanks for voting.
-</code></pre></div><p class="alert alert-primary">Note: Be sure to post the
vote result with the same topic as the original message. Also
-prepend the subject with [RESULT]. This is, again, needed to be able to keep
track of vote threads.</p>
+</code></pre></div><p class="alert alert-primary">
+ Note: Be sure to post the vote result with the same topic as the original
message. Also prepend the subject with [RESULT].
+ This is, again, needed to be able to keep track of vote threads.
+</p>
<h2 id="vote-passed">Vote Passed</h2>
<p>If the vote is passed sucessfully the release branch can be merged to
master, a release tag needs to be created, the release must be moved from the
“dev” area to the “release” area
and the release can be announced.</p>
-<h3 id="merge-to-master-and-create-git-tag">Merge to master and create GIT
tag</h3>
+<h3 id="create-git-tag-and-merge-to-master">Create Git tag and merge to
master</h3>
<p>After changing all files a tag for the new release must be made. Before
doing so, make sure all changed files are committed.
-The release branch needs to be merged into master, a tag - named like
rel/celix-X.Y.Z - needs to created and all the changes needs to merged with
develop.</p>
-<div class="highlight"><pre
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-bash" data-lang="bash">$ git checkout master
-$ git merge release/celix-X.Y.Z
-$ git push origin master
-
-<span style="color:#080;font-style:italic"># To sign a tag using your GPG key,
it is necessary to configure git with the key you want to use</span>
+A tag - named like rel/celix-X.Y.Z - needs to created and the release branch
needs to be merged into master.</p>
+<div class="highlight"><pre
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-bash" data-lang="bash"><span
style="color:#080;font-style:italic"># To sign a tag using your GPG key, it is
necessary to configure git with the key you want to use</span>
<span style="color:#080;font-style:italic"># Configure git by issuing the
following command, where E43F742E needs to be replaced with your key id</span>
$ git config --global user.signingkey E43F742E
-<span style="color:#080;font-style:italic"># Next thing to do is creating the
tag</span>
+<span style="color:#080;font-style:italic"># Create the tag</span>
$ git tag -s rel/celix-X.Y.Z -m <span style="color:#b44">'Celix release
X.Y.Z'</span>
<span style="color:#080;font-style:italic"># Next thing to do is pushing the
tag to the remote</span>
$ git push origin rel/celix-X.Y.Z
-$ git checkout develop
-$ git merge master
+$ git checkout master
+$ git merge release-X.Y.Z
+$ git push origin master
</code></pre></div><h3 id="roll-out-release-artifacts">Roll out release
artifacts</h3>
<p>When a release is moved from the “dev” area to
“release” area. The automated
svnpubsub will move the artifact to the correct server for mirroring.
Mirroring typically can take up to 24 hours.</p>
diff --git a/content/contributing/submitting-patches.html
b/content/contributing/submitting-patches.html
index fe273ac..5c823d3 100644
--- a/content/contributing/submitting-patches.html
+++ b/content/contributing/submitting-patches.html
@@ -108,10 +108,15 @@
<ul>
<li><a href="#contributing-with-github">Contributing with GitHub</a></li>
<li><a href="#committers">Committers</a></li>
- <li><a href="#non-committers">Non-committers</a></li>
<li><a href="#further-reading">Further reading</a></li>
</ul>
</nav>
+<p class="alert alert-primary">
+ Celix uses Git so you must install a git client locally to be able to
clone the Celix repository.
+</p>
+<p class="alert alert-primary">
+ The development workflow that Apache Celix is following is described <a
href="development-workflow.html">here</a>.
+</p>
<h2 id="contributing-with-github">Contributing with GitHub</h2>
<p>Using the GitHub mirror is the simplest way to contribute to Apache Celix
if you are not a member
of the Celix Committers group.</p>
@@ -132,14 +137,12 @@ with the source code.</p>
<p>Right now you should have two remotes defined for the repo,
<code>origin</code> and <code>fork</code>, use below command to confirm that</p>
<pre><code>git remote -v
</code></pre>
-<p>Now you are ready to work with the Apache Celix’ code base. Start
with switching to <code>develop</code> branch</p>
-<pre><code>git checkout develop
-</code></pre>
-<p>now is time to fetch any changes from remote repository</p>
+<p>Now you are ready to work with the Apache Celix’ code base.</p>
+<p>Fetch any changes from the remote repository</p>
<pre><code>git fetch
git pull
</code></pre>
-<p>you should create a branch to keep your changes and it must be done off the
<code>develop</code> branch</p>
+<p>You can now create branches for your changes (branches must be created from
the <code>master</code> branch)</p>
<pre><code>git checkout -b my-branch
</code></pre>
<p>Do your changes and commit them to <code>my-branch</code>, when
you’re done you can push the changes to GitHub, to your fork.</p>
@@ -152,11 +155,11 @@ git pull
<p>The final step is to open a Pull Request (short: PR) against the original
Apache Celix repo. Go to the
<a href="https://github.com/apache/celix">Apache Celix mirror</a>, then to <a
href="https://github.com/apache/celix/pulls">Pull request</a>
and hit <a href="https://github.com/apache/celix/compare/">New Pull
Request</a> button.</p>
-<p>If not already selected, click on <code>compare across forks.</code> Right
now you must select from the dropdowns on right
-your fork and branch to compare the differences with the Apache Celix’
<code>develop</code> branch.</p>
-<p>Finally hit <code>Create Pull Request</code> button and you are done!</p>
-<p>After your PR got accepted and merged you must clean up your local repo,
please switch your current branch to <code>develop</code></p>
-<pre><code>git checkout develop
+<p>If not already selected, click on <code>compare across forks.</code> Right
now you must select from the dropdowns on the right
+your fork and branch to compare the differences with the Apache Celix’
<code>master</code> branch.</p>
+<p>Finally, hit the <code>Create Pull Request</code> button and you are
done!</p>
+<p>After your PR got accepted and merged you must clean up your local repo,
please switch your current branch to <code>master</code></p>
+<pre><code>git checkout master
</code></pre>
<p>and fetch updates from remote</p>
<pre><code>git fetch -p
@@ -167,22 +170,13 @@ git pull
</code></pre>
<p>and you are ready to start working on another feature/issue.</p>
<h2 id="committers">Committers</h2>
-<p>Celix uses Git so you must install a git client locally and then you can
clone the Celix repository:</p>
-<p>either using Apache GitBox</p>
+<p>Committers can use either Apache GitBox</p>
<pre><code>git clone https://gitbox.apache.org/repos/asf/celix.git
</code></pre>
<p>or GitHub</p>
<pre><code>git clone https://github.com/apache/celix.git
</code></pre>
<p>and done!</p>
-<p class="alert alert-primary">Note: Remember that Apache Celix is following
the <a
href="https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow">GitFlow
Workflow</a>
-and the most recent work is on the `develop` branch.</p>
-<h2 id="non-committers">Non-committers</h2>
-<p>If you are not a committer you can still clone the Gitbox repo but you
won’t be able push to any changes to it.
-At that moment, it’s easier to use GitHub, as GitHub provides the
functionality to handle Pull Requests.</p>
-<pre><code>git clone https://github.com/apache/celix.git
-</code></pre>
-<p>For more info, read <a href="#contributing-with-github">Contributing with
GitHub</a> on this page.</p>
<h2 id="further-reading">Further reading</h2>
<ul>
<li><a href="http://wiki.apache.org/general/GitAtApache">Git at Apache</a></li>
diff --git a/content/docs/2.2.0/celix/CHANGES.html
b/content/docs/2.2.0/celix/CHANGES.html
index 5f81fe1..6f46c91 100644
--- a/content/docs/2.2.0/celix/CHANGES.html
+++ b/content/docs/2.2.0/celix/CHANGES.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/CHANGES.md" title="Edit this
page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/CHANGES.md" title="Edit this
page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/README.html
b/content/docs/2.2.0/celix/README.html
index 6afddb7..ec2f632 100644
--- a/content/docs/2.2.0/celix/README.html
+++ b/content/docs/2.2.0/celix/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/README.md" title="Edit this
page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/README.md" title="Edit this
page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/deployment_admin/README.html
b/content/docs/2.2.0/celix/bundles/deployment_admin/README.html
index b1a0911..02ffe8b 100644
--- a/content/docs/2.2.0/celix/bundles/deployment_admin/README.html
+++ b/content/docs/2.2.0/celix/bundles/deployment_admin/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/deployment_admin/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/deployment_admin/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/device_access/README.html
b/content/docs/2.2.0/celix/bundles/device_access/README.html
index 109cfa1..653d91a 100644
--- a/content/docs/2.2.0/celix/bundles/device_access/README.html
+++ b/content/docs/2.2.0/celix/bundles/device_access/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/device_access/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/device_access/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/device_access/example/base_driver/README.html
b/content/docs/2.2.0/celix/bundles/device_access/example/base_driver/README.html
index 6c93a1b..ef0a6f9 100644
---
a/content/docs/2.2.0/celix/bundles/device_access/example/base_driver/README.html
+++
b/content/docs/2.2.0/celix/bundles/device_access/example/base_driver/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/device_access/example/base_driver/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/device_access/example/base_driver/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/device_access/example/consuming_driver/README.html
b/content/docs/2.2.0/celix/bundles/device_access/example/consuming_driver/README.html
index 07c29d6..eb073b1 100644
---
a/content/docs/2.2.0/celix/bundles/device_access/example/consuming_driver/README.html
+++
b/content/docs/2.2.0/celix/bundles/device_access/example/consuming_driver/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/device_access/example/consuming_driver/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/device_access/example/consuming_driver/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/device_access/example/refining_driver/README.html
b/content/docs/2.2.0/celix/bundles/device_access/example/refining_driver/README.html
index 016a8ae..23c6cb6 100644
---
a/content/docs/2.2.0/celix/bundles/device_access/example/refining_driver/README.html
+++
b/content/docs/2.2.0/celix/bundles/device_access/example/refining_driver/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/device_access/example/refining_driver/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/device_access/example/refining_driver/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/http_admin/README.html
b/content/docs/2.2.0/celix/bundles/http_admin/README.html
index 344a6e1..15f7b52 100644
--- a/content/docs/2.2.0/celix/bundles/http_admin/README.html
+++ b/content/docs/2.2.0/celix/bundles/http_admin/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/http_admin/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/http_admin/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/logging/log_service/README.html
b/content/docs/2.2.0/celix/bundles/logging/log_service/README.html
index e40fb4d..2a7a507 100644
--- a/content/docs/2.2.0/celix/bundles/logging/log_service/README.html
+++ b/content/docs/2.2.0/celix/bundles/logging/log_service/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/logging/log_service/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/logging/log_service/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/logging/log_writer/README.html
b/content/docs/2.2.0/celix/bundles/logging/log_writer/README.html
index 05b0ebe..1967e17 100644
--- a/content/docs/2.2.0/celix/bundles/logging/log_writer/README.html
+++ b/content/docs/2.2.0/celix/bundles/logging/log_writer/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/logging/log_writer/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/logging/log_writer/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/pubsub/README.html
b/content/docs/2.2.0/celix/bundles/pubsub/README.html
index 8cb2c2a..3038aee 100644
--- a/content/docs/2.2.0/celix/bundles/pubsub/README.html
+++ b/content/docs/2.2.0/celix/bundles/pubsub/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/pubsub/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/pubsub/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/pubsub/examples/keys/README.html
b/content/docs/2.2.0/celix/bundles/pubsub/examples/keys/README.html
index 7d82cc4..16c6529 100644
--- a/content/docs/2.2.0/celix/bundles/pubsub/examples/keys/README.html
+++ b/content/docs/2.2.0/celix/bundles/pubsub/examples/keys/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/pubsub/examples/keys/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/pubsub/examples/keys/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/pubsub/pubsub_admin_udp_mc/README.html
b/content/docs/2.2.0/celix/bundles/pubsub/pubsub_admin_udp_mc/README.html
index d5f3eba..5e31207 100644
--- a/content/docs/2.2.0/celix/bundles/pubsub/pubsub_admin_udp_mc/README.html
+++ b/content/docs/2.2.0/celix/bundles/pubsub/pubsub_admin_udp_mc/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/pubsub/pubsub_admin_udp_mc/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/pubsub/pubsub_admin_udp_mc/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/remote_services/README.html
b/content/docs/2.2.0/celix/bundles/remote_services/README.html
index 22c038f..d50430c 100644
--- a/content/docs/2.2.0/celix/bundles/remote_services/README.html
+++ b/content/docs/2.2.0/celix/bundles/remote_services/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/remote_services/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/remote_services/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/remote_services/discovery_etcd/README.html
b/content/docs/2.2.0/celix/bundles/remote_services/discovery_etcd/README.html
index 30e1bd9..3f982e7 100644
---
a/content/docs/2.2.0/celix/bundles/remote_services/discovery_etcd/README.html
+++
b/content/docs/2.2.0/celix/bundles/remote_services/discovery_etcd/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/remote_services/discovery_etcd/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/remote_services/discovery_etcd/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/remote_services/remote_service_admin_dfi/README.html
b/content/docs/2.2.0/celix/bundles/remote_services/remote_service_admin_dfi/README.html
index a808b18..cf5b283 100644
---
a/content/docs/2.2.0/celix/bundles/remote_services/remote_service_admin_dfi/README.html
+++
b/content/docs/2.2.0/celix/bundles/remote_services/remote_service_admin_dfi/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/remote_services/remote_service_admin_dfi/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/remote_services/remote_service_admin_dfi/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/remote_services/remote_services_api/README.html
b/content/docs/2.2.0/celix/bundles/remote_services/remote_services_api/README.html
index f39830c..ed01a26 100644
---
a/content/docs/2.2.0/celix/bundles/remote_services/remote_services_api/README.html
+++
b/content/docs/2.2.0/celix/bundles/remote_services/remote_services_api/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/remote_services/remote_services_api/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/remote_services/remote_services_api/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/remote_services/rsa_spi/README.html
b/content/docs/2.2.0/celix/bundles/remote_services/rsa_spi/README.html
index e94255b..301997a 100644
--- a/content/docs/2.2.0/celix/bundles/remote_services/rsa_spi/README.html
+++ b/content/docs/2.2.0/celix/bundles/remote_services/rsa_spi/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/remote_services/rsa_spi/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/remote_services/rsa_spi/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/bundles/remote_services/topology_manager/README.html
b/content/docs/2.2.0/celix/bundles/remote_services/topology_manager/README.html
index 2f62f81..394f10a 100644
---
a/content/docs/2.2.0/celix/bundles/remote_services/topology_manager/README.html
+++
b/content/docs/2.2.0/celix/bundles/remote_services/topology_manager/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/remote_services/topology_manager/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/remote_services/topology_manager/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/shell/remote_shell/README.html
b/content/docs/2.2.0/celix/bundles/shell/remote_shell/README.html
index 82087e3..d67cba1 100644
--- a/content/docs/2.2.0/celix/bundles/shell/remote_shell/README.html
+++ b/content/docs/2.2.0/celix/bundles/shell/remote_shell/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/shell/remote_shell/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/shell/remote_shell/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/shell/shell/README.html
b/content/docs/2.2.0/celix/bundles/shell/shell/README.html
index c914465..f91a690 100644
--- a/content/docs/2.2.0/celix/bundles/shell/shell/README.html
+++ b/content/docs/2.2.0/celix/bundles/shell/shell/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/shell/shell/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/shell/shell/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/shell/shell_tui/README.html
b/content/docs/2.2.0/celix/bundles/shell/shell_tui/README.html
index ce0c88d..1d17f21 100644
--- a/content/docs/2.2.0/celix/bundles/shell/shell_tui/README.html
+++ b/content/docs/2.2.0/celix/bundles/shell/shell_tui/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/shell/shell_tui/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/shell/shell_tui/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/bundles/shell/shell_wui/README.html
b/content/docs/2.2.0/celix/bundles/shell/shell_wui/README.html
index fa6977c..5bb56d3 100644
--- a/content/docs/2.2.0/celix/bundles/shell/shell_wui/README.html
+++ b/content/docs/2.2.0/celix/bundles/shell/shell_wui/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/bundles/shell/shell_wui/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/bundles/shell/shell_wui/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/documents/building/README.html
b/content/docs/2.2.0/celix/documents/building/README.html
index b388d8e..fd62a4b 100644
--- a/content/docs/2.2.0/celix/documents/building/README.html
+++ b/content/docs/2.2.0/celix/documents/building/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/documents/building/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/documents/building/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/documents/cmake_commands/README.html
b/content/docs/2.2.0/celix/documents/cmake_commands/README.html
index f2ac860..75e740c 100644
--- a/content/docs/2.2.0/celix/documents/cmake_commands/README.html
+++ b/content/docs/2.2.0/celix/documents/cmake_commands/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/documents/cmake_commands/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/documents/cmake_commands/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/documents/getting_started/README.html
b/content/docs/2.2.0/celix/documents/getting_started/README.html
index 08e33df..25fcabd 100644
--- a/content/docs/2.2.0/celix/documents/getting_started/README.html
+++ b/content/docs/2.2.0/celix/documents/getting_started/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/documents/getting_started/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/documents/getting_started/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/documents/getting_started/creating_a_simple_bundle.html
b/content/docs/2.2.0/celix/documents/getting_started/creating_a_simple_bundle.html
index 0b97e70..af99d10 100644
---
a/content/docs/2.2.0/celix/documents/getting_started/creating_a_simple_bundle.html
+++
b/content/docs/2.2.0/celix/documents/getting_started/creating_a_simple_bundle.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/documents/getting_started/creating_a_simple_bundle.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/documents/getting_started/creating_a_simple_bundle.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/documents/getting_started/using_services_with_c.html
b/content/docs/2.2.0/celix/documents/getting_started/using_services_with_c.html
index 8ca2648..049fde1 100644
---
a/content/docs/2.2.0/celix/documents/getting_started/using_services_with_c.html
+++
b/content/docs/2.2.0/celix/documents/getting_started/using_services_with_c.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/documents/getting_started/using_services_with_c.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/documents/getting_started/using_services_with_c.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/documents/getting_started/using_services_with_cxx.html
b/content/docs/2.2.0/celix/documents/getting_started/using_services_with_cxx.html
index a6df70f..aac52c4 100644
---
a/content/docs/2.2.0/celix/documents/getting_started/using_services_with_cxx.html
+++
b/content/docs/2.2.0/celix/documents/getting_started/using_services_with_cxx.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/documents/getting_started/using_services_with_cxx.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/documents/getting_started/using_services_with_cxx.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/documents/intro/README.html
b/content/docs/2.2.0/celix/documents/intro/README.html
index 2cfb43f..3912e22 100644
--- a/content/docs/2.2.0/celix/documents/intro/README.html
+++ b/content/docs/2.2.0/celix/documents/intro/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/documents/intro/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/documents/intro/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/documents/subprojects/README.html
b/content/docs/2.2.0/celix/documents/subprojects/README.html
index 422127e..d406a35 100644
--- a/content/docs/2.2.0/celix/documents/subprojects/README.html
+++ b/content/docs/2.2.0/celix/documents/subprojects/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/documents/subprojects/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/documents/subprojects/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/examples/celix-examples/README.html
b/content/docs/2.2.0/celix/examples/celix-examples/README.html
index c973c42..5c82769 100644
--- a/content/docs/2.2.0/celix/examples/celix-examples/README.html
+++ b/content/docs/2.2.0/celix/examples/celix-examples/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/examples/celix-examples/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/examples/celix-examples/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/examples/celix-examples/http_example/README.html
b/content/docs/2.2.0/celix/examples/celix-examples/http_example/README.html
index eecd036..d5e6cf8 100644
--- a/content/docs/2.2.0/celix/examples/celix-examples/http_example/README.html
+++ b/content/docs/2.2.0/celix/examples/celix-examples/http_example/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/examples/celix-examples/http_example/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/examples/celix-examples/http_example/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/examples/celix-examples/services_example_c/README.html
b/content/docs/2.2.0/celix/examples/celix-examples/services_example_c/README.html
index 1dea9c2..f4c897b 100644
---
a/content/docs/2.2.0/celix/examples/celix-examples/services_example_c/README.html
+++
b/content/docs/2.2.0/celix/examples/celix-examples/services_example_c/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/examples/celix-examples/services_example_c/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/examples/celix-examples/services_example_c/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/dependency_manager/README.html
b/content/docs/2.2.0/celix/libs/dependency_manager/README.html
index 5758a54..b421a46 100644
--- a/content/docs/2.2.0/celix/libs/dependency_manager/README.html
+++ b/content/docs/2.2.0/celix/libs/dependency_manager/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/dependency_manager/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/dependency_manager/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/dependency_manager/TODO.html
b/content/docs/2.2.0/celix/libs/dependency_manager/TODO.html
index de9c7e8..9aff96d 100644
--- a/content/docs/2.2.0/celix/libs/dependency_manager/TODO.html
+++ b/content/docs/2.2.0/celix/libs/dependency_manager/TODO.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/dependency_manager/TODO.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/dependency_manager/TODO.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/dependency_manager_cxx/README.html
b/content/docs/2.2.0/celix/libs/dependency_manager_cxx/README.html
index 21612a0..59d5dcd 100644
--- a/content/docs/2.2.0/celix/libs/dependency_manager_cxx/README.html
+++ b/content/docs/2.2.0/celix/libs/dependency_manager_cxx/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/dependency_manager_cxx/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/dependency_manager_cxx/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/dependency_manager_cxx/TODO.html
b/content/docs/2.2.0/celix/libs/dependency_manager_cxx/TODO.html
index c5a0b51..93eb288 100644
--- a/content/docs/2.2.0/celix/libs/dependency_manager_cxx/TODO.html
+++ b/content/docs/2.2.0/celix/libs/dependency_manager_cxx/TODO.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/dependency_manager_cxx/TODO.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/dependency_manager_cxx/TODO.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/etcdlib/README.html
b/content/docs/2.2.0/celix/libs/etcdlib/README.html
index 73cd503..f07f72c 100644
--- a/content/docs/2.2.0/celix/libs/etcdlib/README.html
+++ b/content/docs/2.2.0/celix/libs/etcdlib/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/etcdlib/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/etcdlib/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/launcher/README.html
b/content/docs/2.2.0/celix/libs/launcher/README.html
index ca08574..053a389 100644
--- a/content/docs/2.2.0/celix/libs/launcher/README.html
+++ b/content/docs/2.2.0/celix/libs/launcher/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/launcher/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/launcher/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/utils/README.html
b/content/docs/2.2.0/celix/libs/utils/README.html
index 75c7497..3f86571 100644
--- a/content/docs/2.2.0/celix/libs/utils/README.html
+++ b/content/docs/2.2.0/celix/libs/utils/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/utils/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/utils/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/utils/docs/thpool/Design.html
b/content/docs/2.2.0/celix/libs/utils/docs/thpool/Design.html
index d169515..c99f516 100644
--- a/content/docs/2.2.0/celix/libs/utils/docs/thpool/Design.html
+++ b/content/docs/2.2.0/celix/libs/utils/docs/thpool/Design.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/utils/docs/thpool/Design.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/utils/docs/thpool/Design.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/utils/docs/thpool/FAQ.html
b/content/docs/2.2.0/celix/libs/utils/docs/thpool/FAQ.html
index dfcfede..884ab94 100644
--- a/content/docs/2.2.0/celix/libs/utils/docs/thpool/FAQ.html
+++ b/content/docs/2.2.0/celix/libs/utils/docs/thpool/FAQ.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/utils/docs/thpool/FAQ.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/utils/docs/thpool/FAQ.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/utils/docs/thpool/README.html
b/content/docs/2.2.0/celix/libs/utils/docs/thpool/README.html
index fef85a9..948f52b 100644
--- a/content/docs/2.2.0/celix/libs/utils/docs/thpool/README.html
+++ b/content/docs/2.2.0/celix/libs/utils/docs/thpool/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/utils/docs/thpool/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/utils/docs/thpool/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/libs/utils/include/memstream/README.html
b/content/docs/2.2.0/celix/libs/utils/include/memstream/README.html
index d608747..81e05d7 100644
--- a/content/docs/2.2.0/celix/libs/utils/include/memstream/README.html
+++ b/content/docs/2.2.0/celix/libs/utils/include/memstream/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/libs/utils/include/memstream/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/libs/utils/include/memstream/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/docs/2.2.0/celix/misc/experimental/README.html
b/content/docs/2.2.0/celix/misc/experimental/README.html
index 4f3c49d..d370e44 100644
--- a/content/docs/2.2.0/celix/misc/experimental/README.html
+++ b/content/docs/2.2.0/celix/misc/experimental/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/misc/experimental/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/misc/experimental/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git
a/content/docs/2.2.0/celix/misc/experimental/bundles/config_admin/README.html
b/content/docs/2.2.0/celix/misc/experimental/bundles/config_admin/README.html
index 0fd1fb6..f945d2b 100644
---
a/content/docs/2.2.0/celix/misc/experimental/bundles/config_admin/README.html
+++
b/content/docs/2.2.0/celix/misc/experimental/bundles/config_admin/README.html
@@ -102,7 +102,7 @@
- <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/develop/misc/experimental/bundles/config_admin/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
+ <a class="edit-on-gh"
href="https://github.com/apache/celix/edit/master/misc/experimental/bundles/config_admin/README.md"
title="Edit this page on GitHub">Edit on GitHub</a>
diff --git a/content/index.xml b/content/index.xml
index ecd2a4d..2c3e34a 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -277,6 +277,16 @@ Properties tags used by the deployment admin CMake
option BUILD_DEPLOYMENT_ADM
</item>
<item>
+ <title>Development workflow</title>
+
<link>https://celix.apache.org/contributing/development-workflow.html</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+
<guid>https://celix.apache.org/contributing/development-workflow.html</guid>
+ <description>Development workflow Celix uses an adapted version of the
GitFlow workflow. The default branch of the Celix repositories is the master
branch. Feature branches are created from and against the master branch.
Releases &amp; hotfixes are also created from and against the master branch.
+The following image visualizes the workflow Celix is using:</description>
+ </item>
+
+ <item>
<title>Device Access</title>
<link>https://celix.apache.org/docs/2.1.0/celix/device_access/README.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
@@ -689,7 +699,7 @@ Getting Started with Apache Celix For a guide how to start
writing your own bund
<guid>https://celix.apache.org/contributing/releasing.html</guid>
<description>Releasing Apache Celix Note: This information is only of
use to Apache Celix Release Managers!
Steps to follow:
- Create signing KEYS Create release branch Update release related files
Compile and test Create, sign and publish artifacts Run the vote Post the vote
results Vote Passed Merge to master and create GIT tag Roll out release
artifacts Announce the release Interesting links:
+ Create signing KEYS Create release branch Update release related files
Compile and test Create, sign and publish artifacts Run the vote Post the vote
results Vote Passed Create Git tag and merge to master Roll out release
artifacts Announce the release Interesting links:
Apache Release Guide Apache Release Signing Apache RAT Apache OpenPGP HowTo
Create signing KEYS Each Release Manager must have his own signing
keys.</description>
</item>
@@ -866,8 +876,8 @@ With Git installed, obtaining a working copy of the Celix
codebase is as simple
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://celix.apache.org/contributing/submitting-patches.html</guid>
- <description>Submitting patches Contributing with GitHub Committers
Non-committers Further reading Contributing with GitHub Using the GitHub
mirror is the simplest way to contribute to Apache Celix if you are not a
member of the Celix Committers group.
-First you must have an account created at GitHub to be able perform the next
step. If you don&rsquo;t, go ahead and create one just right now! Please
remember to setup SSH keys and test them!</description>
+ <description>Submitting patches Contributing with GitHub Committers
Further reading Celix uses Git so you must install a git client locally to be
able to clone the Celix repository. The development workflow that Apache Celix
is following is described here. Contributing with GitHub Using the GitHub
mirror is the simplest way to contribute to Apache Celix if you are not a
member of the Celix Committers group.
+First you must have an account created at GitHub to be able perform the next
step.</description>
</item>
<item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 20d1b17..2a73346 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -4,7 +4,7 @@
<url>
<loc>https://celix.apache.org/</loc>
- <lastmod>2020-03-04T11:11:32+01:00</lastmod>
+ <lastmod>2020-05-06T20:35:48+02:00</lastmod>
</url>
<url>
@@ -109,7 +109,7 @@
<url>
<loc>https://celix.apache.org/contributing.html</loc>
- <lastmod>2020-02-03T15:43:09+01:00</lastmod>
+ <lastmod>2020-05-06T20:35:48+02:00</lastmod>
</url>
<url>
@@ -143,6 +143,11 @@
</url>
<url>
+ <loc>https://celix.apache.org/contributing/development-workflow.html</loc>
+ <lastmod>2020-05-06T20:35:48+02:00</lastmod>
+ </url>
+
+ <url>
<loc>https://celix.apache.org/docs/2.1.0/celix/device_access/README.html</loc>
<lastmod>2020-02-03T15:43:09+01:00</lastmod>
</url>
@@ -329,7 +334,7 @@
<url>
<loc>https://celix.apache.org/contributing/releasing.html</loc>
- <lastmod>2020-01-12T15:00:30+01:00</lastmod>
+ <lastmod>2020-05-06T20:35:48+02:00</lastmod>
</url>
<url>
@@ -414,7 +419,7 @@
<url>
<loc>https://celix.apache.org/contributing/submitting-patches.html</loc>
- <lastmod>2020-02-03T15:43:09+01:00</lastmod>
+ <lastmod>2020-05-06T20:35:48+02:00</lastmod>
</url>
<url>