This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 2957712c5 incubator-kie-issues#471: Add apache headers license into
files (#512)
2957712c5 is described below
commit 2957712c5db75b68c9681fa1e1146338c5615b05
Author: Jozef Marko <[email protected]>
AuthorDate: Mon Oct 23 17:52:51 2023 +0200
incubator-kie-issues#471: Add apache headers license into files (#512)
---
.ci/jenkins/Jenkinsfile.post-release | 19 ++++++++++++++
.ci/jenkins/Jenkinsfile.setup-branch | 19 ++++++++++++++
.ci/jenkins/dsl/jobs.groovy | 19 ++++++++++++++
.ci/jenkins/dsl/test.sh | 19 ++++++++++++++
.github/workflows/jenkins-tests-PR.yml | 19 ++++++++++++++
.github/workflows/npm-publish-pages.yml | 19 ++++++++++++++
.github/workflows/pr-backporting.yml | 19 ++++++++++++++
.github/workflows/sw-docs-pr.yml | 19 ++++++++++++++
CONTRIBUTING.md | 12 ++++-----
NOTICE | 15 +++++++++++
README.adoc | 2 +-
antora-playbook-author.yml | 19 ++++++++++++++
antora-playbook.yml | 19 ++++++++++++++
antora/supplemental-ui/js/tabsBehavior.js | 19 ++++++++++++++
antora/supplemental-ui/partials/header-content.hbs | 2 +-
scripts/copy-latest.py | 19 ++++++++++++++
serverlessworkflow/antora.yml | 29 ++++++++++++++++++----
serverlessworkflow/modules/ROOT/nav.adoc | 17 +++++++++++++
.../cloud/operator/build-and-deploy-workflows.adoc | 4 +--
.../operator/install-serverless-operator.adoc | 7 +++---
.../build-workflow-image-with-quarkus-cli.adoc | 2 +-
.../ROOT/pages/job-services/core-concepts.adoc | 4 +--
.../persistence/persistence-with-postgresql.adoc | 2 +-
...estrating-third-party-services-with-oauth2.adoc | 2 +-
.../basic-integration-tests-with-restassured.adoc | 2 +-
...serverless-logic-web-tools-deploy-projects.adoc | 2 +-
.../pages/use-cases/timeout-showcase-example.adoc | 8 +++---
27 files changed, 309 insertions(+), 29 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.post-release
b/.ci/jenkins/Jenkinsfile.post-release
index 9f87cc128..1881d79e9 100644
--- a/.ci/jenkins/Jenkinsfile.post-release
+++ b/.ci/jenkins/Jenkinsfile.post-release
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
import org.jenkinsci.plugins.workflow.libs.Library
@Library('jenkins-pipeline-shared-libraries')_
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch
b/.ci/jenkins/Jenkinsfile.setup-branch
index 7b2bc63e2..3c2b20b5d 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
import org.jenkinsci.plugins.workflow.libs.Library
@Library('jenkins-pipeline-shared-libraries')_
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index bdc3106aa..fec5bb77a 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
/*
* This file is describing all the Jenkins jobs in the DSL format (see
https://plugins.jenkins.io/job-dsl/)
* needed by the Kogito pipelines.
diff --git a/.ci/jenkins/dsl/test.sh b/.ci/jenkins/dsl/test.sh
index 2d518eb9f..a15d034b0 100755
--- a/.ci/jenkins/dsl/test.sh
+++ b/.ci/jenkins/dsl/test.sh
@@ -1,4 +1,23 @@
#!/bin/bash -e
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
file=$(mktemp)
# For more usage of the script, use ./test.sh -h
curl -o ${file}
https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/main/dsl/seed/scripts/seed_test.sh
diff --git a/.github/workflows/jenkins-tests-PR.yml
b/.github/workflows/jenkins-tests-PR.yml
index 324a2deb1..879dfc43a 100644
--- a/.github/workflows/jenkins-tests-PR.yml
+++ b/.github/workflows/jenkins-tests-PR.yml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
# This workflow will build a Java project with Maven
# For more information see:
https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Jenkins Tests
diff --git a/.github/workflows/npm-publish-pages.yml
b/.github/workflows/npm-publish-pages.yml
index 55f50071c..43d01dc4e 100644
--- a/.github/workflows/npm-publish-pages.yml
+++ b/.github/workflows/npm-publish-pages.yml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
# This workflow will run tests using node and then publish a package to GitHub
Packages when a release is created
# For more information see:
https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
diff --git a/.github/workflows/pr-backporting.yml
b/.github/workflows/pr-backporting.yml
index ae52e051d..899e108d3 100644
--- a/.github/workflows/pr-backporting.yml
+++ b/.github/workflows/pr-backporting.yml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
name: Pull Request Backporting
on:
diff --git a/.github/workflows/sw-docs-pr.yml b/.github/workflows/sw-docs-pr.yml
index 677e515c6..469a3394f 100644
--- a/.github/workflows/sw-docs-pr.yml
+++ b/.github/workflows/sw-docs-pr.yml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
name: SonataFlow Guides
on:
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5f1aa8f9f..432289f74 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,7 +32,7 @@ For the documentation review, do the same step as described
in the item number 4
## Basic Conventions
-As a general rule of thumb, look at the [published
documentation](https://kiegroup.github.io/kogito-docs/) to have an idea of the
writing style, format, and organization.
+As a general rule of thumb, look at the [published
documentation](https://apache.github.io/incubator-kie-kogito-docs/) to have an
idea of the writing style, format, and organization.
### UI Elements
@@ -216,11 +216,11 @@ More details at [Antora
documentation](https://docs.antora.org/antora/latest/asc
1. You can retrieve all changes in the release page of each repository of the
project:
- - https://github.com/kiegroup/kogito-runtimes/releases/tag/{version}
- - https://github.com/kiegroup/kogito-apps/releases/tag/{version}
- - https://github.com/kiegroup/kogito-examples/releases/tag/{version}
- -
https://github.com/kiegroup/kogito-images/releases/tag/{version_without_Final}
- -
https://github.com/kiegroup/kogito-serverless-operator/releases/tag/v{version_without_Final}
+ -
https://github.com/apache/incubator-kie-kogito-runtimes/releases/tag/{version}
+ -
https://github.com/apache/incubator-kie-kogito-apps/releases/tag/{version}
+ -
https://github.com/apache/incubator-kie-kogito-examples/releases/tag/{version}
+ -
https://github.com/apache/incubator-kie-kogito-images/releases/tag/{version_without_Final}
+ -
https://github.com/apache/incubator-kie-kogito-serverless-operator/releases/tag/v{version_without_Final}
Replace `{version}` with the given core version, for example
`1.41.0.Final`.
Replace `{version_without_Final}` with the given cloud version, for example
`1.41.0`.
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 000000000..fd362f8db
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,15 @@
+Apache KIE
+Copyright 2023 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+The Initial Developer of some parts of the framework, which are copied from,
derived from, or
+inspired by KIE (Knowledge Is Everthing) group, is Red Hat, Inc
(https://www.redhat.com/).
+Copyright Red Hat, Inc. and/or its affiliates.. All Rights Reserved.
+
+This product also includes the following third-party components:
+
+* tabs.js
+
+ Copyright Dan Allen ([email protected])
\ No newline at end of file
diff --git a/README.adoc b/README.adoc
index aa00c0bfa..ef0ad16d3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,6 @@
= Kogito Guides
-The published guides can be found
https://kiegroup.github.io/kogito-docs/serverlessworkflow/latest/index.html[here].
+The published guides can be found
https://apache.github.io/incubator-kie-kogito-docs/serverlessworkflow/latest/index.html[here].
== Prerequisite
diff --git a/antora-playbook-author.yml b/antora-playbook-author.yml
index 8d091988d..c07423799 100644
--- a/antora-playbook-author.yml
+++ b/antora-playbook-author.yml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
site:
title: SonataFlow Guides Local Preview
start_page: serverlessworkflow::index.adoc
diff --git a/antora-playbook.yml b/antora-playbook.yml
index 4e5f3efb2..42217ded4 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
site:
title: SonataFlow Guides
start_page: serverlessworkflow::index.adoc
diff --git a/antora/supplemental-ui/js/tabsBehavior.js
b/antora/supplemental-ui/js/tabsBehavior.js
index 2b88fecb4..3ed389a99 100644
--- a/antora/supplemental-ui/js/tabsBehavior.js
+++ b/antora/supplemental-ui/js/tabsBehavior.js
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
;(function () {
'use strict'
diff --git a/antora/supplemental-ui/partials/header-content.hbs
b/antora/supplemental-ui/partials/header-content.hbs
index 4d5dc3441..81d8095e3 100644
--- a/antora/supplemental-ui/partials/header-content.hbs
+++ b/antora/supplemental-ui/partials/header-content.hbs
@@ -26,7 +26,7 @@
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<div class="navbar-item">
- <a class="navbar-item small-item"
href="https://github.com/kiegroup"
+ <a class="navbar-item small-item"
href="https://github.com/apache"
target="_blank" title="Follow KIE on GitHub">
<div class="github-icon"></div>
</a>
diff --git a/scripts/copy-latest.py b/scripts/copy-latest.py
index c72b8796f..01ff96fd8 100644
--- a/scripts/copy-latest.py
+++ b/scripts/copy-latest.py
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
# Script to copy over the latest "numbered" version to the build directory
# Must be called AFTER the website being built by "npm run install-build"
# It will create a new directory with the numbered version, e.g. 1.32.0.Final
with the contents of the "latest" directory.
diff --git a/serverlessworkflow/antora.yml b/serverlessworkflow/antora.yml
index 6f1953b3a..eb283e70b 100644
--- a/serverlessworkflow/antora.yml
+++ b/serverlessworkflow/antora.yml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
name: serverlessworkflow
title: "SonataFlow Guides"
version: main
@@ -44,10 +63,10 @@ asciidoc:
operator_k8s_subscription: my-sonataflow-operator
kogito_devservices_imagename:
registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8
sonataflow_devmode_imagename: quay.io/kiegroup/kogito-swf-devmode
- kogito_examples_repository_url: https://github.com/kiegroup/kogito-examples
- kogito_sw_examples_url:
https://github.com/kiegroup/kogito-examples/tree/main/serverless-workflow-examples
- kogito_examples_url: https://github.com/kiegroup/kogito-examples.git
- kogito_apps_url: https://github.com/kiegroup/kogito-apps/tree/main
+ kogito_examples_repository_url:
https://github.com/apache/incubator-kie-kogito-examples
+ kogito_sw_examples_url:
https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples
+ kogito_examples_url:
https://github.com/apache/incubator-kie-kogito-examples.git
+ kogito_apps_url:
https://github.com/apache/incubator-kie-kogito-apps/tree/main
quarkus_cli_url: https://quarkus.io/guides/cli-tooling
spec_website_url: https://serverlessworkflow.io/
spec_doc_url:
https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md
@@ -89,7 +108,7 @@ asciidoc:
camel_extensions_url:
https://camel.apache.org/camel-quarkus/2.14.x/reference/extensions
kaoto_url:
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto
minikube_url: https://minikube.sigs.k8s.io
- kogito_serverless_operator_url:
https://github.com/kiegroup/kogito-serverless-operator/
+ kogito_serverless_operator_url:
https://github.com/apache/incubator-kie-kogito-serverless-operator/
docs_issues_url:
https://github.com/apache/incubator-kie-kogito-docs/issues/new
ocp_local_url:
https://access.redhat.com/documentation/en-us/red_hat_openshift_local/2.17
ocp_knative_serving_url:
https://docs.openshift.com/container-platform/4.12/serverless/install/installing-knative-serving.html
diff --git a/serverlessworkflow/modules/ROOT/nav.adoc
b/serverlessworkflow/modules/ROOT/nav.adoc
index 4d314a6a1..7429f9d6f 100644
--- a/serverlessworkflow/modules/ROOT/nav.adoc
+++ b/serverlessworkflow/modules/ROOT/nav.adoc
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership. The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License. You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied. See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
* xref:release_notes.adoc[Release notes]
* Getting Started
**
xref:getting-started/create-your-first-workflow-service-with-kn-cli-and-vscode.adoc[]
diff --git
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc
index 606abaa46..5d8cc808d 100644
---
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc
@@ -4,8 +4,8 @@
:description: Build and deploy with {operator_name}
:keywords: kogito, sonataflow, workflow, serverless, operator, kubernetes,
minikube, openshift, containers
// links
-:kogito_serverless_operator_url:
https://github.com/kiegroup/kogito-serverless-operator/
-:kogito_greeting_example_url:
https://github.com/kiegroup/kogito-examples/tree/stable/serverless-workflow-examples/serverless-workflow-greeting-quarkus
+:kogito_serverless_operator_url:
https://github.com/apache/incubator-kie-kogito-serverless-operator/
+:kogito_greeting_example_url:
https://github.com/apache/incubator-kie-kogito-examples/tree/stable/serverless-workflow-examples/serverless-workflow-greeting-quarkus
:kaniko_issue_url: https://github.com/GoogleContainerTools/kaniko/issues/2201
:kaniko_url: https://github.com/GoogleContainerTools/kaniko
:openshift_build_url:
https://docs.openshift.com/container-platform/4.13/cicd/builds/understanding-image-builds.html
diff --git
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
index 76c080340..9edbee59e 100644
---
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
@@ -84,7 +84,7 @@ To install the {product_name} Operator, you can use the
following command:
.Install {product_name} Operator on Kubernetes
[source,shell,subs="attributes+"]
----
-kubectl create -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{operator_version}/operator.yaml
+kubectl create -f
https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/{operator_version}/operator.yaml
----
You can also specify a version:
----
@@ -150,12 +150,13 @@ quay.io/kiegroup/kogito-serverless-operator-nightly:1.41.0
.Uninstalling the operator
[source,shell,subs="attributes+"]
----
-kubectl delete -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/v<version>/operator.yaml
+kubectl delete -f
https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/<version>.x/operator.yaml
----
[TIP]
====
-If you're running a snapshot version, use this URL instead
`https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/main/operator.yaml`.
+<<<<<<< HEAD
+If you're running a snapshot version, use this URL instead
`https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/main/operator.yaml`.
The URL should be the same used when installing the operator.
====
diff --git
a/serverlessworkflow/modules/ROOT/pages/cloud/quarkus/build-workflow-image-with-quarkus-cli.adoc
b/serverlessworkflow/modules/ROOT/pages/cloud/quarkus/build-workflow-image-with-quarkus-cli.adoc
index 8274f0eb6..457bec56e 100644
---
a/serverlessworkflow/modules/ROOT/pages/cloud/quarkus/build-workflow-image-with-quarkus-cli.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/cloud/quarkus/build-workflow-image-with-quarkus-cli.adoc
@@ -7,7 +7,7 @@
:quarkus_container_images_url: https://quarkus.io/guides/container-image
:quarkus_native_builds_url: https://quarkus.io/guides/building-native-image
:google_jib_url: https://github.com/GoogleContainerTools/jib
-:kogito_sw_examples_git_repo_url:
https://github.com/kiegroup/kogito-examples.git
+:kogito_sw_examples_git_repo_url:
https://github.com/apache/incubator-kie-kogito-examples.git
This document describes how to build a Serverless Application Container image
using the link:{quarkus_cli_url}[Quarkus CLI].
diff --git
a/serverlessworkflow/modules/ROOT/pages/job-services/core-concepts.adoc
b/serverlessworkflow/modules/ROOT/pages/job-services/core-concepts.adoc
index 96229a711..491087b6d 100644
--- a/serverlessworkflow/modules/ROOT/pages/job-services/core-concepts.adoc
+++ b/serverlessworkflow/modules/ROOT/pages/job-services/core-concepts.adoc
@@ -8,7 +8,7 @@
:jobs_service_image_ephemeral_url:
https://quay.io/repository/kiegroup/kogito-jobs-service-ephemeral
:jobs_service_image_postgresql_url:
https://quay.io/repository/kiegroup/kogito-jobs-service-postgresql
:jobs_service_image_infinispan_url:
https://quay.io/repository/kiegroup/kogito-jobs-service-infinispan
-:jobs_service_image_usage_url:
https://github.com/kiegroup/kogito-images#jobs-services-all-in-one
+:jobs_service_image_usage_url:
https://github.com/apache/incubator-kie-kogito-images#jobs-services-all-in-one
:knative_eventing_url: https://knative.dev/docs/eventing/
:knative_eventing_trigger_url: https://knative.dev/docs/eventing/triggers/
:knative_eventing_sink_binding_url:
https://knative.dev/docs/eventing/sinks/#sink-parameter-example
@@ -127,7 +127,7 @@ spec:
[NOTE]
====
This is the recommended approach when you execute the Job Service in
kubernetes.
-The timeouts showcase example
xref:use-cases/timeout-showcase-example.adoc#execute-quarkus-project-standalone-services[Quarkus
Workflow Project with standalone services] contains an example of this
configuration,
https://github.com/kiegroup/kogito-examples/blob/main/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/kubernetes/jobs-service-postgresql.yml#L65[see].
+The timeouts showcase example
xref:use-cases/timeout-showcase-example.adoc#execute-quarkus-project-standalone-services[Quarkus
Workflow Project with standalone services] contains an example of this
configuration,
https://github.com/apache/incubator-kie-kogito-examples/blob/main/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/kubernetes/jobs-service-postgresql.yml#L65[see].
====
[#using-java-like-system-properties]
diff --git
a/serverlessworkflow/modules/ROOT/pages/persistence/persistence-with-postgresql.adoc
b/serverlessworkflow/modules/ROOT/pages/persistence/persistence-with-postgresql.adoc
index 766b8a212..b8023ea56 100644
---
a/serverlessworkflow/modules/ROOT/pages/persistence/persistence-with-postgresql.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/persistence/persistence-with-postgresql.adoc
@@ -31,7 +31,7 @@ You can also see the `serverless-workflow-callback-quarkus`
example application
.Clone `kogito-examples` repository
[source,shell]
----
-git clone [email protected]:kiegroup/kogito-examples.git
+git clone [email protected]:apache/incubator-kie-kogito-examples.git
----
.Prerequisites
diff --git
a/serverlessworkflow/modules/ROOT/pages/security/orchestrating-third-party-services-with-oauth2.adoc
b/serverlessworkflow/modules/ROOT/pages/security/orchestrating-third-party-services-with-oauth2.adoc
index 5d4e9077d..e5af5d57d 100644
---
a/serverlessworkflow/modules/ROOT/pages/security/orchestrating-third-party-services-with-oauth2.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/security/orchestrating-third-party-services-with-oauth2.adoc
@@ -469,7 +469,7 @@ Once you clone the
`serverless-workflow-oauth2-orchestration-quarkus` example ap
.Clone `kogito-examples` repository and navigate to the directory
[source, bash]
----
-git clone https://github.com/kiegroup/kogito-examples.git
+git clone https://github.com/apache/incubator-kie-kogito-examples.git
cd
kogito-examples/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus
----
diff --git
a/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/basic-integration-tests-with-restassured.adoc
b/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/basic-integration-tests-with-restassured.adoc
index b9a72dca4..b427f1631 100644
---
a/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/basic-integration-tests-with-restassured.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/basic-integration-tests-with-restassured.adoc
@@ -137,7 +137,7 @@ mvn clean verify
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
serverless-workflow-testing-with-rest-assured ---
-[INFO] Building jar:
/home/user/dev/kiegroup/kogito-examples/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/target/serverless-workflow-testing-with-rest-assured-1.0.jar
+[INFO] Building jar:
/home/user/dev/apache/kogito-examples/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/target/serverless-workflow-testing-with-rest-assured-1.0.jar
[INFO]
[INFO] --- quarkus-maven-plugin:2.9.2.Final:build (default) @
serverless-workflow-testing-with-rest-assured ---
[INFO] Performed addonsConfig discovery, found:
AddonsConfig{usePersistence=false, useTracing=false, useMonitoring=false,
usePrometheusMonitoring=false, useCloudEvents=true, useExplainability=false,
useProcessSVG=false, useEventDrivenDecisions=false, useEventDrivenRules=false}
diff --git
a/serverlessworkflow/modules/ROOT/pages/tooling/serverless-logic-web-tools/serverless-logic-web-tools-deploy-projects.adoc
b/serverlessworkflow/modules/ROOT/pages/tooling/serverless-logic-web-tools/serverless-logic-web-tools-deploy-projects.adoc
index 22e62b47d..0ef6a6c29 100644
---
a/serverlessworkflow/modules/ROOT/pages/tooling/serverless-logic-web-tools/serverless-logic-web-tools-deploy-projects.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/tooling/serverless-logic-web-tools/serverless-logic-web-tools-deploy-projects.adoc
@@ -25,7 +25,7 @@ For more information, see
xref:tooling/serverless-logic-web-tools/serverless-log
. Create a project using an example application in
link:{kogito_sw_examples_url}[GitHub].
+
--
-You can use the
link:https://github.com/kiegroup/kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-greeting-quarkus[`serverless-workflow-greeting-quarkus`]
example application, which does not contain external dependencies and is easy
to test and comprehend.
+You can use the
link:https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-greeting-quarkus[`serverless-workflow-greeting-quarkus`]
example application, which does not contain external dependencies and is easy
to test and comprehend.
The `serverless-workflow-greeting-quarkus` example application contains a
single operation state with one action, sending request to the `greeting`
function. In the example application, the workflow data is assumed to be the
name of the person to greet, and the result is the greeting for the person. The
result is added to the state data, which later becomes the workflow data output.
--
diff --git
a/serverlessworkflow/modules/ROOT/pages/use-cases/timeout-showcase-example.adoc
b/serverlessworkflow/modules/ROOT/pages/use-cases/timeout-showcase-example.adoc
index 0cf0ae0ad..b20e66741 100644
---
a/serverlessworkflow/modules/ROOT/pages/use-cases/timeout-showcase-example.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/use-cases/timeout-showcase-example.adoc
@@ -233,11 +233,11 @@ And thus, there is no need for additional configurations
when you use timeouts.
To execute the workflows you must:
-In a command terminal, clone the `kogito-examples` repository, navigate to the
cloned directory, and follow
https://github.com/kiegroup/kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/README.md[these
steps]:
+In a command terminal, clone the `kogito-examples` repository, navigate to the
cloned directory, and follow
https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/README.md[these
steps]:
[source, bash]
----
-git clone https://github.com/kiegroup/kogito-examples.git
+git clone https://github.com/apache/incubator-kie-kogito-examples.git
cd
kogito-examples/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile
----
@@ -251,7 +251,7 @@ In a command terminal, clone the `kogito-examples`
repository, navigate to the c
[source, bash]
----
-git clone https://github.com/kiegroup/kogito-examples.git
+git clone https://github.com/apache/incubator-kie-kogito-examples.git
cd
kogito-examples/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded
----
@@ -301,7 +301,7 @@ In a command terminal, clone the `kogito-examples`
repository, navigate to the c
[source, bash]
----
-git clone https://github.com/kiegroup/kogito-examples.git
+git clone https://github.com/apache/incubator-kie-kogito-examples.git
cd
kogito-examples/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]