diff --git a/.github/actions/.gitignore b/.github/actions/.gitignore index 50d10e91fe5..b0c755f1190 100644 --- a/.github/actions/.gitignore +++ b/.github/actions/.gitignore @@ -1 +1,19 @@ +### +# 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. + !**/node_modules \ No newline at end of file diff --git a/.github/actions/bootstrap/action.yml b/.github/actions/bootstrap/action.yml index c6aea0f6f07..d794ae9b323 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.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: "Bootstrap Apache KIE Tools" description: "" diff --git a/.github/actions/checkout-pr/action.yml b/.github/actions/checkout-pr/action.yml index 4b1b8d1be0a..f420441b27f 100644 --- a/.github/actions/checkout-pr/action.yml +++ b/.github/actions/checkout-pr/action.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: "Checkout PR" description: "" diff --git a/.github/actions/deploy-openshift/action.yml b/.github/actions/deploy-openshift/action.yml index a66eaf7650e..ecb377c23f5 100644 --- a/.github/actions/deploy-openshift/action.yml +++ b/.github/actions/deploy-openshift/action.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: "Deploy to OpenShift" description: "" diff --git a/.github/actions/setup-ci-patterns/action.yml b/.github/actions/setup-ci-patterns/action.yml index b3ddb660d2b..f69d1254ace 100644 --- a/.github/actions/setup-ci-patterns/action.yml +++ b/.github/actions/setup-ci-patterns/action.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: "Setup CI patterns" description: "" diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index 3ba0220bc05..64435197d44 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.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: "Setup Apache KIE Tools build environment" description: "" diff --git a/.github/actions/upload-ci-reports-and-artifacts/action.yml b/.github/actions/upload-ci-reports-and-artifacts/action.yml index 1f587d543ac..90dbbeb42a3 100644 --- a/.github/actions/upload-ci-reports-and-artifacts/action.yml +++ b/.github/actions/upload-ci-reports-and-artifacts/action.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: "Upload CI reports and artifacts" description: "" diff --git a/.github/supporting-files/ci/build-partitioning/README.md b/.github/supporting-files/ci/build-partitioning/README.md index 3533c6c4cac..fdae2ba2607 100644 --- a/.github/supporting-files/ci/build-partitioning/README.md +++ b/.github/supporting-files/ci/build-partitioning/README.md @@ -1,3 +1,20 @@ + + # Build partitioning This script uses `bun` as runtime and has the purpose of splitting the monorepo build in N partitions that, when built, will ensure the entire monorepo has been covered. diff --git a/.github/supporting-files/publish_emscripten_fs/README.md b/.github/supporting-files/publish_emscripten_fs/README.md index 2abcddbdb30..489fbb9073d 100644 --- a/.github/supporting-files/publish_emscripten_fs/README.md +++ b/.github/supporting-files/publish_emscripten_fs/README.md @@ -1,3 +1,20 @@ + + # @kie-tools / Emscripten :: FS Simple `emscripten` build to expose its FS implementation at the `FS` variable. diff --git a/.github/supporting-files/publish_emscripten_fs/build.sh b/.github/supporting-files/publish_emscripten_fs/build.sh index 903725012e6..2c9cb18c78a 100755 --- a/.github/supporting-files/publish_emscripten_fs/build.sh +++ b/.github/supporting-files/publish_emscripten_fs/build.sh @@ -1,4 +1,22 @@ #!/bin/bash +# +# 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. +# rm -rf dist mkdir dist diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 36750513e50..b72bc1fc0d8 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.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: "CI :: Build" on: diff --git a/.github/workflows/ci_check_code_formatting.yml b/.github/workflows/ci_check_code_formatting.yml index 6b39b7f13cc..3a37f7f3cee 100644 --- a/.github/workflows/ci_check_code_formatting.yml +++ b/.github/workflows/ci_check_code_formatting.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: "CI :: Code formatting" on: diff --git a/.github/workflows/ci_check_dependencies_consistency.yaml b/.github/workflows/ci_check_dependencies_consistency.yaml index 1dcb2f170c5..c87f3dcd250 100644 --- a/.github/workflows/ci_check_dependencies_consistency.yaml +++ b/.github/workflows/ci_check_dependencies_consistency.yaml @@ -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: "CI :: Dependencies consistency" on: diff --git a/.github/workflows/ci_codeql.yml b/.github/workflows/ci_codeql.yml index 36584f74748..42c436d3f67 100644 --- a/.github/workflows/ci_codeql.yml +++ b/.github/workflows/ci_codeql.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. +# + # For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # diff --git a/.github/workflows/publish_emscripten_fs.yml b/.github/workflows/publish_emscripten_fs.yml index 0f5b708c762..3a630f0a229 100644 --- a/.github/workflows/publish_emscripten_fs.yml +++ b/.github/workflows/publish_emscripten_fs.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: "Publish emscripten-fs" on: diff --git a/.github/workflows/release_build_extended_services.yml b/.github/workflows/release_build_extended_services.yml index 108f616383f..7d2fef17044 100644 --- a/.github/workflows/release_build_extended_services.yml +++ b/.github/workflows/release_build_extended_services.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: "Release :: Build (Extended Services)" on: diff --git a/.github/workflows/release_dry_run_extended_services.yml b/.github/workflows/release_dry_run_extended_services.yml index 1f681d830c8..3666753e647 100644 --- a/.github/workflows/release_dry_run_extended_services.yml +++ b/.github/workflows/release_dry_run_extended_services.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: "Release :: Dry Run (Extended Services)" on: diff --git a/.github/workflows/release_publish_extended_services.yml b/.github/workflows/release_publish_extended_services.yml index 0dfe102d3a7..5b4b19cc193 100644 --- a/.github/workflows/release_publish_extended_services.yml +++ b/.github/workflows/release_publish_extended_services.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: "Release :: Publish (Extended Services)" on: diff --git a/.github/workflows/staging_build_extended_services.yml b/.github/workflows/staging_build_extended_services.yml index ec56e8f7c76..d79640bbc54 100644 --- a/.github/workflows/staging_build_extended_services.yml +++ b/.github/workflows/staging_build_extended_services.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: "Staging :: Build (Extended Services)" on: diff --git a/.github/workflows/staging_dry_run_extended_services.yml b/.github/workflows/staging_dry_run_extended_services.yml index 6b04f976e6a..5417cd4a480 100644 --- a/.github/workflows/staging_dry_run_extended_services.yml +++ b/.github/workflows/staging_dry_run_extended_services.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: "Staging :: Dry Run (Extended Services)" on: diff --git a/.github/workflows/staging_publish_extended_services.yml b/.github/workflows/staging_publish_extended_services.yml index a644bf8db01..24a5e6df384 100644 --- a/.github/workflows/staging_publish_extended_services.yml +++ b/.github/workflows/staging_publish_extended_services.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: "Staging :: Publish (Extended Services)" on: diff --git a/.gitignore b/.gitignore index 9f637235ec6..00125a134b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,21 @@ +### +# 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. + ## ci !/.ci diff --git a/.idea/jsLinters/eslint.xml b/.idea/jsLinters/eslint.xml index 2319055c20a..bc2bd7823c2 100644 --- a/.idea/jsLinters/eslint.xml +++ b/.idea/jsLinters/eslint.xml @@ -1,4 +1,22 @@ + diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 67f800dded4..565e3e5413b 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,4 +1,22 @@ + diff --git a/DISCLAIMER b/DISCLAIMER index 1d3c541c552..08aef0bfcf4 100644 --- a/DISCLAIMER +++ b/DISCLAIMER @@ -15,6 +15,11 @@ aware of (note that this list, by definition, is likely to be incomplete): * Some files, particularly test files, and those not supporting comments, may be missing the ASF Licensing Header * +* Hibernate, an LGPL project, is being used. Hibernate is in the process of + relicensing to ASL v2 +* Some files, particularly test files, and those not supporting comments, may + be missing the ASF Licensing Header + If you are planning to incorporate this work into your product/project, please be aware that you will need to conduct a thorough licensing review to determine the overall implications of including this work. For the current status of this diff --git a/KOGITO_UPGRADE_PROCESS.md b/KOGITO_UPGRADE_PROCESS.md index f7052822622..0f4efb887de 100644 --- a/KOGITO_UPGRADE_PROCESS.md +++ b/KOGITO_UPGRADE_PROCESS.md @@ -1,3 +1,20 @@ + + This guide aims to assist you in the process of upgrading all Kogito dependencies versions present in the kie-tools repository. Typically, these dependencies point to backend-side modules or images diff --git a/NIX_DEV_ENV.md b/NIX_DEV_ENV.md index ea3180e2d04..c18f8d30458 100644 --- a/NIX_DEV_ENV.md +++ b/NIX_DEV_ENV.md @@ -1,3 +1,20 @@ + + ## Nix-based development environment shell ### Installing diff --git a/README.md b/README.md index e7d54c75da8..181832ed529 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ + +

--- diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index d5da053ab8e..1ce6bffb4b3 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -1,3 +1,20 @@ + + Release workflow (post 0.13.0) Make sure an associated tag to the release is created on: diff --git a/examples/base64png-editor-chrome-extension/README.md b/examples/base64png-editor-chrome-extension/README.md index 343f808c9b5..2451cb3fbf8 100644 --- a/examples/base64png-editor-chrome-extension/README.md +++ b/examples/base64png-editor-chrome-extension/README.md @@ -1,3 +1,20 @@ + + ## Base64 PNG Editor - Chrome Extension You can read [here](https://blog.kie.org/2020/10/kogito-tooling-examples%e2%80%8a-%e2%80%8ahow-to-create-a-chrome-extension-for-a-custom-editor.html) a step-by-step tutorial of how this Chrome Extension was built. diff --git a/examples/base64png-editor-vscode-extension/README.md b/examples/base64png-editor-vscode-extension/README.md index 31c9a41d849..f7d18b085aa 100644 --- a/examples/base64png-editor-vscode-extension/README.md +++ b/examples/base64png-editor-vscode-extension/README.md @@ -1,3 +1,20 @@ + + ## Base64 PNG Editor - Visual Studio Code Extension You can read [here](https://blog.kie.org/2020/10/kogito-tooling-examples%e2%80%8a-%e2%80%8ahow-to-create-a-vs-code-extension-for-the-custom-editor.html) a step-by-step tutorial of how this VS Code Extension was built. diff --git a/examples/base64png-editor/README.md b/examples/base64png-editor/README.md index f8be5b71f90..a2a32529a51 100644 --- a/examples/base64png-editor/README.md +++ b/examples/base64png-editor/README.md @@ -1,3 +1,20 @@ + + # Base64 PNG Editor You can read [here](https://blog.kie.org/2020/10/kogito-tooling-examples%e2%80%8a-%e2%80%8ahow-to-create-a-custom-editor-in-a-react-application.html) a step-by-step tutorial of how this custom Editor was built. diff --git a/examples/commit-message-validation-service/README.md b/examples/commit-message-validation-service/README.md index fc2aba4d341..b44b746c34f 100644 --- a/examples/commit-message-validation-service/README.md +++ b/examples/commit-message-validation-service/README.md @@ -1,3 +1,20 @@ + + ## Commit message validation service Provides a simple service to check for patterns in a commit message. diff --git a/examples/dashbuilder/kitchensink/Kitchensink.dash.yml b/examples/dashbuilder/kitchensink/Kitchensink.dash.yml index 12981cdd169..23f64a8a26a 100644 --- a/examples/dashbuilder/kitchensink/Kitchensink.dash.yml +++ b/examples/dashbuilder/kitchensink/Kitchensink.dash.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. +# + pages: - name: index properties: diff --git a/examples/drools-process-usertasks-quarkus-example/README.md b/examples/drools-process-usertasks-quarkus-example/README.md index 493e71e7191..a1bb4766e26 100644 --- a/examples/drools-process-usertasks-quarkus-example/README.md +++ b/examples/drools-process-usertasks-quarkus-example/README.md @@ -1,3 +1,20 @@ + + # Process user task orchestration ## Description diff --git a/examples/drools-process-usertasks-quarkus-example/pom.xml b/examples/drools-process-usertasks-quarkus-example/pom.xml index 2e4e30a09b3..116ac070637 100644 --- a/examples/drools-process-usertasks-quarkus-example/pom.xml +++ b/examples/drools-process-usertasks-quarkus-example/pom.xml @@ -1,23 +1,21 @@ + diff --git a/examples/ping-pong-view-angular/README.md b/examples/ping-pong-view-angular/README.md index c3ad3cedbb0..784c8f424cf 100644 --- a/examples/ping-pong-view-angular/README.md +++ b/examples/ping-pong-view-angular/README.md @@ -1,3 +1,20 @@ + + # Ping-Pong View :: Angular implementation The Ping-Pong View is an interface that components can implement to be used inside a Ping-Pong View Envelope. diff --git a/examples/ping-pong-view-react/README.md b/examples/ping-pong-view-react/README.md index e16caf8ca98..778db3be501 100644 --- a/examples/ping-pong-view-react/README.md +++ b/examples/ping-pong-view-react/README.md @@ -1,3 +1,20 @@ + + # Ping-Pong View :: React implementation You can read [here](https://blog.kie.org/2020/10/kogito-tooling-examples-how-to-create-a-more-complex-custom-view.html) a step-by-step tutorial of how this custom View was built. diff --git a/examples/ping-pong-view/README.md b/examples/ping-pong-view/README.md index d8b9851502e..8b60bc90ec2 100644 --- a/examples/ping-pong-view/README.md +++ b/examples/ping-pong-view/README.md @@ -1,3 +1,20 @@ + + # Ping-Pong View You can read [here](https://blog.kie.org/2020/10/kogito-tooling-examples-how-to-create-a-more-complex-custom-view.html) a step-by-step tutorial of how this custom View was built. diff --git a/examples/sonataflow-greeting-quarkus-example/README.md b/examples/sonataflow-greeting-quarkus-example/README.md index 987ca4eab22..9588481375e 100644 --- a/examples/sonataflow-greeting-quarkus-example/README.md +++ b/examples/sonataflow-greeting-quarkus-example/README.md @@ -1,3 +1,20 @@ + + # KIE-Tools SonataFlow - Greeting Example ## Description diff --git a/examples/sonataflow-greeting-quarkus-example/pom.xml b/examples/sonataflow-greeting-quarkus-example/pom.xml index 0d083e6e395..0356bee900d 100644 --- a/examples/sonataflow-greeting-quarkus-example/pom.xml +++ b/examples/sonataflow-greeting-quarkus-example/pom.xml @@ -1,23 +1,21 @@ + # 'To do' list View :: VS Code Extension You can read [here](https://blog.kie.org/2020/10/kogito-tooling-examples%e2%80%8a-%e2%80%8ahow-to-create-a-vs-code-extension-for-a-custom-view.html) a step-by-step tutorial of how this VS Code Extension was built. diff --git a/examples/todo-list-view/README.md b/examples/todo-list-view/README.md index dc2eb263f17..631111ab9c7 100644 --- a/examples/todo-list-view/README.md +++ b/examples/todo-list-view/README.md @@ -1,3 +1,20 @@ + + # 'To do' list View You can read [here](https://blog.kie.org/2020/10/kogito-tooling-examples-how-to-create-a-custom-view.html) a step-by-step tutorial of how this custom View was built. diff --git a/examples/webapp/README.md b/examples/webapp/README.md index 9a98d7d0202..a7cb5979ad6 100644 --- a/examples/webapp/README.md +++ b/examples/webapp/README.md @@ -1,3 +1,20 @@ + + ## Webapp Example You can read [here](https://blog.kie.org/2020/10/kogito-tooling-examples%e2%80%8a-%e2%80%8ahow-to-integrate-a-custom-editor-an-existing-editors-and-custom-views.html) a step-by-step tutorial of how create this WebApp. diff --git a/examples/webapp/static/examples/sample.bpmn b/examples/webapp/static/examples/sample.bpmn index 5e743d410e1..9c5894125f3 100644 --- a/examples/webapp/static/examples/sample.bpmn +++ b/examples/webapp/static/examples/sample.bpmn @@ -1,3 +1,22 @@ + + diff --git a/examples/webapp/static/examples/sample.dmn b/examples/webapp/static/examples/sample.dmn index cb20a547f50..ac55ca5bb9d 100644 --- a/examples/webapp/static/examples/sample.dmn +++ b/examples/webapp/static/examples/sample.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/backend/README.md b/packages/backend/README.md index 4efd6045a52..b589661b9a0 100644 --- a/packages/backend/README.md +++ b/packages/backend/README.md @@ -1 +1,18 @@ + + Apache KIE Tools Backend API diff --git a/packages/boxed-expression-component/README.md b/packages/boxed-expression-component/README.md index bbcde626a6c..c329bec4b4d 100644 --- a/packages/boxed-expression-component/README.md +++ b/packages/boxed-expression-component/README.md @@ -1,3 +1,20 @@ + + # Boxed Expression Editor This editor provides the possibility to edit the expression related to a Decision Node, or to a Business Knowledge Model's function. diff --git a/packages/bpmn-marshaller/tests-data--manual/other/sample-sanitized.bpmn b/packages/bpmn-marshaller/tests-data--manual/other/sample-sanitized.bpmn index 1d4bdcb2f85..c7996023ab8 100644 --- a/packages/bpmn-marshaller/tests-data--manual/other/sample-sanitized.bpmn +++ b/packages/bpmn-marshaller/tests-data--manual/other/sample-sanitized.bpmn @@ -1,3 +1,22 @@ + + + + # 0.32.0 (alpha) - NO-ISSUE - Improved localization for Stunner BPMN Editor diff --git a/packages/bpmn-vscode-extension/README.md b/packages/bpmn-vscode-extension/README.md index ba0cffedbcf..0310ad18171 100644 --- a/packages/bpmn-vscode-extension/README.md +++ b/packages/bpmn-vscode-extension/README.md @@ -1,3 +1,20 @@ + + ## BPMN Editor ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.67.0+-blue.svg) diff --git a/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/samples/test.bpmn b/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/samples/test.bpmn index db697fb64c3..f0c9ada963c 100644 --- a/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/samples/test.bpmn +++ b/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/samples/test.bpmn @@ -1,3 +1,22 @@ + + diff --git a/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/samples/test.dmn b/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/samples/test.dmn index 6b06f8453d6..aaf15fba216 100644 --- a/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/samples/test.dmn +++ b/packages/chrome-extension-pack-kogito-kie-editors/e2e-tests/samples/test.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/chrome-extension-serverless-workflow-editor/e2e-tests/samples/chrome_sample.sw.yaml b/packages/chrome-extension-serverless-workflow-editor/e2e-tests/samples/chrome_sample.sw.yaml index 3812443df07..fc9813d1519 100644 --- a/packages/chrome-extension-serverless-workflow-editor/e2e-tests/samples/chrome_sample.sw.yaml +++ b/packages/chrome-extension-serverless-workflow-editor/e2e-tests/samples/chrome_sample.sw.yaml @@ -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. +# + id: "chrome_extension_sample_yaml" version: "1.0" specVersion: "0.8" diff --git a/packages/chrome-extension/README.md b/packages/chrome-extension/README.md index 436ea59b56b..26348a2097b 100644 --- a/packages/chrome-extension/README.md +++ b/packages/chrome-extension/README.md @@ -1 +1,18 @@ + + ## Apache KIE Tools GitHub Chrome extension library diff --git a/packages/cors-proxy-image/README.md b/packages/cors-proxy-image/README.md index 3ab9086afb7..93b66396030 100644 --- a/packages/cors-proxy-image/README.md +++ b/packages/cors-proxy-image/README.md @@ -1,3 +1,20 @@ + + # cors-proxy-image This package contains the `Containerfile` and scripts to build a container image for the [@kie-tools/cors-proxy](https://github.com/apache/incubator-kie-tools/packages/cors-proxy). diff --git a/packages/cors-proxy/README.md b/packages/cors-proxy/README.md index 21937d02cae..71b1f1af777 100644 --- a/packages/cors-proxy/README.md +++ b/packages/cors-proxy/README.md @@ -1,3 +1,20 @@ + + # cors-proxy This package contains a `cors-proxy`, which is a simple Node.js application intended to be used to solve CORS issues while connecting our front end tools (online-editor, serverless-logic-web-tools) with external services (GitHub, Bitbucket, OpenShift, Kubernetes...) diff --git a/packages/dashbuilder-editor/README.md b/packages/dashbuilder-editor/README.md index 82a730b7d78..04202c12acf 100644 --- a/packages/dashbuilder-editor/README.md +++ b/packages/dashbuilder-editor/README.md @@ -1,3 +1,20 @@ + + In order to run the development webapp: `pnpm start` diff --git a/packages/dashbuilder-language-service/README.md b/packages/dashbuilder-language-service/README.md index 04f095e9441..1ca58d5f43e 100644 --- a/packages/dashbuilder-language-service/README.md +++ b/packages/dashbuilder-language-service/README.md @@ -1 +1,18 @@ + + ## Dashbuilder Language Service diff --git a/packages/dashbuilder-swf-monitoring-dashboard/src/ServerlessWorkflowAndServerMetrics.dash.yaml b/packages/dashbuilder-swf-monitoring-dashboard/src/ServerlessWorkflowAndServerMetrics.dash.yaml index 9db9bb03b4d..f0c33876c2e 100644 --- a/packages/dashbuilder-swf-monitoring-dashboard/src/ServerlessWorkflowAndServerMetrics.dash.yaml +++ b/packages/dashbuilder-swf-monitoring-dashboard/src/ServerlessWorkflowAndServerMetrics.dash.yaml @@ -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. +# + properties: # SWF Charts size swfChartsWidth: 400 diff --git a/packages/dashbuilder-swf-monitoring-dashboard/src/ServerlessWorkflowMetrics.dash.yaml b/packages/dashbuilder-swf-monitoring-dashboard/src/ServerlessWorkflowMetrics.dash.yaml index d2994c7e36e..b159d1d8e2d 100644 --- a/packages/dashbuilder-swf-monitoring-dashboard/src/ServerlessWorkflowMetrics.dash.yaml +++ b/packages/dashbuilder-swf-monitoring-dashboard/src/ServerlessWorkflowMetrics.dash.yaml @@ -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. +# + properties: # serverLocation (must end with /) serverLocation: / diff --git a/packages/dashbuilder-viewer-deployment-webapp/static/dashboard.dash.yaml b/packages/dashbuilder-viewer-deployment-webapp/static/dashboard.dash.yaml index 88e26858b58..ea685a0b5c3 100644 --- a/packages/dashbuilder-viewer-deployment-webapp/static/dashboard.dash.yaml +++ b/packages/dashbuilder-viewer-deployment-webapp/static/dashboard.dash.yaml @@ -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. +# + datasets: - uuid: products content: >- diff --git a/packages/dashbuilder-viewer/README.md b/packages/dashbuilder-viewer/README.md index 82a730b7d78..04202c12acf 100644 --- a/packages/dashbuilder-viewer/README.md +++ b/packages/dashbuilder-viewer/README.md @@ -1,3 +1,20 @@ + + In order to run the development webapp: `pnpm start` diff --git a/packages/dashbuilder/README.md b/packages/dashbuilder/README.md index 3a09693f5a6..9053fa57aee 100644 --- a/packages/dashbuilder/README.md +++ b/packages/dashbuilder/README.md @@ -1,3 +1,20 @@ + + # DashBuilder DashBuilder is a general purpose dashboard and reporting web app which allows for: diff --git a/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_de.properties b/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_de.properties index c1b78cfc4fc..49debe8bcbb 100644 --- a/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_de.properties +++ b/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_de.properties @@ -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. +# + # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-client-api/org/uberfire/client/resources/i18n/UberfireConstants, author nmirasch anyResourceTypeDescription=Andere # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-client-api/org/uberfire/client/resources/i18n/UberfireConstants, author nmirasch diff --git a/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_pt_BR.properties b/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_pt_BR.properties index aed8aa92978..043c78a62ab 100644 --- a/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_pt_BR.properties +++ b/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_pt_BR.properties @@ -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. +# + # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-client-api/org/uberfire/client/resources/i18n/UberfireConstants, author ldelima@redhat.com anyResourceTypeDescription=Outros # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-client-api/org/uberfire/client/resources/i18n/UberfireConstants, author ldelima@redhat.com diff --git a/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_zh_CN.properties b/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_zh_CN.properties index 3d5c92fd147..3c83d0854cf 100644 --- a/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_zh_CN.properties +++ b/packages/dashbuilder/appformer/uberfire-client-api/src/main/resources/org/uberfire/client/resources/i18n/UberfireConstants_zh_CN.properties @@ -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. +# + # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-client-api/org/uberfire/client/resources/i18n/UberfireConstants, author xi.huang anyResourceTypeDescription=其他 # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-client-api/org/uberfire/client/resources/i18n/UberfireConstants, author xi.huang diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_de.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_de.properties index 8d21f8b52c9..090880a5f51 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_de.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_de.properties @@ -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. +# + TagName=Tagname TagNameHolder=Tagname AddTag=Tag hinzufüen diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_pt_BR.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_pt_BR.properties index f3cc87054ff..760156f54f6 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_pt_BR.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_pt_BR.properties @@ -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. +# + TagName=Nome da Tag TagNameHolder=nome da tag AddTag=Adicionar Tag diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_zh_CN.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_zh_CN.properties index 6b820308950..004daaf8638 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_zh_CN.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants_zh_CN.properties @@ -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. +# + TagName=标签名称 TagNameHolder=标签名称 AddTag=添加标签 diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants.properties index b9f7d66f28e..99bdee20255 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants.properties @@ -1,2 +1,21 @@ +# +# 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. +# + coreComponentGroupName=Core navComponentGroupName=Navigation \ No newline at end of file diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_es.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_es.properties index 6239b6ef5d5..cae24f32823 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_es.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_es.properties @@ -1,2 +1,21 @@ +# +# 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. +# + coreComponentGroupName=Core navComponentGroupName=Navegación \ No newline at end of file diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_fr.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_fr.properties index e5a703d7a8c..9030bb7e095 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_fr.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_fr.properties @@ -1,2 +1,21 @@ +# +# 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. +# + coreComponentGroupName=Noyau navComponentGroupName=Navigation \ No newline at end of file diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_ja.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_ja.properties index 4df574f79b0..bf11c5fccde 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_ja.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/resources/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants_ja.properties @@ -1,2 +1,21 @@ +# +# 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. +# + coreComponentGroupName=コア navComponentGroupName=ナビゲーション \ No newline at end of file diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_de.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_de.properties index cbac20a6f7f..ba84f88dacf 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_de.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_de.properties @@ -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. +# + OK=Ok YES=Ja NO=Nein diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_pt_BR.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_pt_BR.properties index b786958733d..650565b7cd4 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_pt_BR.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_pt_BR.properties @@ -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. +# + OK=Ok YES=Sim NO=Não diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_zh_CN.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_zh_CN.properties index 3722d57fafd..4350917930f 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_zh_CN.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants_zh_CN.properties @@ -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. +# + OK=确定 YES=是 NO=否 diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_de.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_de.properties index d94ffe7f3d4..b9895099327 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_de.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_de.properties @@ -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. +# + multipleMatchingActivitiesFound=Mehrere übereinstimmende Aktivitäten gefunden. cancel=Abbrechen Previous=Zurück diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_pt_BR.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_pt_BR.properties index 66a9ad58a67..cb1d756feef 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_pt_BR.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_pt_BR.properties @@ -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. +# + multipleMatchingActivitiesFound=Nenhuma atividade de combinação múltipla foi encontrada. cancel=Cancelar Previous=Anterior diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_zh_CN.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_zh_CN.properties index f3e6e7266a6..8d38ab63496 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_zh_CN.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/resources/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants_zh_CN.properties @@ -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. +# + multipleMatchingActivitiesFound=未找到多个匹配的活动。 cancel=取消 Previous=上一步 diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_de.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_de.properties index 5faaabd9ef1..c98c61a8607 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_de.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_de.properties @@ -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. +# + ColumnPickerButtonTooltip=Spalten einblenden/ausblenden Items=Posten Of=von diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_pt_BR.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_pt_BR.properties index ef388ff6a1e..bf5d7bd8a33 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_pt_BR.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_pt_BR.properties @@ -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. +# + ColumnPickerButtonTooltip=Mostrar/ esconder colunas Items=Itens Of=de diff --git a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_zh_CN.properties b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_zh_CN.properties index 572bfa3bf39..9f74cb74c30 100644 --- a/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_zh_CN.properties +++ b/packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/resources/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants_zh_CN.properties @@ -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. +# + ColumnPickerButtonTooltip=显示/隐藏列 Items=条目 Of=之 diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants.properties index 142ccb09c63..3dc8a9e1528 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants.properties @@ -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. +# + Actions=Actions ApplyLabel=Apply CancelLabel=Cancel diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_de.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_de.properties index 25265ea7f02..e2466ead86c 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_de.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_de.properties @@ -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. +# + Actions=Aktionen # translation auto-copied from project KIE Workbench - Common, version 6.0.0, document org.kie.workbench.widgets/kie-wb-common-ui/org/kie/workbench/common/widgets/client/resources/i18n/CommonConstants, author jdimanos January=Januar diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_es.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_es.properties index beaddc62cb5..391f8e8bbac 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_es.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_es.properties @@ -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. +# + Actions=Acciones ApplyLabel=Aplicar CancelLabel=Cancelar diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_fr.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_fr.properties index aaccba791f6..3ece9ed1ec3 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_fr.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_fr.properties @@ -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. +# + Actions=Actions ApplyLabel=Appliquer CancelLabel=Annuler diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_ja.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_ja.properties index c20677134b7..97c85ff471b 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_ja.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_ja.properties @@ -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. +# + Actions=アクション ApplyLabel=適用 CancelLabel=キャンセル diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_pt_BR.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_pt_BR.properties index 6ee2714a476..48853c8380a 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_pt_BR.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_pt_BR.properties @@ -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. +# + Actions=Ações January=Janeiro February=Fevereiro diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_zh_CN.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_zh_CN.properties index 487e5961d42..c1d2e64f5b6 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_zh_CN.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/pfly/resources/i18n/Constants_zh_CN.properties @@ -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. +# + Actions=动作 # translation auto-copied from project KIE Workbench - Common, version 6.0.0, document org.kie.workbench.widgets/kie-wb-common-ui/org/kie/workbench/common/widgets/client/resources/i18n/CommonConstants, author xi.huang January=一月 diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/test/resources/META-INF/ErraiApp.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/test/resources/META-INF/ErraiApp.properties index 1fe8a2aa969..0795d3432f0 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/test/resources/META-INF/ErraiApp.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/test/resources/META-INF/ErraiApp.properties @@ -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. +# + errai.ioc.enabled.alternatives=org.uberfire.client.views.pfly.mock.MockPartView \ org.uberfire.client.views.pfly.mock.MockPlaceManager \ org.uberfire.security.impl.authz.RuntimeAuthorizationManager \ diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_de.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_de.properties index f1f345ea756..d9009b65bc9 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_de.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_de.properties @@ -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. +# + # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-workbench-client/org/uberfire/client/resources/i18n/WorkbenchConstants, author nmirasch maximizePanel=Panel auf Vollbildmodus maximieren minimizePanel=Panel auf vorherige Größe minimieren diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_pt_BR.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_pt_BR.properties index 47cc6bc87a8..df4b113194f 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_pt_BR.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_pt_BR.properties @@ -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. +# + # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-workbench-client/org/uberfire/client/resources/i18n/WorkbenchConstants, author nmirasch maximizePanel=Aumentar o painel para a tela cheia minimizePanel=Reduzir o painel ao tamanho anterior diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_zh_CN.properties b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_zh_CN.properties index f74a00bcde3..ea15eb3cf17 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_zh_CN.properties +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/resources/org/uberfire/client/resources/i18n/WorkbenchConstants_zh_CN.properties @@ -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. +# + # translation auto-copied from project UberFire, version 0.3.0, document org.uberfire/uberfire-workbench-client/org/uberfire/client/resources/i18n/WorkbenchConstants, author nmirasch maximizePanel=最大化面板为全屏 minimizePanel=最小化面板为之前的尺寸 diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/test/resources/logback-test.xml b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/test/resources/logback-test.xml index 94aedef0768..112037db054 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/test/resources/logback-test.xml +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/test/resources/logback-test.xml @@ -1,4 +1,22 @@ + diff --git a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors-tests/src/test/resources/logback-test.xml b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors-tests/src/test/resources/logback-test.xml index 94aedef0768..112037db054 100644 --- a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors-tests/src/test/resources/logback-test.xml +++ b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors-tests/src/test/resources/logback-test.xml @@ -1,4 +1,22 @@ + diff --git a/packages/dashbuilder/checkstyle-suppressions.xml b/packages/dashbuilder/checkstyle-suppressions.xml index 08b1e712327..9d12c1b7f42 100644 --- a/packages/dashbuilder/checkstyle-suppressions.xml +++ b/packages/dashbuilder/checkstyle-suppressions.xml @@ -1,4 +1,22 @@ - + + diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants.properties index 27e9b58f73f..c6418194ecf 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants.properties @@ -1 +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. +# + clearAll=Clear All \ No newline at end of file diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_de.properties index 24bb540d3e8..5188f08c49a 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_de.properties @@ -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. +# + add=Hinzufügen remove=Entfernen noData=Keine Daten diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_es.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_es.properties index c676ea129f4..c85a2a0e478 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_es.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_es.properties @@ -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. +# + add=Agregar remove=Quitar noData=No hay datos diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_fr.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_fr.properties index 95ea56659bc..fe26f89b8c4 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_fr.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_fr.properties @@ -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. +# + add=Ajouter remove=Supprimer noData=Aucune donnée diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_ja.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_ja.properties index 2232e07ffc8..1947533de9b 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_ja.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_ja.properties @@ -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. +# + add=追加 remove=削除 noData=データなし diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_pt_BR.properties index 519391b0d0c..c475820cf1a 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_pt_BR.properties @@ -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. +# + add=Adicionar remove=Remover noData=Nenhum dado diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_zh_CN.properties index 297731f10fa..797bf937caa 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/resources/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants_zh_CN.properties @@ -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. +# + add=添加 remove=删除 noData=没有数据 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_de.properties index 260fc9ebbec..2e4062da61c 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_de.properties @@ -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. +# + COUNT=Anzahl DISTINCT=Eindeutig AVERAGE=Durchschnitt diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_pt_BR.properties index c03a8c5e177..39868465b41 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_pt_BR.properties @@ -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. +# + COUNT=Contar DISTINCT=Distinguir AVERAGE=Média diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_zh_CN.properties index c12191e3c0f..045976d7462 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants_zh_CN.properties @@ -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. +# + COUNT=计数 DISTINCT=区分 AVERAGE=平均值 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_de.properties index fa8c786b36c..f8a56a11e8b 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_de.properties @@ -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. +# + weeks=Wochen exc_text_columns_no_grouping=TEXT-Spalten unterstützen keine Gruppierung. exc_no_client_side_data_export=Export auf Client-Seite ist nicht verfügbar. diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_pt_BR.properties index 87bb84e8b5d..8ef6de38c5d 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_pt_BR.properties @@ -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. +# + weeks=semanas exc_text_columns_no_grouping=Colunas de TEXTO não suportam o agrupamento. exc_no_client_side_data_export=Exportação do lado do cliente não está disponível. diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_zh_CN.properties index e24094d4f56..c9b4a039638 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CommonConstants_zh_CN.properties @@ -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. +# + weeks=周 exc_text_columns_no_grouping=TEXT 字段不支持分组。 exc_no_client_side_data_export=客户端的导出不可用。 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_de.properties index d5d81c2c181..096263f14a5 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_de.properties @@ -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. +# + IS_NULL=ist Null NOT_NULL=nicht Null EQUALS_TO=gleich diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_pt_BR.properties index 19922c60155..618724adffa 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_pt_BR.properties @@ -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. +# + IS_NULL=é nulo NOT_NULL=não é nulo EQUALS_TO=igual a diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_zh_CN.properties index 930b53d7a78..365fe175e99 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants_zh_CN.properties @@ -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. +# + IS_NULL=为 null NOT_NULL=非 null EQUALS_TO=等于 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_de.properties index 93144879bdb..748aa88681e 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_de.properties @@ -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. +# + MILLISECOND=Millisekunde HUNDRETH=Hunderstel TENTH=Zehntel diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_pt_BR.properties index efa9c860125..76ec97e0996 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_pt_BR.properties @@ -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. +# + MILLISECOND=Milésimos de segundos HUNDRETH=Centézimo TENTH=Décimo diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_zh_CN.properties index 89c72cbc290..e0ba01fd17d 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants_zh_CN.properties @@ -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. +# + MILLISECOND=毫秒 HUNDRETH=第一百 TENTH=第十 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_de.properties index 84074e98b51..ceacbec9951 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_de.properties @@ -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. +# + SUNDAY=Sonntag MONDAY=Montag TUESDAY=Dienstag diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_pt_BR.properties index 6dae09c07c7..2073a7da6e5 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_pt_BR.properties @@ -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. +# + SUNDAY=Domingo MONDAY=segunda-feira TUESDAY=terça-feira diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_zh_CN.properties index 466f2b04990..b38fceb5503 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants_zh_CN.properties @@ -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. +# + SUNDAY=星期天 MONDAY=星期一 TUESDAY=星期二 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_de.properties index 934f5ba0fbf..584950da8ab 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_de.properties @@ -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. +# + JANUARY=Januar FEBRUARY=Februar MARCH=März diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_pt_BR.properties index aa6162058c4..2e06c4d736d 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_pt_BR.properties @@ -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. +# + JANUARY=Janeiro FEBRUARY=Fevereiro MARCH=Março diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_zh_CN.properties index 525add0d274..e1ffe72a6d3 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/MonthConstants_zh_CN.properties @@ -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. +# + JANUARY=1月 FEBRUARY=2月 MARCH=3月 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_de.properties index 4e9d8b84c30..3f1ac274568 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_de.properties @@ -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. +# + Q1=Q1 Q2=Q2 Q3=Q3 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_pt_BR.properties index 4e9d8b84c30..3f1ac274568 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_pt_BR.properties @@ -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. +# + Q1=Q1 Q2=Q2 Q3=Q3 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_zh_CN.properties index 4e9d8b84c30..3f1ac274568 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants_zh_CN.properties @@ -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. +# + Q1=Q1 Q2=Q2 Q3=Q3 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_de.properties index 0cf5a7dae09..ebee581c765 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_de.properties @@ -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. +# + NOW=Jetzt BEGIN=Beginn von END=Ende von diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_pt_BR.properties index bd38a5cbad0..422bb45b1ee 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_pt_BR.properties @@ -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. +# + NOW=Agora BEGIN=Começo de END=Final de diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_zh_CN.properties index 94c52e2ddb8..74d60b768b5 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/resources/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants_zh_CN.properties @@ -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. +# + NOW=现在 BEGIN=开始于 END=结束于 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorListBoxView.ui.xml b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorListBoxView.ui.xml index 2234390d403..144a17877df 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorListBoxView.ui.xml +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorListBoxView.ui.xml @@ -1,3 +1,22 @@ + + diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorRadioListView.ui.xml b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorRadioListView.ui.xml index f359b6af96d..a73c655beab 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorRadioListView.ui.xml +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorRadioListView.ui.xml @@ -1,3 +1,22 @@ + + diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorTabListView.ui.xml b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorTabListView.ui.xml index 41f81362227..06f77269c8a 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorTabListView.ui.xml +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorTabListView.ui.xml @@ -1,3 +1,22 @@ + + diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_de.properties index 894c37de7d5..5338d64d1bf 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_de.properties @@ -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. +# + ok=Ok cancel=Abbrechen error=Fehler\: diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_pt_BR.properties index 6ac0a36ad6c..6d699983d26 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_pt_BR.properties @@ -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. +# + ok=Ok cancel=Cancelar error=Erro diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_zh_CN.properties index b39390ceff8..e0748e511b0 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/CommonConstants_zh_CN.properties @@ -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. +# + ok=确认 cancel=取消 error=错误: diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_de.properties index c5dc068c7a8..c6e3af6b52d 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_de.properties @@ -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. +# + initializing=Initialisiere... error=FEHLER\: error_settings_unset=DisplayerSettings-Eigenschaft nicht eingestellt. diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_pt_BR.properties index d1a345f4ac9..db5537e3074 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_pt_BR.properties @@ -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. +# + initializing=Inicializando... error=ERRO\: error_settings_unset=Propriedade DisplayerSettings não definida diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_zh_CN.properties index 3ef1c01e89e..be05fda506d 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/resources/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants_zh_CN.properties @@ -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. +# + initializing=正在初始化...... error=错误: error_settings_unset=没有设置 DisplayerSettings 属性 diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_de.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_de.properties index d6fd7d93a18..06d5da51431 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_de.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_de.properties @@ -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. +# + # translation auto-copied from project jBPM Form Modeler, version 6.0.0, document org.jbpm/jbpm-form-modeler-form-editor/org/jbpm/formModeler/components/editor/messages moveUp=Nach oben # translation auto-copied from project jBPM Form Modeler, version 6.0.0, document org.jbpm/jbpm-form-modeler-form-editor/org/jbpm/formModeler/components/editor/messages diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_pt_BR.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_pt_BR.properties index 589f2226e58..d365a06afaf 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_pt_BR.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_pt_BR.properties @@ -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. +# + # translation auto-copied from project jBPM Form Modeler, version 6.0.0, document org.jbpm/jbpm-form-modeler-form-editor/org/jbpm/formModeler/components/editor/messages moveUp=Mover para cima # translation auto-copied from project jBPM Form Modeler, version 6.0.0, document org.jbpm/jbpm-form-modeler-form-editor/org/jbpm/formModeler/components/editor/messages diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_zh_CN.properties b/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_zh_CN.properties index d5da44e6167..e2f2489cd36 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_zh_CN.properties +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/resources/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants_zh_CN.properties @@ -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. +# + # translation auto-copied from project jBPM Form Modeler, version 6.0.0, document org.jbpm/jbpm-form-modeler-form-editor/org/jbpm/formModeler/components/editor/messages moveUp=上移 # translation auto-copied from project jBPM Form Modeler, version 6.0.0, document org.jbpm/jbpm-form-modeler-form-editor/org/jbpm/formModeler/components/editor/messages diff --git a/packages/dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/pom.xml b/packages/dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/pom.xml index 8fbccd171f3..c5177db3bb7 100644 --- a/packages/dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/pom.xml +++ b/packages/dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/pom.xml @@ -1,4 +1,22 @@ + + + # Dev Deployment Base Image Docker image with Java and Maven, as well as the dev-deployment-upload-service binary installed and ready to be used. diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Adjudication.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Adjudication.dmn index db93e5cacc3..fcef7059eb1 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Adjudication.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Adjudication.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/FlightRebooking.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/FlightRebooking.dmn index b661313f894..c9cae380621 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/FlightRebooking.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/FlightRebooking.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Functions.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Functions.dmn index 89ae0524143..096119d6f9d 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Functions.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Functions.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/InsurancePricing.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/InsurancePricing.dmn index c05115c5e26..dc75befff30 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/InsurancePricing.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/InsurancePricing.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/LoanPreQualification.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/LoanPreQualification.dmn index c1622f5dce3..5425f347d19 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/LoanPreQualification.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/LoanPreQualification.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/ManyInputs.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/ManyInputs.dmn index d7b10f66edc..9f26c10faaa 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/ManyInputs.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/ManyInputs.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Recursive.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Recursive.dmn index e4a4ee6043a..5aad4dac68c 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Recursive.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Recursive.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Routing.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Routing.dmn index 7832fc30e85..9ca15a9c4f1 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Routing.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Routing.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Strategy.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Strategy.dmn index 1f668799bc6..649efbed3e5 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Strategy.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Strategy.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Types.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Types.dmn index e602835f45d..141ab5d8763 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Types.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/Types.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/application.properties b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/application.properties index c427e9dcef7..54d6f6eedd9 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/application.properties +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/application.properties @@ -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. +# + quarkus.swagger-ui.always-include=true quarkus.http.cors=true %dev.quarkus.http.cors.origins=/.*/ diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/canDrive/CanDrive.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/canDrive/CanDrive.dmn index ad3184d5bf1..f148133e5c1 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/canDrive/CanDrive.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/canDrive/CanDrive.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/canDrive/Types3.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/canDrive/Types3.dmn index 2657350d201..ed7bd9ffa44 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/canDrive/Types3.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/canDrive/Types3.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/complex/can_drive.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/complex/can_drive.dmn index 46345a9ff4e..0589da2c869 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/complex/can_drive.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/complex/can_drive.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/complex/can_drive_2.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/complex/can_drive_2.dmn index 8196d4b47e7..3cdbb7f4666 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/complex/can_drive_2.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/complex/can_drive_2.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/findEmployees/FindEmployees.dmn b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/findEmployees/FindEmployees.dmn index ee0a5bd8520..2cc5895fac6 100644 --- a/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/findEmployees/FindEmployees.dmn +++ b/packages/dev-deployment-dmn-form-webapp/dev-webapp/quarkus-app/src/main/resources/findEmployees/FindEmployees.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dev-deployment-kogito-quarkus-blank-app-image/README.md b/packages/dev-deployment-kogito-quarkus-blank-app-image/README.md index ebd273e9141..995bd572de6 100644 --- a/packages/dev-deployment-kogito-quarkus-blank-app-image/README.md +++ b/packages/dev-deployment-kogito-quarkus-blank-app-image/README.md @@ -1,3 +1,20 @@ + + # Dev Deployment Kogito Quarkus Blank App Image This image is ready to be used for Dev deployments on KIE Sandbox. diff --git a/packages/dev-deployment-kogito-quarkus-blank-app/src/main/resources/application.properties b/packages/dev-deployment-kogito-quarkus-blank-app/src/main/resources/application.properties index 2b7a3191ed0..056f10b9ee2 100644 --- a/packages/dev-deployment-kogito-quarkus-blank-app/src/main/resources/application.properties +++ b/packages/dev-deployment-kogito-quarkus-blank-app/src/main/resources/application.properties @@ -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. +# + quarkus.swagger-ui.always-include=true quarkus.http.cors=true quarkus.http.cors.origins=/.*/ diff --git a/packages/dev-deployment-upload-service/README.md b/packages/dev-deployment-upload-service/README.md index bcffe013488..1d28a442118 100644 --- a/packages/dev-deployment-upload-service/README.md +++ b/packages/dev-deployment-upload-service/README.md @@ -1,3 +1,20 @@ + + # Dev Deployment Upload Service This package is used on the KIE Sandbox's Dev deployments feature and should be the first command to run when a deployed container spins up. diff --git a/packages/dev-deployment-upload-service/getDevDeploymentUploadService.sh b/packages/dev-deployment-upload-service/getDevDeploymentUploadService.sh index ee4bffc6c1a..2a06cfbbaed 100755 --- a/packages/dev-deployment-upload-service/getDevDeploymentUploadService.sh +++ b/packages/dev-deployment-upload-service/getDevDeploymentUploadService.sh @@ -1,5 +1,5 @@ #!/bin/bash - +# # 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 @@ -8,7 +8,7 @@ # "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 +# 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 @@ -16,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# # The install script is based off of the Apache-licensed script from helm, # a tool for managing Charts: https://github.com/helm/helm/blob/main/scripts/get-helm-3 diff --git a/packages/dmn-editor-envelope/README.md b/packages/dmn-editor-envelope/README.md index c5e5dad0d9f..4fc58fedf16 100644 --- a/packages/dmn-editor-envelope/README.md +++ b/packages/dmn-editor-envelope/README.md @@ -1,3 +1,20 @@ -## DMN Editor Envelopedmn + + +## DMN Editor Envelope Package responsible for creating the necessary pumbling for `dmn-editor` to be used inside an Envelope. diff --git a/packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/README.md b/packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/README.md index ad0bea6b329..1cf52b020d7 100644 --- a/packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/README.md +++ b/packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/README.md @@ -1,3 +1,20 @@ + + The code in this package is automatic generated by ANTLR4 using the file `FEEL_1_1.g4` as input. To regenerate the code after you changed `FEEL_1_1.g4`: diff --git a/packages/dmn-language-service/tests/fixtures/decisions.dmn b/packages/dmn-language-service/tests/fixtures/decisions.dmn index a7bd1c11617..e3a85c52d06 100644 --- a/packages/dmn-language-service/tests/fixtures/decisions.dmn +++ b/packages/dmn-language-service/tests/fixtures/decisions.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/dmn12/a.dmn b/packages/dmn-language-service/tests/fixtures/dmn12/a.dmn index 15e809218f4..5c0122efc93 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn12/a.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn12/a.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/dmn12/bImportsA.dmn b/packages/dmn-language-service/tests/fixtures/dmn12/bImportsA.dmn index d4b17a49f6c..1857998dbbc 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn12/bImportsA.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn12/bImportsA.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/dmn12/cImportsB.dmn b/packages/dmn-language-service/tests/fixtures/dmn12/cImportsB.dmn index ca37873de5a..7a33814cf7b 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn12/cImportsB.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn12/cImportsB.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/dmn12/dImportsAB.dmn b/packages/dmn-language-service/tests/fixtures/dmn12/dImportsAB.dmn index 8a52ed6465d..4ef2a05e895 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn12/dImportsAB.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn12/dImportsAB.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/dmn12/eImportsXB.dmn b/packages/dmn-language-service/tests/fixtures/dmn12/eImportsXB.dmn index 935f6f9f416..66b40ecdad0 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn12/eImportsXB.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn12/eImportsXB.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/dmn12/xImportsY.dmn b/packages/dmn-language-service/tests/fixtures/dmn12/xImportsY.dmn index 93e508198e1..f8f3d3454b5 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn12/xImportsY.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn12/xImportsY.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/dmn12/y.dmn b/packages/dmn-language-service/tests/fixtures/dmn12/y.dmn index 38bae12b276..91f07b3b5ec 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn12/y.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn12/y.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/dmn-language-service/tests/fixtures/dmn15/aImportsDmn12C.dmn b/packages/dmn-language-service/tests/fixtures/dmn15/aImportsDmn12C.dmn index 70f5ceaee63..70fe241658c 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn15/aImportsDmn12C.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn15/aImportsDmn12C.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/dmn15/bImportsDmn12D.dmn b/packages/dmn-language-service/tests/fixtures/dmn15/bImportsDmn12D.dmn index 708ca221f61..288c4f42dd1 100644 --- a/packages/dmn-language-service/tests/fixtures/dmn15/bImportsDmn12D.dmn +++ b/packages/dmn-language-service/tests/fixtures/dmn15/bImportsDmn12D.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/immediateRecursion/aImportsB.dmn b/packages/dmn-language-service/tests/fixtures/immediateRecursion/aImportsB.dmn index 6a15b2028d0..025f971b980 100644 --- a/packages/dmn-language-service/tests/fixtures/immediateRecursion/aImportsB.dmn +++ b/packages/dmn-language-service/tests/fixtures/immediateRecursion/aImportsB.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/immediateRecursion/bImportsA.dmn b/packages/dmn-language-service/tests/fixtures/immediateRecursion/bImportsA.dmn index fdc6d81d2dd..a3f015a6fe3 100644 --- a/packages/dmn-language-service/tests/fixtures/immediateRecursion/bImportsA.dmn +++ b/packages/dmn-language-service/tests/fixtures/immediateRecursion/bImportsA.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/aImportsB.dmn b/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/aImportsB.dmn index 659c29e9e29..a877423765d 100644 --- a/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/aImportsB.dmn +++ b/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/aImportsB.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/bImportsC.dmn b/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/bImportsC.dmn index eecdc0901f6..0ae35223589 100644 --- a/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/bImportsC.dmn +++ b/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/bImportsC.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/cImportsA.dmn b/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/cImportsA.dmn index fdc6d81d2dd..a3f015a6fe3 100644 --- a/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/cImportsA.dmn +++ b/packages/dmn-language-service/tests/fixtures/threeLevelRecursion/cImportsA.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller-backend-compatibility-tester/README.md b/packages/dmn-marshaller-backend-compatibility-tester/README.md index db0cf33b452..2a01f904205 100644 --- a/packages/dmn-marshaller-backend-compatibility-tester/README.md +++ b/packages/dmn-marshaller-backend-compatibility-tester/README.md @@ -1,3 +1,20 @@ + + ### DMN Marshaller backend compatibility tester The scope of this module is to provide a reliable scripting mechanism that tests DMN Files generated by the `dmn-marshaller` package against the backend counterpart code that lives in the drools repository. diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_0--examples/dmn10.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_0--examples/dmn10.dmn index 04c3fa779b4..ff71264f26e 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_0--examples/dmn10.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_0--examples/dmn10.dmn @@ -1,4 +1,22 @@ + + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_2--examples/Chapter 11/Chapter 11 Example.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_2--examples/Chapter 11/Chapter 11 Example.dmn index 6acdb378d4d..475fee3eb15 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_2--examples/Chapter 11/Chapter 11 Example.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_2--examples/Chapter 11/Chapter 11 Example.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_2--examples/Diagram Interchange/diagram-interchange-decision-service.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_2--examples/Diagram Interchange/diagram-interchange-decision-service.dmn index 4f9baa33fec..7f9a72072ca 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_2--examples/Diagram Interchange/diagram-interchange-decision-service.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_2--examples/Diagram Interchange/diagram-interchange-decision-service.dmn @@ -1,4 +1,22 @@ + + + + + These are non-normative examples to illustrate the use of the DMN XML Schema. diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn index c06693c7fbf..ad6d5a749c2 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 1 Originations/Financial.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 1 Originations/Financial.dmn index 5a722a9bc2a..eb01fd4ea81 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 1 Originations/Financial.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 1 Originations/Financial.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn index 532d3cecd98..2f50a35141f 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn index 79bd5099688..02f1e3a9364 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Diagram Interchange/diagram-interchange-decision-service.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Diagram Interchange/diagram-interchange-decision-service.dmn index ba8febdb35d..022af643d01 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Diagram Interchange/diagram-interchange-decision-service.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_3--examples/Diagram Interchange/diagram-interchange-decision-service.dmn @@ -1,4 +1,22 @@ + + + + + These are non-normative examples to illustrate the use of the DMN XML Schema. diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn index 3aa7b5f9885..0e5fe7eebc0 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 1 Originations/Financial.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 1 Originations/Financial.dmn index 8bd728e8cfa..945c768d59d 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 1 Originations/Financial.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 1 Originations/Financial.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn index 589c92af1e2..227bf41bf78 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn index bb5294c0b44..2ca920449a7 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Diagram Interchange/diagram-interchange-decision-service.dmn b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Diagram Interchange/diagram-interchange-decision-service.dmn index 774f89f7d68..cadc86639a8 100644 --- a/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Diagram Interchange/diagram-interchange-decision-service.dmn +++ b/packages/dmn-marshaller/tests-data--manual/dmn-1_4--examples/Diagram Interchange/diagram-interchange-decision-service.dmn @@ -1,4 +1,22 @@ + + + + + These are non-normative examples to illustrate the use of the DMN XML Schema. diff --git a/packages/dmn-marshaller/tests-data--manual/other/attachment.dmn b/packages/dmn-marshaller/tests-data--manual/other/attachment.dmn index ed6e0810f19..6d34d048d32 100644 --- a/packages/dmn-marshaller/tests-data--manual/other/attachment.dmn +++ b/packages/dmn-marshaller/tests-data--manual/other/attachment.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/other/decisionAndInput.dmn b/packages/dmn-marshaller/tests-data--manual/other/decisionAndInput.dmn index 575cff37382..bc11edd0a9f 100644 --- a/packages/dmn-marshaller/tests-data--manual/other/decisionAndInput.dmn +++ b/packages/dmn-marshaller/tests-data--manual/other/decisionAndInput.dmn @@ -1,4 +1,22 @@ + + + + + diff --git a/packages/dmn-marshaller/tests-data--manual/other/list.dmn b/packages/dmn-marshaller/tests-data--manual/other/list.dmn index 14e9bf0b0ec..7da8026d4de 100644 --- a/packages/dmn-marshaller/tests-data--manual/other/list.dmn +++ b/packages/dmn-marshaller/tests-data--manual/other/list.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/other/list2.dmn b/packages/dmn-marshaller/tests-data--manual/other/list2.dmn index 3b0c801ab5d..91eab708ba7 100644 --- a/packages/dmn-marshaller/tests-data--manual/other/list2.dmn +++ b/packages/dmn-marshaller/tests-data--manual/other/list2.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/dmn-marshaller/tests-data--manual/other/sample12.dmn b/packages/dmn-marshaller/tests-data--manual/other/sample12.dmn index f500f149f3b..6cdce84e87a 100644 --- a/packages/dmn-marshaller/tests-data--manual/other/sample12.dmn +++ b/packages/dmn-marshaller/tests-data--manual/other/sample12.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/dmn-testing-models/README.md b/packages/dmn-testing-models/README.md index 4fbb9663200..7dccea74c0f 100644 --- a/packages/dmn-testing-models/README.md +++ b/packages/dmn-testing-models/README.md @@ -1,3 +1,20 @@ + + ## DMN testing models This package is meant to contain all the DMN models published inside [kie-dmn-test-resources](https://github.com/apache/incubator-kie-drools/tree/main/kie-dmn/kie-dmn-test-resources) to make them available for testing purposes. diff --git a/packages/dmn-vscode-extension/CHANGELOG.md b/packages/dmn-vscode-extension/CHANGELOG.md index c05fd56d367..c75ce5acab0 100644 --- a/packages/dmn-vscode-extension/CHANGELOG.md +++ b/packages/dmn-vscode-extension/CHANGELOG.md @@ -1,3 +1,20 @@ + + # 0.32.0 (alpha) - NO-ISSUE - Add DMN 1.5 specification files to `packages/dmn-marshaller` diff --git a/packages/dmn-vscode-extension/README.md b/packages/dmn-vscode-extension/README.md index 0ae6a5cdb20..4e7d9cf914d 100644 --- a/packages/dmn-vscode-extension/README.md +++ b/packages/dmn-vscode-extension/README.md @@ -1,3 +1,20 @@ + + ## DMN Editor ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.67.0+-blue.svg) diff --git a/packages/editor/README.md b/packages/editor/README.md index 78fb0b87973..6ac4b20583a 100644 --- a/packages/editor/README.md +++ b/packages/editor/README.md @@ -1,3 +1,20 @@ + + ## Apache KIE Tools Editor API Interfaces to define Editors. diff --git a/packages/envelope-bus/README.md b/packages/envelope-bus/README.md index 0e790ea21be..d4a22a79f0e 100644 --- a/packages/envelope-bus/README.md +++ b/packages/envelope-bus/README.md @@ -1 +1,18 @@ + + ## Envelope Bus diff --git a/packages/extended-services-java/README.md b/packages/extended-services-java/README.md index c809e2c0ca1..bf1832503d6 100644 --- a/packages/extended-services-java/README.md +++ b/packages/extended-services-java/README.md @@ -1,3 +1,20 @@ + + ## Extended Services This is a shallow copy of the Extended-Services Go application, diff --git a/packages/extended-services/README.md b/packages/extended-services/README.md index e118aae9838..9ec1bd8caf7 100644 --- a/packages/extended-services/README.md +++ b/packages/extended-services/README.md @@ -1,3 +1,20 @@ + + ## Extended Services Powers the DMN Runner and Dev deployments features. diff --git a/packages/extended-services/scripts/macos/build.sh b/packages/extended-services/scripts/macos/build.sh index f55dfacfd0c..085fdf5e0f4 100755 --- a/packages/extended-services/scripts/macos/build.sh +++ b/packages/extended-services/scripts/macos/build.sh @@ -1,5 +1,22 @@ #!/bin/bash - +# +# 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. +# APP="target/Extended Services.app" CONTENTS=$APP/Contents diff --git a/packages/form-generation-tool/README.md b/packages/form-generation-tool/README.md index c3097d520d1..e2ebbe6aea9 100644 --- a/packages/form-generation-tool/README.md +++ b/packages/form-generation-tool/README.md @@ -1,3 +1,20 @@ + + ## Form Generation Tool This is a utility CLI to help generating forms in differents formats for BPMN processes and User Tasks in your Kogito projects. diff --git a/packages/i18n/README.md b/packages/i18n/README.md index fa512dad5e0..5f385761d49 100644 --- a/packages/i18n/README.md +++ b/packages/i18n/README.md @@ -1,3 +1,20 @@ + + # Apache KIE Tools i18n This package provides a type-safe i18n library for a Typescript project. diff --git a/packages/i18n/examples/react.md b/packages/i18n/examples/react.md index 04b25768b9d..44d267c8b82 100644 --- a/packages/i18n/examples/react.md +++ b/packages/i18n/examples/react.md @@ -1,3 +1,20 @@ + + ## Setup example for a React project File structure: diff --git a/packages/i18n/examples/typescript.md b/packages/i18n/examples/typescript.md index cd27f0242b1..486e12022a5 100644 --- a/packages/i18n/examples/typescript.md +++ b/packages/i18n/examples/typescript.md @@ -1,3 +1,20 @@ + + ## Setup example for a Typescript project File structure: diff --git a/packages/image-env-to-json/README.md b/packages/image-env-to-json/README.md index 56f9459a4e2..ad316f39a35 100644 --- a/packages/image-env-to-json/README.md +++ b/packages/image-env-to-json/README.md @@ -1,3 +1,20 @@ + + # image-env-to-json This package contains a CLI tool to convert environment variables to a JSON file. diff --git a/packages/import-java-classes-component/README.md b/packages/import-java-classes-component/README.md index 722ceba0749..961bc58a6cb 100644 --- a/packages/import-java-classes-component/README.md +++ b/packages/import-java-classes-component/README.md @@ -1,3 +1,20 @@ + + # Import Java Classes component This editor provides the possibility to edit the expression related to a Decision Node, or to a Business Knowledge Model's function. diff --git a/packages/jbpm-quarkus-devui/jbpm-quarkus-devui-deployment/pom.xml b/packages/jbpm-quarkus-devui/jbpm-quarkus-devui-deployment/pom.xml index 4407bb5e17a..f246450075c 100644 --- a/packages/jbpm-quarkus-devui/jbpm-quarkus-devui-deployment/pom.xml +++ b/packages/jbpm-quarkus-devui/jbpm-quarkus-devui-deployment/pom.xml @@ -1,23 +1,21 @@ + ## JSON and YAML Language Service JSON and YAML language service to be reused in VSCode and Monaco editor. diff --git a/packages/k8s-yaml-to-apiserver-requests/README.md b/packages/k8s-yaml-to-apiserver-requests/README.md index 67bc4fe8051..091794ddeec 100644 --- a/packages/k8s-yaml-to-apiserver-requests/README.md +++ b/packages/k8s-yaml-to-apiserver-requests/README.md @@ -1,3 +1,20 @@ + + ## K8s YAML to APIServer Requests Library to map Kubernetes API resources and apply resource YAMLs diff --git a/packages/keyboard-shortcuts/README.md b/packages/keyboard-shortcuts/README.md index 5fa66321102..b214bc46a69 100644 --- a/packages/keyboard-shortcuts/README.md +++ b/packages/keyboard-shortcuts/README.md @@ -1 +1,18 @@ + + ## Keyboard Shortcuts diff --git a/packages/kie-bc-editors/README.md b/packages/kie-bc-editors/README.md index 845e54d8223..60fa673b0f8 100644 --- a/packages/kie-bc-editors/README.md +++ b/packages/kie-bc-editors/README.md @@ -1,3 +1,20 @@ + + ## Apache KIE Tools GWT Editors Defines `AppFormer.Editor` class for GWT editors (BPMN and DMN). diff --git a/packages/kie-editors-dev-vscode-extension/README.md b/packages/kie-editors-dev-vscode-extension/README.md index 1c5777834d0..47d28be34f5 100644 --- a/packages/kie-editors-dev-vscode-extension/README.md +++ b/packages/kie-editors-dev-vscode-extension/README.md @@ -1 +1,18 @@ + + This is a development distribution. To download the production version, refer to https://marketplace.visualstudio.com/items?itemName=kie-group.vscode-extension-kogito-bundle diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/MultipleInstanceSubprocess.bpmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/MultipleInstanceSubprocess.bpmn index 73a084f4577..76a5b1f8def 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/MultipleInstanceSubprocess.bpmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/MultipleInstanceSubprocess.bpmn @@ -1,4 +1,22 @@ + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/ProcessWithCollaboration.bpmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/ProcessWithCollaboration.bpmn index d015c6be0de..4c7411d8d73 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/ProcessWithCollaboration.bpmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/ProcessWithCollaboration.bpmn @@ -1,4 +1,22 @@ + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/ProcessWithGenerics.bpmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/ProcessWithGenerics.bpmn index 6c54b45dd99..9c6c1f15d35 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/ProcessWithGenerics.bpmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/ProcessWithGenerics.bpmn @@ -1,4 +1,22 @@ + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/SaveAssetTest.bpmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/SaveAssetTest.bpmn index e4ed8e33c93..1a0c3f8237f 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/SaveAssetTest.bpmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/SaveAssetTest.bpmn @@ -1,3 +1,22 @@ + + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/UserTask.bpmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/UserTask.bpmn index 367eb59d2cf..92e53cdfcea 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/UserTask.bpmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/UserTask.bpmn @@ -1,4 +1,22 @@ + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo-expression.dmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo-expression.dmn index de1dc120aca..1673dbed21c 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo-expression.dmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo-expression.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.bpmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.bpmn index d6e84997b93..4b11cfb7857 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.bpmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.bpmn @@ -1,4 +1,22 @@ + + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.pmml b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.pmml index ad3446846b6..0e6130b370d 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.pmml +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.pmml @@ -1,3 +1,22 @@ + +
diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.scesim b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.scesim index f366bba5147..f1a3e50c34b 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.scesim +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/demo.scesim @@ -1,3 +1,22 @@ + + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/example.bpmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/example.bpmn index 96af50393d9..fd5d52acde6 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/example.bpmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/example.bpmn @@ -1,4 +1,22 @@ + diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/reusable-model.dmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/reusable-model.dmn index be28cecfbf8..3058709dc34 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/reusable-model.dmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/reusable-model.dmn @@ -1,3 +1,22 @@ + + Additional model for included models feature testing. diff --git a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/src/main/java/org/kie/businessapp/process-wid.bpmn b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/src/main/java/org/kie/businessapp/process-wid.bpmn index 61f4b676b39..31c24b5c4ce 100644 --- a/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/src/main/java/org/kie/businessapp/process-wid.bpmn +++ b/packages/kie-editors-dev-vscode-extension/e2e-tests/resources/src/main/java/org/kie/businessapp/process-wid.bpmn @@ -1,3 +1,22 @@ + + diff --git a/packages/kie-editors-standalone/README.md b/packages/kie-editors-standalone/README.md index dd189b504b4..fe2b7d14c2d 100644 --- a/packages/kie-editors-standalone/README.md +++ b/packages/kie-editors-standalone/README.md @@ -1,3 +1,20 @@ + + ## BPMN and DMN Standalone Editors ### Description diff --git a/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/Traffic Violation.dmn b/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/Traffic Violation.dmn index 943d3fc93dc..fd301f27424 100644 --- a/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/Traffic Violation.dmn +++ b/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/Traffic Violation.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/call centre drd.dmn b/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/call centre drd.dmn index e43d367c06c..333317826fd 100644 --- a/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/call centre drd.dmn +++ b/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/call centre drd.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/process-string.bpmn b/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/process-string.bpmn index 36df119c026..9ede4095f0d 100644 --- a/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/process-string.bpmn +++ b/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/process-string.bpmn @@ -1,3 +1,22 @@ + + diff --git a/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/process-wid.bpmn b/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/process-wid.bpmn index aca6c283b6b..0ad18166249 100644 --- a/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/process-wid.bpmn +++ b/packages/kie-editors-standalone/e2e-tests/cypress/fixtures/process-wid.bpmn @@ -1,3 +1,22 @@ + + diff --git a/packages/kie-editors-standalone/e2e-tests/src/resources/processWithWidDefinition.bpmn2 b/packages/kie-editors-standalone/e2e-tests/src/resources/processWithWidDefinition.bpmn2 index 3bce08cb6ff..590993b59ba 100644 --- a/packages/kie-editors-standalone/e2e-tests/src/resources/processWithWidDefinition.bpmn2 +++ b/packages/kie-editors-standalone/e2e-tests/src/resources/processWithWidDefinition.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/packages/kie-sandbox-distribution/README.md b/packages/kie-sandbox-distribution/README.md index 8de5d76bcb9..fbc5fa9e321 100644 --- a/packages/kie-sandbox-distribution/README.md +++ b/packages/kie-sandbox-distribution/README.md @@ -1,3 +1,20 @@ + + # kie-sandbox-distribution This package contains the `docker-compose` file to run KIE Sandbox and all related services. diff --git a/packages/kie-sandbox-distribution/docker-compose.yaml b/packages/kie-sandbox-distribution/docker-compose.yaml index 3907d327caa..41e459615d6 100644 --- a/packages/kie-sandbox-distribution/docker-compose.yaml +++ b/packages/kie-sandbox-distribution/docker-compose.yaml @@ -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. +# + version: "3.8" services: kie_sandbox: diff --git a/packages/kie-sandbox-extended-services-image/README.md b/packages/kie-sandbox-extended-services-image/README.md index 344025ab37d..a33de9c5ad3 100644 --- a/packages/kie-sandbox-extended-services-image/README.md +++ b/packages/kie-sandbox-extended-services-image/README.md @@ -1,3 +1,20 @@ + + # kie-sandbox-extended-services-image This package contains the `Containerfile` and scripts to build a container image for the Extended Services. diff --git a/packages/kie-sandbox-fs/README.md b/packages/kie-sandbox-fs/README.md index 66ac45c0c53..4548f6581f8 100644 --- a/packages/kie-sandbox-fs/README.md +++ b/packages/kie-sandbox-fs/README.md @@ -1,3 +1,20 @@ + + # @kie-tools/kie-sandbox-fs This package is a fork of [LightningFS](https://github.com/isomorphic-git/lightning-fs). diff --git a/packages/kie-sandbox-helm-chart/README.md b/packages/kie-sandbox-helm-chart/README.md index eee733c702e..229477bfde8 100644 --- a/packages/kie-sandbox-helm-chart/README.md +++ b/packages/kie-sandbox-helm-chart/README.md @@ -1,3 +1,20 @@ + + # KIE Sandbox Helm Chart This chart can be used to deploy KIE Sandbox image on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. diff --git a/packages/kie-sandbox-helm-chart/src/README.md b/packages/kie-sandbox-helm-chart/src/README.md index 37441439a25..4ea2da57dcb 100644 --- a/packages/kie-sandbox-helm-chart/src/README.md +++ b/packages/kie-sandbox-helm-chart/src/README.md @@ -1,3 +1,20 @@ + + # kie-sandbox-helm-chart ![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) diff --git a/packages/kie-sandbox-helm-chart/src/charts/cors_proxy/README.md b/packages/kie-sandbox-helm-chart/src/charts/cors_proxy/README.md index 304582dc5db..06726570144 100644 --- a/packages/kie-sandbox-helm-chart/src/charts/cors_proxy/README.md +++ b/packages/kie-sandbox-helm-chart/src/charts/cors_proxy/README.md @@ -1,3 +1,20 @@ + + # cors_proxy ![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) diff --git a/packages/kie-sandbox-helm-chart/src/charts/cors_proxy/values.yaml b/packages/kie-sandbox-helm-chart/src/charts/cors_proxy/values.yaml index 02c6142abd4..f93d37cd1f7 100644 --- a/packages/kie-sandbox-helm-chart/src/charts/cors_proxy/values.yaml +++ b/packages/kie-sandbox-helm-chart/src/charts/cors_proxy/values.yaml @@ -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. +# + # CORS Proxy component # -- The CORS Proxy application name name: cors-proxy diff --git a/packages/kie-sandbox-helm-chart/src/charts/extended_services/README.md b/packages/kie-sandbox-helm-chart/src/charts/extended_services/README.md index a70a717561c..5486252cad8 100644 --- a/packages/kie-sandbox-helm-chart/src/charts/extended_services/README.md +++ b/packages/kie-sandbox-helm-chart/src/charts/extended_services/README.md @@ -1,3 +1,20 @@ + + # extended_services ![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) diff --git a/packages/kie-sandbox-helm-chart/src/charts/extended_services/values.yaml b/packages/kie-sandbox-helm-chart/src/charts/extended_services/values.yaml index 8b0c69a9b52..907e4ac61d2 100644 --- a/packages/kie-sandbox-helm-chart/src/charts/extended_services/values.yaml +++ b/packages/kie-sandbox-helm-chart/src/charts/extended_services/values.yaml @@ -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. +# + # Extended services component # -- The Extended Services application name name: extended-services diff --git a/packages/kie-sandbox-helm-chart/src/charts/kie_sandbox/README.md b/packages/kie-sandbox-helm-chart/src/charts/kie_sandbox/README.md index 77c75dd699b..16d92009414 100644 --- a/packages/kie-sandbox-helm-chart/src/charts/kie_sandbox/README.md +++ b/packages/kie-sandbox-helm-chart/src/charts/kie_sandbox/README.md @@ -1,3 +1,20 @@ + + # kie_sandbox ![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) diff --git a/packages/kie-sandbox-helm-chart/src/charts/kie_sandbox/values.yaml b/packages/kie-sandbox-helm-chart/src/charts/kie_sandbox/values.yaml index 980b9576294..6c7639567bb 100644 --- a/packages/kie-sandbox-helm-chart/src/charts/kie_sandbox/values.yaml +++ b/packages/kie-sandbox-helm-chart/src/charts/kie_sandbox/values.yaml @@ -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. +# + # KIE Sandbox application # -- The KIE Sandbox application name name: kie-sandbox diff --git a/packages/kie-sandbox-helm-chart/src/values-kubernetes.yaml b/packages/kie-sandbox-helm-chart/src/values-kubernetes.yaml index aacb55777ad..45c7e0123fa 100644 --- a/packages/kie-sandbox-helm-chart/src/values-kubernetes.yaml +++ b/packages/kie-sandbox-helm-chart/src/values-kubernetes.yaml @@ -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. +# + # KIE Sandbox application kie_sandbox: env: diff --git a/packages/kie-sandbox-helm-chart/src/values-minikube-nginx.yaml b/packages/kie-sandbox-helm-chart/src/values-minikube-nginx.yaml index e59418e2c43..309ed3c1594 100644 --- a/packages/kie-sandbox-helm-chart/src/values-minikube-nginx.yaml +++ b/packages/kie-sandbox-helm-chart/src/values-minikube-nginx.yaml @@ -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. +# + # KIE Sandbox application kie_sandbox: env: diff --git a/packages/kie-sandbox-helm-chart/src/values-openshift.yaml b/packages/kie-sandbox-helm-chart/src/values-openshift.yaml index 0940eed6c96..69c8161a0af 100644 --- a/packages/kie-sandbox-helm-chart/src/values-openshift.yaml +++ b/packages/kie-sandbox-helm-chart/src/values-openshift.yaml @@ -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. +# + # KIE Sandbox application kie_sandbox: env: diff --git a/packages/kie-sandbox-helm-chart/src/values.yaml b/packages/kie-sandbox-helm-chart/src/values.yaml index da7c2bcad8d..01d7e8d89ed 100644 --- a/packages/kie-sandbox-helm-chart/src/values.yaml +++ b/packages/kie-sandbox-helm-chart/src/values.yaml @@ -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. +# + # -- Overrides charts name nameOverride: "" # -- Overrides charts full name diff --git a/packages/kie-sandbox-image/README.md b/packages/kie-sandbox-image/README.md index 177da86fa25..b9347614bfc 100644 --- a/packages/kie-sandbox-image/README.md +++ b/packages/kie-sandbox-image/README.md @@ -1,3 +1,20 @@ + + # kie-sandbox-image This package contains the `Containerfile/Dockerfile` and scripts to build a container image for KIE Sandbox. It also generated a JSON Schema for the `env.json` file, enabling it to be validated. diff --git a/packages/kie-sandbox-image/entrypoint.sh b/packages/kie-sandbox-image/entrypoint.sh index b1761030a03..076291c3f2a 100644 --- a/packages/kie-sandbox-image/entrypoint.sh +++ b/packages/kie-sandbox-image/entrypoint.sh @@ -1,4 +1,22 @@ #!/bin/bash +# +# 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. +# # Copying the KIE Sandbox assets here is essential for when the container is running with the readOnlyRootFilesystem flag. # But, just like any other directory modified during runtime, the /var/www/html must be a mounted volume in the container in this case. diff --git a/packages/kn-plugin-workflow/.gitignore b/packages/kn-plugin-workflow/.gitignore index 1a4d60ae174..23c9541bfb3 100644 --- a/packages/kn-plugin-workflow/.gitignore +++ b/packages/kn-plugin-workflow/.gitignore @@ -1,3 +1,21 @@ +### +# 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. + debug/ kogito-serverless-operator/ TODO.txt diff --git a/packages/kn-plugin-workflow/README.md b/packages/kn-plugin-workflow/README.md index 8f1f13bc547..9eaa0a4baaf 100644 --- a/packages/kn-plugin-workflow/README.md +++ b/packages/kn-plugin-workflow/README.md @@ -1,3 +1,20 @@ + + # kn-plugin-workflow `kn-plugin-workflow` is a plugin of the Knative Client, to enable users to quickly set up a local SonataFlow project from the command line. diff --git a/packages/kogito-management-console/README.md b/packages/kogito-management-console/README.md index 2a439f4744f..19258fbaad4 100644 --- a/packages/kogito-management-console/README.md +++ b/packages/kogito-management-console/README.md @@ -1,3 +1,20 @@ + + # kogito-managment-console This package contains the `Containerfile/Dockerfile` and scripts to build a container image for Management Console. It also generated a JSON Schema for the `env.json` file, enabling it to be validated. diff --git a/packages/kogito-management-console/entrypoint.sh b/packages/kogito-management-console/entrypoint.sh index 7c716607696..1b92377150b 100644 --- a/packages/kogito-management-console/entrypoint.sh +++ b/packages/kogito-management-console/entrypoint.sh @@ -1,4 +1,22 @@ #!/bin/bash +# +# 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. +# # Copying the Task Console assets here is essential for when the container is running with the readOnlyRootFilesystem flag. # But, just like any other directory modified during runtime, the /var/www/html must be a mounted volume in the container in this case. diff --git a/packages/kogito-serverless-operator/README.md b/packages/kogito-serverless-operator/README.md index da2266d7f6e..ec6f9680815 100644 --- a/packages/kogito-serverless-operator/README.md +++ b/packages/kogito-serverless-operator/README.md @@ -1,3 +1,20 @@ + + # SonataFlow Operator The SonataFlow Operator defines a set diff --git a/packages/kogito-serverless-operator/bundle/metadata/annotations.yaml b/packages/kogito-serverless-operator/bundle/metadata/annotations.yaml index 68eab166f4f..f96ca03d721 100644 --- a/packages/kogito-serverless-operator/bundle/metadata/annotations.yaml +++ b/packages/kogito-serverless-operator/bundle/metadata/annotations.yaml @@ -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. +# + annotations: # Core bundle annotations. operators.operatorframework.io.bundle.mediatype.v1: registry+v1 diff --git a/packages/kogito-serverless-operator/config/crd/kustomization.yaml b/packages/kogito-serverless-operator/config/crd/kustomization.yaml index 61ebf163b35..05236be9636 100644 --- a/packages/kogito-serverless-operator/config/crd/kustomization.yaml +++ b/packages/kogito-serverless-operator/config/crd/kustomization.yaml @@ -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 kustomization.yaml is not intended to be run by itself, # since it depends on service name and namespace that are out of this kustomize package. # It should be run by config/default diff --git a/packages/kogito-serverless-operator/config/crd/kustomizeconfig.yaml b/packages/kogito-serverless-operator/config/crd/kustomizeconfig.yaml index c1418ddee6e..a8064f7d643 100644 --- a/packages/kogito-serverless-operator/config/crd/kustomizeconfig.yaml +++ b/packages/kogito-serverless-operator/config/crd/kustomizeconfig.yaml @@ -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 for teaching kustomize how to substitute name and namespace reference in CRD nameReference: - kind: Service diff --git a/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowbuilds.yaml b/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowbuilds.yaml index 451e6d05315..1ab7b19e09f 100644 --- a/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowbuilds.yaml +++ b/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowbuilds.yaml @@ -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. +# + # The following patch adds a directive for certmanager to inject CA into the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowclusterplatforms.yaml b/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowclusterplatforms.yaml index dc0274cd7a4..64972e86dae 100644 --- a/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowclusterplatforms.yaml +++ b/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowclusterplatforms.yaml @@ -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. +# + # The following patch adds a directive for certmanager to inject CA into the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowplatforms.yaml b/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowplatforms.yaml index f0cb2da79b1..c8fa2b1f71e 100644 --- a/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowplatforms.yaml +++ b/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflowplatforms.yaml @@ -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. +# + # The following patch adds a directive for certmanager to inject CA into the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflows.yaml b/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflows.yaml index 0f2efd86b4b..571864a6b14 100644 --- a/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflows.yaml +++ b/packages/kogito-serverless-operator/config/crd/patches/cainjection_in_sonataflows.yaml @@ -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. +# + # The following patch adds a directive for certmanager to inject CA into the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowbuilds.yaml b/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowbuilds.yaml index 3406df4d48f..38d25e0c9e8 100644 --- a/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowbuilds.yaml +++ b/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowbuilds.yaml @@ -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. +# + # The following patch enables a conversion webhook for the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowclusterplatforms.yaml b/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowclusterplatforms.yaml index 68343cb2513..7e1caf3e1d4 100644 --- a/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowclusterplatforms.yaml +++ b/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowclusterplatforms.yaml @@ -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. +# + # The following patch enables a conversion webhook for the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowplatforms.yaml b/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowplatforms.yaml index a51005ca19d..b1b82bdea9e 100644 --- a/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowplatforms.yaml +++ b/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflowplatforms.yaml @@ -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. +# + # The following patch enables a conversion webhook for the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflows.yaml b/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflows.yaml index b55a65f1a51..1eddbd8de0c 100644 --- a/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflows.yaml +++ b/packages/kogito-serverless-operator/config/crd/patches/webhook_in_sonataflows.yaml @@ -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. +# + # The following patch enables a conversion webhook for the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/packages/kogito-serverless-operator/config/default/controllers_config_patch.yaml b/packages/kogito-serverless-operator/config/default/controllers_config_patch.yaml index 59fdab2bc72..8ec458221bb 100644 --- a/packages/kogito-serverless-operator/config/default/controllers_config_patch.yaml +++ b/packages/kogito-serverless-operator/config/default/controllers_config_patch.yaml @@ -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. +# + apiVersion: apps/v1 kind: Deployment metadata: diff --git a/packages/kogito-serverless-operator/config/default/kustomization.yaml b/packages/kogito-serverless-operator/config/default/kustomization.yaml index cde9f268fe9..fb29a81f184 100644 --- a/packages/kogito-serverless-operator/config/default/kustomization.yaml +++ b/packages/kogito-serverless-operator/config/default/kustomization.yaml @@ -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. +# + # Adds namespace to all resources. namespace: sonataflow-operator-system diff --git a/packages/kogito-serverless-operator/config/default/manager_auth_proxy_patch.yaml b/packages/kogito-serverless-operator/config/default/manager_auth_proxy_patch.yaml index 9b04d354a0c..382be8346ed 100644 --- a/packages/kogito-serverless-operator/config/default/manager_auth_proxy_patch.yaml +++ b/packages/kogito-serverless-operator/config/default/manager_auth_proxy_patch.yaml @@ -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 patch inject a sidecar container which is a HTTP proxy for the # controller manager, it performs RBAC authorization against the Kubernetes API using SubjectAccessReviews. apiVersion: apps/v1 diff --git a/packages/kogito-serverless-operator/config/default/manager_config_patch.yaml b/packages/kogito-serverless-operator/config/default/manager_config_patch.yaml index 68563ebf121..4e91beef1ba 100644 --- a/packages/kogito-serverless-operator/config/default/manager_config_patch.yaml +++ b/packages/kogito-serverless-operator/config/default/manager_config_patch.yaml @@ -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. +# + apiVersion: apps/v1 kind: Deployment metadata: diff --git a/packages/kogito-serverless-operator/config/manager/controller_manager_config.yaml b/packages/kogito-serverless-operator/config/manager/controller_manager_config.yaml index 4cefd89bb3f..869f5e3f7df 100644 --- a/packages/kogito-serverless-operator/config/manager/controller_manager_config.yaml +++ b/packages/kogito-serverless-operator/config/manager/controller_manager_config.yaml @@ -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. +# + apiVersion: controller-runtime.sigs.k8s.io/v1alpha1 kind: ControllerManagerConfig health: diff --git a/packages/kogito-serverless-operator/config/manager/kustomization.yaml b/packages/kogito-serverless-operator/config/manager/kustomization.yaml index 771af44078c..c6fc5448e03 100644 --- a/packages/kogito-serverless-operator/config/manager/kustomization.yaml +++ b/packages/kogito-serverless-operator/config/manager/kustomization.yaml @@ -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. +# + resources: - manager.yaml generatorOptions: diff --git a/packages/kogito-serverless-operator/config/manager/manager.yaml b/packages/kogito-serverless-operator/config/manager/manager.yaml index 7474a88ad3a..e6c63a45d7b 100644 --- a/packages/kogito-serverless-operator/config/manager/manager.yaml +++ b/packages/kogito-serverless-operator/config/manager/manager.yaml @@ -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. +# + apiVersion: v1 kind: Namespace metadata: diff --git a/packages/kogito-serverless-operator/config/manifests/kustomization.yaml b/packages/kogito-serverless-operator/config/manifests/kustomization.yaml index b1dc3831287..2ce4a69188f 100644 --- a/packages/kogito-serverless-operator/config/manifests/kustomization.yaml +++ b/packages/kogito-serverless-operator/config/manifests/kustomization.yaml @@ -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. +# + # These resources constitute the fully configured set of manifests # used to generate the 'manifests/' directory in a bundle. resources: diff --git a/packages/kogito-serverless-operator/config/prometheus/kustomization.yaml b/packages/kogito-serverless-operator/config/prometheus/kustomization.yaml index d556b996a21..230f13a0b42 100644 --- a/packages/kogito-serverless-operator/config/prometheus/kustomization.yaml +++ b/packages/kogito-serverless-operator/config/prometheus/kustomization.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + resources: - monitor.yaml diff --git a/packages/kogito-serverless-operator/config/prometheus/monitor.yaml b/packages/kogito-serverless-operator/config/prometheus/monitor.yaml index 1f235df53b3..03dffb7163e 100644 --- a/packages/kogito-serverless-operator/config/prometheus/monitor.yaml +++ b/packages/kogito-serverless-operator/config/prometheus/monitor.yaml @@ -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. +# + # Prometheus Monitor Service (Metrics) apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/packages/kogito-serverless-operator/config/rbac/auth_proxy_client_clusterrole.yaml b/packages/kogito-serverless-operator/config/rbac/auth_proxy_client_clusterrole.yaml index 07f4382934e..3c02823ef56 100644 --- a/packages/kogito-serverless-operator/config/rbac/auth_proxy_client_clusterrole.yaml +++ b/packages/kogito-serverless-operator/config/rbac/auth_proxy_client_clusterrole.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/auth_proxy_role.yaml b/packages/kogito-serverless-operator/config/rbac/auth_proxy_role.yaml index 2e55d6aeaca..cb9d8fedd2b 100644 --- a/packages/kogito-serverless-operator/config/rbac/auth_proxy_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/auth_proxy_role.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/auth_proxy_role_binding.yaml b/packages/kogito-serverless-operator/config/rbac/auth_proxy_role_binding.yaml index ec70c402000..17e4c11a5d8 100644 --- a/packages/kogito-serverless-operator/config/rbac/auth_proxy_role_binding.yaml +++ b/packages/kogito-serverless-operator/config/rbac/auth_proxy_role_binding.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/auth_proxy_service.yaml b/packages/kogito-serverless-operator/config/rbac/auth_proxy_service.yaml index b843fb75ceb..54f3b68dbde 100644 --- a/packages/kogito-serverless-operator/config/rbac/auth_proxy_service.yaml +++ b/packages/kogito-serverless-operator/config/rbac/auth_proxy_service.yaml @@ -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. +# + apiVersion: v1 kind: Service metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/builder_role.yaml b/packages/kogito-serverless-operator/config/rbac/builder_role.yaml index 3547077f70d..a71614f856c 100644 --- a/packages/kogito-serverless-operator/config/rbac/builder_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/builder_role.yaml @@ -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. +# + --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/builder_role_binding.yaml b/packages/kogito-serverless-operator/config/rbac/builder_role_binding.yaml index 160a7470f7e..6896e987b15 100644 --- a/packages/kogito-serverless-operator/config/rbac/builder_role_binding.yaml +++ b/packages/kogito-serverless-operator/config/rbac/builder_role_binding.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/kustomization.yaml b/packages/kogito-serverless-operator/config/rbac/kustomization.yaml index 877a27cfae0..190d383d778 100644 --- a/packages/kogito-serverless-operator/config/rbac/kustomization.yaml +++ b/packages/kogito-serverless-operator/config/rbac/kustomization.yaml @@ -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. +# + resources: # All RBAC will be applied under this service account in # the deployment namespace. You may comment out this resource diff --git a/packages/kogito-serverless-operator/config/rbac/leader_election_role.yaml b/packages/kogito-serverless-operator/config/rbac/leader_election_role.yaml index 9221419fae4..6658bb43a49 100644 --- a/packages/kogito-serverless-operator/config/rbac/leader_election_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/leader_election_role.yaml @@ -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. +# + # permissions to do leader election. apiVersion: rbac.authorization.k8s.io/v1 kind: Role diff --git a/packages/kogito-serverless-operator/config/rbac/leader_election_role_binding.yaml b/packages/kogito-serverless-operator/config/rbac/leader_election_role_binding.yaml index 887508ddeff..103212b4946 100644 --- a/packages/kogito-serverless-operator/config/rbac/leader_election_role_binding.yaml +++ b/packages/kogito-serverless-operator/config/rbac/leader_election_role_binding.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/openshift_role.yaml b/packages/kogito-serverless-operator/config/rbac/openshift_role.yaml index 04945c5098b..e10968814a7 100644 --- a/packages/kogito-serverless-operator/config/rbac/openshift_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/openshift_role.yaml @@ -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. +# + --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/openshift_role_binding.yaml b/packages/kogito-serverless-operator/config/rbac/openshift_role_binding.yaml index 1aaff931744..111c70ae495 100644 --- a/packages/kogito-serverless-operator/config/rbac/openshift_role_binding.yaml +++ b/packages/kogito-serverless-operator/config/rbac/openshift_role_binding.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/operator_role_binding_leases.yaml b/packages/kogito-serverless-operator/config/rbac/operator_role_binding_leases.yaml index 188c7e218c7..e574a272a05 100644 --- a/packages/kogito-serverless-operator/config/rbac/operator_role_binding_leases.yaml +++ b/packages/kogito-serverless-operator/config/rbac/operator_role_binding_leases.yaml @@ -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. +# + kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/operator_role_leases.yaml b/packages/kogito-serverless-operator/config/rbac/operator_role_leases.yaml index 1dacd7d7439..c7816443f12 100644 --- a/packages/kogito-serverless-operator/config/rbac/operator_role_leases.yaml +++ b/packages/kogito-serverless-operator/config/rbac/operator_role_leases.yaml @@ -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. +# + kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/role_binding.yaml b/packages/kogito-serverless-operator/config/rbac/role_binding.yaml index d5925c3ac9a..ed947db9c30 100644 --- a/packages/kogito-serverless-operator/config/rbac/role_binding.yaml +++ b/packages/kogito-serverless-operator/config/rbac/role_binding.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/service_account.yaml b/packages/kogito-serverless-operator/config/rbac/service_account.yaml index 7cd6025bfc4..126d4c8b9c4 100644 --- a/packages/kogito-serverless-operator/config/rbac/service_account.yaml +++ b/packages/kogito-serverless-operator/config/rbac/service_account.yaml @@ -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. +# + apiVersion: v1 kind: ServiceAccount metadata: diff --git a/packages/kogito-serverless-operator/config/rbac/service_discovery_role.yaml b/packages/kogito-serverless-operator/config/rbac/service_discovery_role.yaml index ea72098fa29..b2fb5c2a9c8 100644 --- a/packages/kogito-serverless-operator/config/rbac/service_discovery_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/service_discovery_role.yaml @@ -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. +# + --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/service_discovery_role_binding.yaml b/packages/kogito-serverless-operator/config/rbac/service_discovery_role_binding.yaml index 00518a3ea47..9e90b45fca3 100644 --- a/packages/kogito-serverless-operator/config/rbac/service_discovery_role_binding.yaml +++ b/packages/kogito-serverless-operator/config/rbac/service_discovery_role_binding.yaml @@ -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. +# + --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflow_editor_role.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflow_editor_role.yaml index d7a1634d12b..7193c9c6d5d 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflow_editor_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflow_editor_role.yaml @@ -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. +# + # permissions for end users to edit sonataflowworkflows. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflow_viewer_role.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflow_viewer_role.yaml index f1cacbb89a5..0faa1594df3 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflow_viewer_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflow_viewer_role.yaml @@ -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. +# + # permissions for end users to view sonataflowworkflows. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflowbuild_editor_role.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflowbuild_editor_role.yaml index 76fdb8dd3ef..a964f4a3488 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflowbuild_editor_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflowbuild_editor_role.yaml @@ -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. +# + # permissions for end users to edit sonataflowworkflowbuilds. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflowbuild_viewer_role.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflowbuild_viewer_role.yaml index 08fcc90e375..1b9c6488bc6 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflowbuild_viewer_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflowbuild_viewer_role.yaml @@ -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. +# + # permissions for end users to view sonataflowworkflowbuilds. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_editor_role.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_editor_role.yaml index 0218ffa5cea..9a074a56794 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_editor_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_editor_role.yaml @@ -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. +# + # permissions for end users to edit sonataflowclusterplatforms. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_viewer_cluster_role_binding.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_viewer_cluster_role_binding.yaml index 27991fc0a01..58c2e4e7de5 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_viewer_cluster_role_binding.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_viewer_cluster_role_binding.yaml @@ -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. +# + # allow users to view SonataFlowClusterPlatforms cluster-wide apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_viewer_role.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_viewer_role.yaml index 72c7def9e12..c060d016550 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_viewer_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflowclusterplatform_viewer_role.yaml @@ -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. +# + # permissions for end users to view sonataflowclusterplatforms. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflowplatform_editor_role.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflowplatform_editor_role.yaml index d0dd6550e47..10f1599d15a 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflowplatform_editor_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflowplatform_editor_role.yaml @@ -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. +# + # permissions for end users to edit sonataflowplatforms. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/rbac/sonataflowplatform_viewer_role.yaml b/packages/kogito-serverless-operator/config/rbac/sonataflowplatform_viewer_role.yaml index 1f2edd009f9..f18619359a0 100644 --- a/packages/kogito-serverless-operator/config/rbac/sonataflowplatform_viewer_role.yaml +++ b/packages/kogito-serverless-operator/config/rbac/sonataflowplatform_viewer_role.yaml @@ -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. +# + # permissions for end users to view sonataflowplatforms. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/packages/kogito-serverless-operator/config/samples/kustomization.yaml b/packages/kogito-serverless-operator/config/samples/kustomization.yaml index 13918f6235b..87b26709cb5 100644 --- a/packages/kogito-serverless-operator/config/samples/kustomization.yaml +++ b/packages/kogito-serverless-operator/config/samples/kustomization.yaml @@ -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. +# + ## Append samples you want in your CSV to this file as resources ## resources: - sonataflow.org_v1alpha08_sonataflow.yaml diff --git a/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflow.yaml b/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflow.yaml index e094379fc14..0652b2ead1b 100644 --- a/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflow.yaml +++ b/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflow.yaml @@ -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. +# + apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow metadata: diff --git a/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflow_devmodeWithConfigMapAndExternalResource.yaml b/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflow_devmodeWithConfigMapAndExternalResource.yaml index 79f6cf80b6c..cbf3ef0ded7 100644 --- a/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflow_devmodeWithConfigMapAndExternalResource.yaml +++ b/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflow_devmodeWithConfigMapAndExternalResource.yaml @@ -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. +# + --- apiVersion: v1 data: diff --git a/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflowclusterplatform.yaml b/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflowclusterplatform.yaml index 2117a7a078a..446cb323c34 100644 --- a/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflowclusterplatform.yaml +++ b/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflowclusterplatform.yaml @@ -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. +# + apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowClusterPlatform metadata: diff --git a/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflowplatform.yaml b/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflowplatform.yaml index cc5b3cbb96c..1599252ff94 100644 --- a/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflowplatform.yaml +++ b/packages/kogito-serverless-operator/config/samples/sonataflow.org_v1alpha08_sonataflowplatform.yaml @@ -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. +# + apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform metadata: diff --git a/packages/kogito-serverless-operator/config/scorecard/bases/config.yaml b/packages/kogito-serverless-operator/config/scorecard/bases/config.yaml index 707a5c25fd0..68c14df8e2a 100644 --- a/packages/kogito-serverless-operator/config/scorecard/bases/config.yaml +++ b/packages/kogito-serverless-operator/config/scorecard/bases/config.yaml @@ -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. +# + apiVersion: scorecard.operatorframework.io/v1alpha3 kind: Configuration metadata: diff --git a/packages/kogito-serverless-operator/config/scorecard/kustomization.yaml b/packages/kogito-serverless-operator/config/scorecard/kustomization.yaml index ee7181bb3b0..0fed554ef94 100644 --- a/packages/kogito-serverless-operator/config/scorecard/kustomization.yaml +++ b/packages/kogito-serverless-operator/config/scorecard/kustomization.yaml @@ -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. +# + resources: - bases/config.yaml patchesJson6902: diff --git a/packages/kogito-serverless-operator/config/scorecard/patches/basic.config.yaml b/packages/kogito-serverless-operator/config/scorecard/patches/basic.config.yaml index 9289982dc3a..7ef4444657c 100644 --- a/packages/kogito-serverless-operator/config/scorecard/patches/basic.config.yaml +++ b/packages/kogito-serverless-operator/config/scorecard/patches/basic.config.yaml @@ -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. +# + - op: add path: /stages/0/tests/- value: diff --git a/packages/kogito-serverless-operator/config/scorecard/patches/olm.config.yaml b/packages/kogito-serverless-operator/config/scorecard/patches/olm.config.yaml index a921027f024..ca9d10b3301 100644 --- a/packages/kogito-serverless-operator/config/scorecard/patches/olm.config.yaml +++ b/packages/kogito-serverless-operator/config/scorecard/patches/olm.config.yaml @@ -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. +# + - op: add path: /stages/0/tests/- value: diff --git a/packages/kogito-serverless-operator/container-builder/README.md b/packages/kogito-serverless-operator/container-builder/README.md index bd81dd1a733..70b0efccabd 100644 --- a/packages/kogito-serverless-operator/container-builder/README.md +++ b/packages/kogito-serverless-operator/container-builder/README.md @@ -1,3 +1,20 @@ + + # Container Builder This is an internal build system implementation inspired by [Camel-K Builder package](https://github.com/apache/camel-k/tree/main/pkg/builder) to build Kogito services in a Kubernetes clusters. diff --git a/packages/kogito-serverless-operator/container-builder/examples/api/Build_usingKanikowithCacheAndCustomizations.yaml b/packages/kogito-serverless-operator/container-builder/examples/api/Build_usingKanikowithCacheAndCustomizations.yaml index 4e4bc69826e..c09ecf8442f 100644 --- a/packages/kogito-serverless-operator/container-builder/examples/api/Build_usingKanikowithCacheAndCustomizations.yaml +++ b/packages/kogito-serverless-operator/container-builder/examples/api/Build_usingKanikowithCacheAndCustomizations.yaml @@ -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: build-kaniko-using-cache-and-customizations spec: tasks: diff --git a/packages/kogito-serverless-operator/container-builder/examples/api/PlatformBuild_usingKanikowithCache.yaml b/packages/kogito-serverless-operator/container-builder/examples/api/PlatformBuild_usingKanikowithCache.yaml index 788da52bba7..83c9a155a47 100644 --- a/packages/kogito-serverless-operator/container-builder/examples/api/PlatformBuild_usingKanikowithCache.yaml +++ b/packages/kogito-serverless-operator/container-builder/examples/api/PlatformBuild_usingKanikowithCache.yaml @@ -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: platform-kaniko-using-cache spec: publishStrategy: "Kaniko" diff --git a/packages/kogito-serverless-operator/container-builder/examples/app.yaml b/packages/kogito-serverless-operator/container-builder/examples/app.yaml index 5e93dd8f9ab..480c3a5216b 100644 --- a/packages/kogito-serverless-operator/container-builder/examples/app.yaml +++ b/packages/kogito-serverless-operator/container-builder/examples/app.yaml @@ -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. +# + # example deployment that can be used to run the built image apiVersion: apps/v1 kind: Deployment diff --git a/packages/kogito-serverless-operator/container-builder/hack/btrfs_installed_tag.sh b/packages/kogito-serverless-operator/container-builder/hack/btrfs_installed_tag.sh index 0073717f76a..6861bd7561e 100755 --- a/packages/kogito-serverless-operator/container-builder/hack/btrfs_installed_tag.sh +++ b/packages/kogito-serverless-operator/container-builder/hack/btrfs_installed_tag.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# ${CPP:-${CC:-cc} -E} ${CPPFLAGS} - > /dev/null 2> /dev/null << EOF #include diff --git a/packages/kogito-serverless-operator/container-builder/hack/btrfs_tag.sh b/packages/kogito-serverless-operator/container-builder/hack/btrfs_tag.sh index 479fee3c550..fd392b58708 100755 --- a/packages/kogito-serverless-operator/container-builder/hack/btrfs_tag.sh +++ b/packages/kogito-serverless-operator/container-builder/hack/btrfs_tag.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# ${CPP:-${CC:-cc} -E} ${CPPFLAGS} - > /dev/null 2> /dev/null << EOF #include diff --git a/packages/kogito-serverless-operator/controllers/cfg/testdata/controllers-cfg-invalid.yaml b/packages/kogito-serverless-operator/controllers/cfg/testdata/controllers-cfg-invalid.yaml index 3d10351d14c..b7285de887e 100644 --- a/packages/kogito-serverless-operator/controllers/cfg/testdata/controllers-cfg-invalid.yaml +++ b/packages/kogito-serverless-operator/controllers/cfg/testdata/controllers-cfg-invalid.yaml @@ -1,15 +1,20 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. anyThingNotValid: "true" diff --git a/packages/kogito-serverless-operator/controllers/cfg/testdata/controllers-cfg-test.yaml b/packages/kogito-serverless-operator/controllers/cfg/testdata/controllers-cfg-test.yaml index 66ec30d8e34..b3f437c0264 100644 --- a/packages/kogito-serverless-operator/controllers/cfg/testdata/controllers-cfg-test.yaml +++ b/packages/kogito-serverless-operator/controllers/cfg/testdata/controllers-cfg-test.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. # The default size of Kaniko PVC when using the internal operator builder manager defaultPvcKanikoSize: 2Gi diff --git a/packages/kogito-serverless-operator/docs/CONTRIBUTING.md b/packages/kogito-serverless-operator/docs/CONTRIBUTING.md index 9fbfff4876a..fc67b7b87ab 100644 --- a/packages/kogito-serverless-operator/docs/CONTRIBUTING.md +++ b/packages/kogito-serverless-operator/docs/CONTRIBUTING.md @@ -1,3 +1,20 @@ + + # We love contributions! - [We love contributions!](#we-love-contributions) diff --git a/packages/kogito-serverless-operator/docs/PIPELINE.md b/packages/kogito-serverless-operator/docs/PIPELINE.md index 18335811afc..769ec631ddb 100644 --- a/packages/kogito-serverless-operator/docs/PIPELINE.md +++ b/packages/kogito-serverless-operator/docs/PIPELINE.md @@ -1,3 +1,20 @@ + + ## Install and configure a Tekton pipeline on Openshift 1. Install Red Hat OpenShift Pipelines on `latest` channel from the Operator Hub using the Openshift UI diff --git a/packages/kogito-serverless-operator/hack/addheaders.sh b/packages/kogito-serverless-operator/hack/addheaders.sh index f5c5afee6e0..e687b0a9693 100755 --- a/packages/kogito-serverless-operator/hack/addheaders.sh +++ b/packages/kogito-serverless-operator/hack/addheaders.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# if ! hash addlicense 2>/dev/null; then go install github.com/google/addlicense@latest diff --git a/packages/kogito-serverless-operator/hack/bump-version.sh b/packages/kogito-serverless-operator/hack/bump-version.sh index 855d00575e8..3f15c7efa63 100755 --- a/packages/kogito-serverless-operator/hack/bump-version.sh +++ b/packages/kogito-serverless-operator/hack/bump-version.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,8 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# + set -e script_dir_path=$(dirname "${BASH_SOURCE[0]}") diff --git a/packages/kogito-serverless-operator/hack/ci/create-kind-cluster-with-registry.sh b/packages/kogito-serverless-operator/hack/ci/create-kind-cluster-with-registry.sh index 2feb2c2540c..56003baf501 100755 --- a/packages/kogito-serverless-operator/hack/ci/create-kind-cluster-with-registry.sh +++ b/packages/kogito-serverless-operator/hack/ci/create-kind-cluster-with-registry.sh @@ -1,18 +1,22 @@ -# Copyright 2024 Apache Software Foundation (ASF) +#!/bin/sh # -# Licensed 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 +# 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 +# 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. # -# 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. - -#!/bin/sh set -o errexit diff --git a/packages/kogito-serverless-operator/hack/ci/install-minikube.sh b/packages/kogito-serverless-operator/hack/ci/install-minikube.sh index 9a1e1844370..bd4a9151da9 100755 --- a/packages/kogito-serverless-operator/hack/ci/install-minikube.sh +++ b/packages/kogito-serverless-operator/hack/ci/install-minikube.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# set -e diff --git a/packages/kogito-serverless-operator/hack/ci/install-operator-sdk.sh b/packages/kogito-serverless-operator/hack/ci/install-operator-sdk.sh index 047fa1d4ab3..2e72a1aa960 100755 --- a/packages/kogito-serverless-operator/hack/ci/install-operator-sdk.sh +++ b/packages/kogito-serverless-operator/hack/ci/install-operator-sdk.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,8 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# + set -e default_operator_sdk_version=v1.25.0 diff --git a/packages/kogito-serverless-operator/hack/clean-cluster-operators.sh b/packages/kogito-serverless-operator/hack/clean-cluster-operators.sh index cd71bbb2775..78330bedb79 100755 --- a/packages/kogito-serverless-operator/hack/clean-cluster-operators.sh +++ b/packages/kogito-serverless-operator/hack/clean-cluster-operators.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# script_dir_path=`dirname "${BASH_SOURCE[0]}"` source ${script_dir_path}/env.sh diff --git a/packages/kogito-serverless-operator/hack/clean-crds.sh b/packages/kogito-serverless-operator/hack/clean-crds.sh index ffb26803265..722e52568fb 100755 --- a/packages/kogito-serverless-operator/hack/clean-crds.sh +++ b/packages/kogito-serverless-operator/hack/clean-crds.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# script_dir_path=`dirname "${BASH_SOURCE[0]}"` source ${script_dir_path}/env.sh diff --git a/packages/kogito-serverless-operator/hack/clean-stuck-namespaces.sh b/packages/kogito-serverless-operator/hack/clean-stuck-namespaces.sh index 00165d667b8..67509b621d9 100755 --- a/packages/kogito-serverless-operator/hack/clean-stuck-namespaces.sh +++ b/packages/kogito-serverless-operator/hack/clean-stuck-namespaces.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# script_dir_path=`dirname "${BASH_SOURCE[0]}"` source ${script_dir_path}/env.sh diff --git a/packages/kogito-serverless-operator/hack/env.sh b/packages/kogito-serverless-operator/hack/env.sh index 945175db22f..2f1a3bc7ae5 100755 --- a/packages/kogito-serverless-operator/hack/env.sh +++ b/packages/kogito-serverless-operator/hack/env.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# CSV_DIR="config/manifests/bases" BUNDLE_DIR="bundle/manifests" diff --git a/packages/kogito-serverless-operator/hack/get-images-sha.sh b/packages/kogito-serverless-operator/hack/get-images-sha.sh index c2240b7a07f..27f34949f29 100755 --- a/packages/kogito-serverless-operator/hack/get-images-sha.sh +++ b/packages/kogito-serverless-operator/hack/get-images-sha.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# # # This script fetches the sha256 of images built on Brew and tagged into a specific Brew tag. diff --git a/packages/kogito-serverless-operator/hack/go-path.sh b/packages/kogito-serverless-operator/hack/go-path.sh index 56066af80a0..b4d9e42a8d0 100755 --- a/packages/kogito-serverless-operator/hack/go-path.sh +++ b/packages/kogito-serverless-operator/hack/go-path.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# # enforce GOROOT # shellcheck disable=SC2155 diff --git a/packages/kogito-serverless-operator/hack/goimports.sh b/packages/kogito-serverless-operator/hack/goimports.sh index 8a6dc63e03b..27e19ed577f 100755 --- a/packages/kogito-serverless-operator/hack/goimports.sh +++ b/packages/kogito-serverless-operator/hack/goimports.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# source ./hack/go-path.sh diff --git a/packages/kogito-serverless-operator/hack/kube-utils.sh b/packages/kogito-serverless-operator/hack/kube-utils.sh index 32fbf005ca5..4acc2f5c37f 100755 --- a/packages/kogito-serverless-operator/hack/kube-utils.sh +++ b/packages/kogito-serverless-operator/hack/kube-utils.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# getKubeSystemPodStatusConditions() { kubectl get pods $1 -n kube-system -o json | jq '.items[].status.conditions[]' diff --git a/packages/kogito-serverless-operator/hack/local/build-simple-workflow.sh b/packages/kogito-serverless-operator/hack/local/build-simple-workflow.sh index c0886e45386..f2374d29988 100755 --- a/packages/kogito-serverless-operator/hack/local/build-simple-workflow.sh +++ b/packages/kogito-serverless-operator/hack/local/build-simple-workflow.sh @@ -1,16 +1,22 @@ -# Copyright 2023 Red Hat, Inc. and/or its affiliates +#!/bin/bash # -# Licensed 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 +# 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 +# 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. # -# 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. rm -rf /tmp/simpleworkflow mkdir -p /tmp/simpleworkflow diff --git a/packages/kogito-serverless-operator/hack/local/greeting_example_deploy.sh b/packages/kogito-serverless-operator/hack/local/greeting_example_deploy.sh index 950217f1411..f2a747ce010 100755 --- a/packages/kogito-serverless-operator/hack/local/greeting_example_deploy.sh +++ b/packages/kogito-serverless-operator/hack/local/greeting_example_deploy.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# registry=$1 diff --git a/packages/kogito-serverless-operator/hack/local/greeting_example_remove.sh b/packages/kogito-serverless-operator/hack/local/greeting_example_remove.sh index 449bb463e27..fbe74a06260 100755 --- a/packages/kogito-serverless-operator/hack/local/greeting_example_remove.sh +++ b/packages/kogito-serverless-operator/hack/local/greeting_example_remove.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,7 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. - +# remove_operator=${1} diff --git a/packages/kogito-serverless-operator/hack/local/run-e2e-crc.sh b/packages/kogito-serverless-operator/hack/local/run-e2e-crc.sh index c21a6faef3f..3a6768cf2d4 100755 --- a/packages/kogito-serverless-operator/hack/local/run-e2e-crc.sh +++ b/packages/kogito-serverless-operator/hack/local/run-e2e-crc.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# # runs the e2e locally on crc NAMESPACE=sonataflow-operator-system diff --git a/packages/kogito-serverless-operator/hack/local/run-e2e.sh b/packages/kogito-serverless-operator/hack/local/run-e2e.sh index 334190f9373..6a9a666e784 100755 --- a/packages/kogito-serverless-operator/hack/local/run-e2e.sh +++ b/packages/kogito-serverless-operator/hack/local/run-e2e.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# # runs the e2e locally # You must have minikube installed diff --git a/packages/kogito-serverless-operator/hack/local/run-operator.sh b/packages/kogito-serverless-operator/hack/local/run-operator.sh index 5cb8a73c923..e31651d5e8e 100755 --- a/packages/kogito-serverless-operator/hack/local/run-operator.sh +++ b/packages/kogito-serverless-operator/hack/local/run-operator.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# # Runs the operator locally via go main diff --git a/packages/kogito-serverless-operator/hack/run-tests.sh b/packages/kogito-serverless-operator/hack/run-tests.sh index b22b0d72a35..ea2c09b7741 100755 --- a/packages/kogito-serverless-operator/hack/run-tests.sh +++ b/packages/kogito-serverless-operator/hack/run-tests.sh @@ -1,4 +1,5 @@ #!/bin/bash +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# # runs all BDD tests for the operator SCRIPT_NAME=`basename $0` diff --git a/packages/kogito-serverless-operator/images/bundle.yaml b/packages/kogito-serverless-operator/images/bundle.yaml index fe797bc3fe2..ce20008ca2a 100644 --- a/packages/kogito-serverless-operator/images/bundle.yaml +++ b/packages/kogito-serverless-operator/images/bundle.yaml @@ -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. +# + schema_version: 1 name: "sonataflow-operator-bundle" description: "SonataFlow Operator Bundle" diff --git a/packages/kogito-serverless-operator/images/manager.yaml b/packages/kogito-serverless-operator/images/manager.yaml index 6dfdb2c19a2..e3d0fafca84 100644 --- a/packages/kogito-serverless-operator/images/manager.yaml +++ b/packages/kogito-serverless-operator/images/manager.yaml @@ -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: operator-builder version: 0.0.0 from: "golang:1.21.6" diff --git a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.bundle/module.yaml b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.bundle/module.yaml index 7348191deef..7a8fa6e1fec 100644 --- a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.bundle/module.yaml +++ b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.bundle/module.yaml @@ -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: org.apache.kie.sonataflow.bundle version: "1.0" description: Copy the bundle files to the target image diff --git a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.goModDownload/install.sh b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.goModDownload/install.sh index e2d36e4f6ef..dfa12d28413 100755 --- a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.goModDownload/install.sh +++ b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.goModDownload/install.sh @@ -1,4 +1,5 @@ #!/bin/sh +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,8 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# + set -e cd /workspace go mod download \ No newline at end of file diff --git a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.goModDownload/module.yaml b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.goModDownload/module.yaml index befb19a313a..149367ba37d 100644 --- a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.goModDownload/module.yaml +++ b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.goModDownload/module.yaml @@ -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: org.apache.kie.sonataflow.goModDownload version: "1.0" description: Download and cache the modules diff --git a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.operatorBuilder/install.sh b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.operatorBuilder/install.sh index d4e18d13edb..4e0a594ec86 100644 --- a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.operatorBuilder/install.sh +++ b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.operatorBuilder/install.sh @@ -1,4 +1,5 @@ #!/bin/sh +# # 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 @@ -7,7 +8,7 @@ # "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 +# 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 @@ -15,6 +16,8 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# + set -e cd /workspace diff --git a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.operatorBuilder/module.yaml b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.operatorBuilder/module.yaml index 4b1c6ced92c..3e020c63131 100644 --- a/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.operatorBuilder/module.yaml +++ b/packages/kogito-serverless-operator/images/modules/org.apache.kie.sonataflow.operatorBuilder/module.yaml @@ -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: org.apache.kie.sonataflow.operatorBuilder version: "1.0" description: Builds the operator binary diff --git a/packages/kogito-serverless-operator/tekton/pipeline/kogito_serverless_operator_pipeline.yaml b/packages/kogito-serverless-operator/tekton/pipeline/kogito_serverless_operator_pipeline.yaml index 3e05f9c6177..3ff959dcd46 100644 --- a/packages/kogito-serverless-operator/tekton/pipeline/kogito_serverless_operator_pipeline.yaml +++ b/packages/kogito-serverless-operator/tekton/pipeline/kogito_serverless_operator_pipeline.yaml @@ -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. +# + apiVersion: tekton.dev/v1beta1 kind: Pipeline metadata: diff --git a/packages/kogito-serverless-operator/tekton/pipeline/kogito_serverless_operator_pipeline_run.yaml b/packages/kogito-serverless-operator/tekton/pipeline/kogito_serverless_operator_pipeline_run.yaml index b09d1d876af..5ccda5c4de9 100644 --- a/packages/kogito-serverless-operator/tekton/pipeline/kogito_serverless_operator_pipeline_run.yaml +++ b/packages/kogito-serverless-operator/tekton/pipeline/kogito_serverless_operator_pipeline_run.yaml @@ -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. +# + apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: diff --git a/packages/kogito-serverless-operator/tekton/role/cluster_role.yaml b/packages/kogito-serverless-operator/tekton/role/cluster_role.yaml index 2b0d2ec9eab..67f5c8bcaf0 100644 --- a/packages/kogito-serverless-operator/tekton/role/cluster_role.yaml +++ b/packages/kogito-serverless-operator/tekton/role/cluster_role.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/packages/kogito-serverless-operator/tekton/role/cluster_role_binding.yaml b/packages/kogito-serverless-operator/tekton/role/cluster_role_binding.yaml index ce887fda840..1929c626449 100644 --- a/packages/kogito-serverless-operator/tekton/role/cluster_role_binding.yaml +++ b/packages/kogito-serverless-operator/tekton/role/cluster_role_binding.yaml @@ -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. +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/packages/kogito-serverless-operator/tekton/task/show_workspace_content.yaml b/packages/kogito-serverless-operator/tekton/task/show_workspace_content.yaml index 40d07b807e4..dc070218e60 100644 --- a/packages/kogito-serverless-operator/tekton/task/show_workspace_content.yaml +++ b/packages/kogito-serverless-operator/tekton/task/show_workspace_content.yaml @@ -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. +# + apiVersion: tekton.dev/v1beta1 kind: Task metadata: diff --git a/packages/kogito-serverless-operator/tekton/trigger/trigger_binding.yaml b/packages/kogito-serverless-operator/tekton/trigger/trigger_binding.yaml index 643cb4c44d7..441d5909bf7 100644 --- a/packages/kogito-serverless-operator/tekton/trigger/trigger_binding.yaml +++ b/packages/kogito-serverless-operator/tekton/trigger/trigger_binding.yaml @@ -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. +# + apiVersion: triggers.tekton.dev/v1beta1 kind: TriggerBinding metadata: diff --git a/packages/kogito-serverless-operator/tekton/trigger/trigger_event_listener.yaml b/packages/kogito-serverless-operator/tekton/trigger/trigger_event_listener.yaml index 383860a129f..8d622ba3642 100644 --- a/packages/kogito-serverless-operator/tekton/trigger/trigger_event_listener.yaml +++ b/packages/kogito-serverless-operator/tekton/trigger/trigger_event_listener.yaml @@ -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. +# + apiVersion: triggers.tekton.dev/v1alpha1 kind: EventListener metadata: diff --git a/packages/kogito-serverless-operator/tekton/trigger/trigger_resource.yaml b/packages/kogito-serverless-operator/tekton/trigger/trigger_resource.yaml index 7ea8b39a2d0..55ea4a53921 100644 --- a/packages/kogito-serverless-operator/tekton/trigger/trigger_resource.yaml +++ b/packages/kogito-serverless-operator/tekton/trigger/trigger_resource.yaml @@ -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. +# + apiVersion: triggers.tekton.dev/v1beta1 kind: Trigger metadata: diff --git a/packages/kogito-serverless-operator/tekton/trigger/trigger_template.yaml b/packages/kogito-serverless-operator/tekton/trigger/trigger_template.yaml index a7e55ac162a..f49be0e6b94 100644 --- a/packages/kogito-serverless-operator/tekton/trigger/trigger_template.yaml +++ b/packages/kogito-serverless-operator/tekton/trigger/trigger_template.yaml @@ -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. +# + apiVersion: triggers.tekton.dev/v1beta1 kind: TriggerTemplate metadata: diff --git a/packages/kogito-serverless-operator/tekton/trigger/webhook_event_listener_route.yaml b/packages/kogito-serverless-operator/tekton/trigger/webhook_event_listener_route.yaml index 16bfe88e851..570d59b3df1 100644 --- a/packages/kogito-serverless-operator/tekton/trigger/webhook_event_listener_route.yaml +++ b/packages/kogito-serverless-operator/tekton/trigger/webhook_event_listener_route.yaml @@ -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. +# + apiVersion: route.openshift.io/v1 kind: Route metadata: diff --git a/packages/kogito-serverless-operator/tekton/volume/persistent_volume.yaml b/packages/kogito-serverless-operator/tekton/volume/persistent_volume.yaml index ecaad9142e2..492ea7e7e4b 100644 --- a/packages/kogito-serverless-operator/tekton/volume/persistent_volume.yaml +++ b/packages/kogito-serverless-operator/tekton/volume/persistent_volume.yaml @@ -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. +# + apiVersion: v1 kind: PersistentVolumeClaim metadata: diff --git a/packages/kogito-serverless-operator/test/testdata/order-processing/01_v1_configmap_subflows.yaml b/packages/kogito-serverless-operator/test/testdata/order-processing/01_v1_configmap_subflows.yaml index fe896c10bfd..8d02c2d0955 100644 --- a/packages/kogito-serverless-operator/test/testdata/order-processing/01_v1_configmap_subflows.yaml +++ b/packages/kogito-serverless-operator/test/testdata/order-processing/01_v1_configmap_subflows.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# kind: ConfigMap apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/order-processing/02_appsv1_deployment_eventlistener.yaml b/packages/kogito-serverless-operator/test/testdata/order-processing/02_appsv1_deployment_eventlistener.yaml index b9b810b355c..067d10f74c3 100644 --- a/packages/kogito-serverless-operator/test/testdata/order-processing/02_appsv1_deployment_eventlistener.yaml +++ b/packages/kogito-serverless-operator/test/testdata/order-processing/02_appsv1_deployment_eventlistener.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: v1 kind: Service diff --git a/packages/kogito-serverless-operator/test/testdata/order-processing/03_discovery_role.yaml b/packages/kogito-serverless-operator/test/testdata/order-processing/03_discovery_role.yaml index 5c35ab6a8e9..b439091cdc8 100644 --- a/packages/kogito-serverless-operator/test/testdata/order-processing/03_discovery_role.yaml +++ b/packages/kogito-serverless-operator/test/testdata/order-processing/03_discovery_role.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: rbac.authorization.k8s.io/v1 kind: Role diff --git a/packages/kogito-serverless-operator/test/testdata/order-processing/04_v1_configmap_properties.yaml b/packages/kogito-serverless-operator/test/testdata/order-processing/04_v1_configmap_properties.yaml index 5392bd27277..76b409042e0 100644 --- a/packages/kogito-serverless-operator/test/testdata/order-processing/04_v1_configmap_properties.yaml +++ b/packages/kogito-serverless-operator/test/testdata/order-processing/04_v1_configmap_properties.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# kind: ConfigMap apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/order-processing/05_sonataflow.org_v1alpha08_sonataflow_devmode_orderprocessing.yaml b/packages/kogito-serverless-operator/test/testdata/order-processing/05_sonataflow.org_v1alpha08_sonataflow_devmode_orderprocessing.yaml index b8cae65cf0a..05c87d8d3b9 100644 --- a/packages/kogito-serverless-operator/test/testdata/order-processing/05_sonataflow.org_v1alpha08_sonataflow_devmode_orderprocessing.yaml +++ b/packages/kogito-serverless-operator/test/testdata/order-processing/05_sonataflow.org_v1alpha08_sonataflow_devmode_orderprocessing.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/order-processing/README.md b/packages/kogito-serverless-operator/test/testdata/order-processing/README.md index 450761ded10..dca6221fa70 100644 --- a/packages/kogito-serverless-operator/test/testdata/order-processing/README.md +++ b/packages/kogito-serverless-operator/test/testdata/order-processing/README.md @@ -1,3 +1,20 @@ + + # Order Processing Example See: https://github.com/kiegroup/kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-order-processing diff --git a/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/02-sonataflow_platform.yaml index 87d5297b40d..0fcd3b9d712 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/kustomization.yaml index c078452270e..74897df5a28 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 02-sonataflow_platform.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml index 0709fbe9bc8..5d1b6b329ce 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/noservices/preview/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/02-sonataflow_platform.yaml index 6d7dae7ff98..64381c71225 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/kustomization.yaml index fb6f456cee8..da1daea82ff 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/persistence/generic_from_platform_cr/kustomization.yaml @@ -1,17 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. - resources: - 01-postgres.yaml - 02-sonataflow_platform.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/02-sonataflow_platform.yaml index 8a9323fb9b6..0aa8a660920 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/kustomization.yaml index fb6f456cee8..6bfae2974f0 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/persistence/overwritten_by_services/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-postgres.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/02-sonataflow_platform.yaml index a1fb788af32..32aab2cc905 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/kustomization.yaml index 81eb1865fff..1df48b30ef4 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 02-sonataflow_platform.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml index ec571780a0d..552da51d543 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/02-sonataflow_platform.yaml index 6eea798bca6..830267031d5 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/kustomization.yaml index fb6f456cee8..6bfae2974f0 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-postgres.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/sonataflow/04-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/sonataflow/04-sonataflow_callbackstatetimeouts.sw.yaml index ec571780a0d..552da51d543 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/sonataflow/04-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/dev/postgreSQL/sonataflow/04-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/01-sonataflow_clusterplatform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/01-sonataflow_clusterplatform.yaml index 57e9735dbea..f0ba3b972e1 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/01-sonataflow_clusterplatform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/01-sonataflow_clusterplatform.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowClusterPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/02-sonataflow_platform.yaml index 6cdf1d697b8..67d92d71921 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/kustomization.yaml index da530c5f4ea..fc09e7586b3 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/cluster-wide-ephemeral/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-sonataflow_clusterplatform.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/02-sonataflow_platform.yaml index 6377a731e63..701648c2bdf 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/kustomization.yaml index c078452270e..74897df5a28 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 02-sonataflow_platform.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml index 0709fbe9bc8..5d1b6b329ce 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-data-index/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/02-sonataflow_platform.yaml index a61ac76dd72..e9f6ae05aa2 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/02-sonataflow_platform.yaml @@ -1,17 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. - apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform metadata: diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/kustomization.yaml index c078452270e..38277fb3e23 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/kustomization.yaml @@ -1,17 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. - resources: - 02-sonataflow_platform.yaml - sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml index 0709fbe9bc8..5d1b6b329ce 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-job-service/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/02-sonataflow_platform.yaml index 52b7d11f715..b60109488b1 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/kustomization.yaml index c078452270e..74897df5a28 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 02-sonataflow_platform.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml index 0709fbe9bc8..5d1b6b329ce 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral-with-workflow/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/02-sonataflow_platform.yaml index 52b7d11f715..b60109488b1 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/kustomization.yaml index 81eb1865fff..1df48b30ef4 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 02-sonataflow_platform.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml index ff075a4a329..ce97d8e35f9 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/ephemeral/sonataflow/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,17 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. - apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow metadata: diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/02-sonataflow_platform.yaml index a6e02588c58..0caf3f60e8e 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/kustomization.yaml index fb6f456cee8..6bfae2974f0 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-postgres.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/sonataflow/04-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/sonataflow/04-sonataflow_callbackstatetimeouts.sw.yaml index ff075a4a329..42358e641f9 100644 --- a/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/sonataflow/04-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/platform/services/preview/postgreSQL/sonataflow/04-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow-metainf.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow-metainf.yaml index c77ed6b3bb1..5ce40a0cb63 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow-metainf.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow-metainf.yaml @@ -1,16 +1,21 @@ -# Copyright 2023 Red Hat, Inc. and/or its affiliates # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow-simpleops.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow-simpleops.yaml index d55f427f168..b7fdf4b0629 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow-simpleops.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow-simpleops.yaml @@ -1,16 +1,21 @@ -# Copyright 2023 Red Hat, Inc. and/or its affiliates # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow.yaml index 57c3387fe57..77c8e2bfd9a 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode.yaml index 591163fed57..0bac37270cc 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode_events_http.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode_events_http.yaml index 0813a0a1115..476107b8268 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode_events_http.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode_events_http.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_greetings_datainput.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_greetings_datainput.yaml index 7bc4c925f8a..ec4e8a03477 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_greetings_datainput.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_greetings_datainput.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_vet_event.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_vet_event.yaml index 05e3a5b422b..5f9dd4afeb5 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_vet_event.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflow_vet_event.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowbuild.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowbuild.yaml index 9b018ec72a1..019ad705f88 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowbuild.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowbuild.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowBuild diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowclusterplatform.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowclusterplatform.yaml index 57e9735dbea..f0ba3b972e1 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowclusterplatform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowclusterplatform.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowClusterPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform.yaml index 39c5f1c1448..3da2822a627 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform_openshift.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform_openshift.yaml index d0add9fb045..fdbce190c43 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform_openshift.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform_openshift.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform_withCache_minikube.yaml b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform_withCache_minikube.yaml index 76a1e026b2a..97e042a98dd 100644 --- a/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform_withCache_minikube.yaml +++ b/packages/kogito-serverless-operator/test/testdata/sonataflow.org_v1alpha08_sonataflowplatform_withCache_minikube.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/v1_configmap_greetings_datainput.yaml b/packages/kogito-serverless-operator/test/testdata/v1_configmap_greetings_datainput.yaml index b11f0c4f2b0..fe8f40d5132 100644 --- a/packages/kogito-serverless-operator/test/testdata/v1_configmap_greetings_datainput.yaml +++ b/packages/kogito-serverless-operator/test/testdata/v1_configmap_greetings_datainput.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# kind: ConfigMap apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/v1_configmap_greetings_staticfiles.yaml b/packages/kogito-serverless-operator/test/testdata/v1_configmap_greetings_staticfiles.yaml index 418ef87af9b..4373e871c19 100644 --- a/packages/kogito-serverless-operator/test/testdata/v1_configmap_greetings_staticfiles.yaml +++ b/packages/kogito-serverless-operator/test/testdata/v1_configmap_greetings_staticfiles.yaml @@ -1,16 +1,21 @@ -# Copyright 2023 Red Hat, Inc. and/or its affiliates # -# Licensed 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 +# 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 +# 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. # -# 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. kind: ConfigMap apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/02-sonataflow_platform.yaml index 84a94217910..9f8cd7aa903 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/03-sonataflow_callbackstatetimeouts.sw.yaml index 157e4bd84d6..273805555bb 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/kustomization.yaml index 0a5a33a92b7..71306d66804 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/by_service/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-postgres.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/02-sonataflow_platform.yaml index 5e692ea2447..8f6e24735c6 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/03-sonataflow_callbackstatetimeouts.sw.yaml index 157e4bd84d6..273805555bb 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/kustomization.yaml index 0a5a33a92b7..71306d66804 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_overwritten_by_service/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-postgres.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/02-sonataflow_platform.yaml index 7d57abc851f..1c172e35b3f 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/03-sonataflow_callbackstatetimeouts.sw.yaml index 2f9c7d51768..95de24b1ed5 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/kustomization.yaml index 0a5a33a92b7..71306d66804 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_di_and_js_services/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-postgres.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/02-sonataflow_platform.yaml index 78dd85dc3d7..caeafe914d6 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/03-sonataflow_callbackstatetimeouts-no-persistence.sw.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/03-sonataflow_callbackstatetimeouts-no-persistence.sw.yaml index f690120733b..ccab06e6cf3 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/03-sonataflow_callbackstatetimeouts-no-persistence.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/03-sonataflow_callbackstatetimeouts-no-persistence.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/kustomization.yaml index 91d6cec06a5..0876abe92a8 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_with_no_persistence_required/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-postgres.yaml diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/01-postgres.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/01-postgres.yaml index be063351636..2365b93df6f 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/01-postgres.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/01-postgres.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. --- apiVersion: v1 diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/02-sonataflow_platform.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/02-sonataflow_platform.yaml index 78dd85dc3d7..caeafe914d6 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/02-sonataflow_platform.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/02-sonataflow_platform.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlowPlatform diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/03-sonataflow_callbackstatetimeouts.sw.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/03-sonataflow_callbackstatetimeouts.sw.yaml index 2f9c7d51768..95de24b1ed5 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/03-sonataflow_callbackstatetimeouts.sw.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/03-sonataflow_callbackstatetimeouts.sw.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. apiVersion: sonataflow.org/v1alpha08 kind: SonataFlow diff --git a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/kustomization.yaml b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/kustomization.yaml index 0a5a33a92b7..71306d66804 100644 --- a/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/kustomization.yaml +++ b/packages/kogito-serverless-operator/test/testdata/workflow/persistence/from_platform_without_di_and_js_services/kustomization.yaml @@ -1,16 +1,21 @@ -# Copyright 2024 Apache Software Foundation (ASF) # -# Licensed 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 +# 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 +# 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. # -# 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. resources: - 01-postgres.yaml diff --git a/packages/kogito-serverless-operator/testbdd/README.md b/packages/kogito-serverless-operator/testbdd/README.md index 956fa94123e..5c171d8b889 100644 --- a/packages/kogito-serverless-operator/testbdd/README.md +++ b/packages/kogito-serverless-operator/testbdd/README.md @@ -1,3 +1,20 @@ + + # BDD tests Tests in this module are a rewrite and enhancement of the end-to-end tests available in the `/test` directory. diff --git a/packages/kogito-serverless-operator/workflowproj/README.md b/packages/kogito-serverless-operator/workflowproj/README.md index b47092bd04f..3d63fe659f9 100644 --- a/packages/kogito-serverless-operator/workflowproj/README.md +++ b/packages/kogito-serverless-operator/workflowproj/README.md @@ -1,3 +1,20 @@ + + # Workflow Project Handler Handler to programmatically convert a local SonataFlow project into Kubernetes manifests to deploy with diff --git a/packages/kogito-serverless-operator/workflowproj/testdata/valid-asyncapi.yaml b/packages/kogito-serverless-operator/workflowproj/testdata/valid-asyncapi.yaml index 15b50aa5c50..bd622d70fbe 100644 --- a/packages/kogito-serverless-operator/workflowproj/testdata/valid-asyncapi.yaml +++ b/packages/kogito-serverless-operator/workflowproj/testdata/valid-asyncapi.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# asyncapi: "2.0.0" id: "urn:com:http:server" diff --git a/packages/kogito-serverless-operator/workflowproj/testdata/valid-camelroute.yaml b/packages/kogito-serverless-operator/workflowproj/testdata/valid-camelroute.yaml index 2b56189cd28..3b2bbadf4d1 100644 --- a/packages/kogito-serverless-operator/workflowproj/testdata/valid-camelroute.yaml +++ b/packages/kogito-serverless-operator/workflowproj/testdata/valid-camelroute.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# # Borrowed from https://github.com/apache/camel/tree/camel-3.20.5/dsl/camel-yaml-dsl/camel-yaml-dsl - rest: diff --git a/packages/kogito-serverless-operator/workflowproj/testdata/valid-openapi.yaml b/packages/kogito-serverless-operator/workflowproj/testdata/valid-openapi.yaml index 7480df277dd..ee794ad2337 100644 --- a/packages/kogito-serverless-operator/workflowproj/testdata/valid-openapi.yaml +++ b/packages/kogito-serverless-operator/workflowproj/testdata/valid-openapi.yaml @@ -1,3 +1,4 @@ +# # 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 @@ -6,7 +7,7 @@ # "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 +# 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 @@ -14,6 +15,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# --- openapi: 3.0.3 diff --git a/packages/kogito-swf-builder/README.md b/packages/kogito-swf-builder/README.md index 98a43dac228..e826781e2a9 100644 --- a/packages/kogito-swf-builder/README.md +++ b/packages/kogito-swf-builder/README.md @@ -1,3 +1,20 @@ + + # kogito-swf-builder This package contains the `cekit` image descriptor (`kogito-swf-builder-image.yaml`) and modules needed to build the `kogito-swf-builder` diff --git a/packages/kogito-swf-common/README.md b/packages/kogito-swf-common/README.md index 1f2067bff57..50421ce096f 100644 --- a/packages/kogito-swf-common/README.md +++ b/packages/kogito-swf-common/README.md @@ -1,3 +1,20 @@ + + # kogito-swf-common This package contains the necessary resources to help other modules to build the `kogito-swf-{builder|devmode}` images. diff --git a/packages/kogito-swf-common/resources/scripts/README.md b/packages/kogito-swf-common/resources/scripts/README.md index f1680e20f9b..064e8d1e382 100644 --- a/packages/kogito-swf-common/resources/scripts/README.md +++ b/packages/kogito-swf-common/resources/scripts/README.md @@ -1,3 +1,36 @@ + + + # kogito-swf-common utility scripts This directory contains a set of python scripts used to help to perform some tasks during the build and configuration of the `kogito-swf` images: diff --git a/packages/kogito-swf-common/resources/tests/shell/README.md b/packages/kogito-swf-common/resources/tests/shell/README.md index a8e497bb5e3..fe3456caa8a 100644 --- a/packages/kogito-swf-common/resources/tests/shell/README.md +++ b/packages/kogito-swf-common/resources/tests/shell/README.md @@ -1,3 +1,20 @@ + + # Tests in Shell ## Running Tests With JBang diff --git a/packages/kogito-swf-devmode/README.md b/packages/kogito-swf-devmode/README.md index e29df97bfb1..ea2589f9983 100644 --- a/packages/kogito-swf-devmode/README.md +++ b/packages/kogito-swf-devmode/README.md @@ -1,3 +1,20 @@ + + # kogito-swf-devmode This package contains the `cekit` image descriptor (`kogito-swf-devmode-image.yaml`) and modules needed to build the `kogito-swf-devmode` diff --git a/packages/kogito-task-console/README.md b/packages/kogito-task-console/README.md index 74e41848901..61704941ffa 100644 --- a/packages/kogito-task-console/README.md +++ b/packages/kogito-task-console/README.md @@ -1,3 +1,20 @@ + + # kogito-task-console This package contains the `Containerfile/Dockerfile` and scripts to build a container image for Task Console. It also generated a JSON Schema for the `env.json` file, enabling it to be validated. diff --git a/packages/kogito-task-console/entrypoint.sh b/packages/kogito-task-console/entrypoint.sh index 757928498f3..a68f59c1593 100644 --- a/packages/kogito-task-console/entrypoint.sh +++ b/packages/kogito-task-console/entrypoint.sh @@ -1,4 +1,22 @@ #!/bin/bash +# +# 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. +# # Copying the Task Console assets here is essential for when the container is running with the readOnlyRootFilesystem flag. # But, just like any other directory modified during runtime, the /var/www/html must be a mounted volume in the container in this case. diff --git a/packages/maven-config-setup-helper/README.md b/packages/maven-config-setup-helper/README.md index ba2cc5f865b..943b86a772f 100644 --- a/packages/maven-config-setup-helper/README.md +++ b/packages/maven-config-setup-helper/README.md @@ -1,3 +1,20 @@ + + ## @kie-tools/maven-config-setup-helper This package helps to write `.mvn/maven.config` file idempotently without loosing its previous value. diff --git a/packages/monaco-editor/README.md b/packages/monaco-editor/README.md index 4b772649c28..89a5de559e7 100644 --- a/packages/monaco-editor/README.md +++ b/packages/monaco-editor/README.md @@ -1,3 +1,20 @@ + + # @kie-tools-core/monaco-editor Prebuilt, single file ES module containing CSS, fonts and worker scripts (javascript and typescript). diff --git a/packages/notifications/README.md b/packages/notifications/README.md index b71062a2a62..87d435d6fc1 100644 --- a/packages/notifications/README.md +++ b/packages/notifications/README.md @@ -1,3 +1,20 @@ + + # Apache KIE Tools Notifications This package provides a type-safe Notifications library for a Typescript project. diff --git a/packages/online-editor/README.md b/packages/online-editor/README.md index c639b401c3a..8922864d187 100644 --- a/packages/online-editor/README.md +++ b/packages/online-editor/README.md @@ -1,3 +1,20 @@ + + # End to End tests There is a set of cypress tests in `e2e-tests` folder. To run them, please refer to one option bellow. diff --git a/packages/online-editor/static/dev-deployments/kubernetes/cluster-config/kie-sandbox-dev-deployments-resources.yaml b/packages/online-editor/static/dev-deployments/kubernetes/cluster-config/kie-sandbox-dev-deployments-resources.yaml index e6d36a81dc3..840fc96d3a2 100644 --- a/packages/online-editor/static/dev-deployments/kubernetes/cluster-config/kie-sandbox-dev-deployments-resources.yaml +++ b/packages/online-editor/static/dev-deployments/kubernetes/cluster-config/kie-sandbox-dev-deployments-resources.yaml @@ -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. +# + apiVersion: v1 kind: Pod metadata: diff --git a/packages/online-editor/static/dev-deployments/kubernetes/cluster-config/kind-cluster-config.yaml b/packages/online-editor/static/dev-deployments/kubernetes/cluster-config/kind-cluster-config.yaml index ae351786297..87280c8d5ef 100644 --- a/packages/online-editor/static/dev-deployments/kubernetes/cluster-config/kind-cluster-config.yaml +++ b/packages/online-editor/static/dev-deployments/kubernetes/cluster-config/kind-cluster-config.yaml @@ -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. +# + kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 name: kie-sandbox-dev-cluster diff --git a/packages/online-editor/static/samples/Sample.bpmn b/packages/online-editor/static/samples/Sample.bpmn index 2d314da9e7c..4baf5b7864d 100644 --- a/packages/online-editor/static/samples/Sample.bpmn +++ b/packages/online-editor/static/samples/Sample.bpmn @@ -1,3 +1,22 @@ + + diff --git a/packages/online-editor/static/samples/Sample.dmn b/packages/online-editor/static/samples/Sample.dmn index 78274817030..9dfd14ac3c9 100644 --- a/packages/online-editor/static/samples/Sample.dmn +++ b/packages/online-editor/static/samples/Sample.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/online-editor/static/samples/Sample.pmml b/packages/online-editor/static/samples/Sample.pmml index 2ddf4ba426c..5fa3cb4812d 100644 --- a/packages/online-editor/static/samples/Sample.pmml +++ b/packages/online-editor/static/samples/Sample.pmml @@ -1,3 +1,22 @@ + +
2010-11-10T08:17:10.8 diff --git a/packages/online-editor/tests/e2e/files/testFolder/testScoreCard.pmml b/packages/online-editor/tests/e2e/files/testFolder/testScoreCard.pmml index 126a1c50346..287e41aec91 100644 --- a/packages/online-editor/tests/e2e/files/testFolder/testScoreCard.pmml +++ b/packages/online-editor/tests/e2e/files/testFolder/testScoreCard.pmml @@ -1,3 +1,22 @@ + +
diff --git a/packages/online-editor/tests/e2e/files/testModel.dmn b/packages/online-editor/tests/e2e/files/testModel.dmn index a8660fe3124..972d5c4b520 100644 --- a/packages/online-editor/tests/e2e/files/testModel.dmn +++ b/packages/online-editor/tests/e2e/files/testModel.dmn @@ -1,3 +1,22 @@ + + This is test model. diff --git a/packages/online-editor/tests/e2e/files/testModelBroken.dmn b/packages/online-editor/tests/e2e/files/testModelBroken.dmn index 06bb498a537..2a5c2d0dade 100644 --- a/packages/online-editor/tests/e2e/files/testModelBroken.dmn +++ b/packages/online-editor/tests/e2e/files/testModelBroken.dmn @@ -1,3 +1,22 @@ + + This is an intentionally broken test model. diff --git a/packages/online-editor/tests/e2e/files/testModelDocumentation.dmn b/packages/online-editor/tests/e2e/files/testModelDocumentation.dmn index cfcb68258c6..49ab1fb12de 100644 --- a/packages/online-editor/tests/e2e/files/testModelDocumentation.dmn +++ b/packages/online-editor/tests/e2e/files/testModelDocumentation.dmn @@ -1,4 +1,22 @@ + This is test model. diff --git a/packages/online-editor/tests/e2e/files/testModelWithCustomDataType.dmn b/packages/online-editor/tests/e2e/files/testModelWithCustomDataType.dmn index 863e33d7cb1..51db319dca9 100644 --- a/packages/online-editor/tests/e2e/files/testModelWithCustomDataType.dmn +++ b/packages/online-editor/tests/e2e/files/testModelWithCustomDataType.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/online-editor/tests/e2e/files/testModelWithoutLayout.dmn b/packages/online-editor/tests/e2e/files/testModelWithoutLayout.dmn index 7b3e53ace0b..66ca39e820a 100644 --- a/packages/online-editor/tests/e2e/files/testModelWithoutLayout.dmn +++ b/packages/online-editor/tests/e2e/files/testModelWithoutLayout.dmn @@ -1,3 +1,22 @@ + + This is test model without layout. diff --git a/packages/online-editor/tests/e2e/files/testProcess.bpmn b/packages/online-editor/tests/e2e/files/testProcess.bpmn index 9077798b703..1ea18556aeb 100644 --- a/packages/online-editor/tests/e2e/files/testProcess.bpmn +++ b/packages/online-editor/tests/e2e/files/testProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/packages/online-editor/tests/e2e/files/testScoreCard.pmml b/packages/online-editor/tests/e2e/files/testScoreCard.pmml index 126a1c50346..287e41aec91 100644 --- a/packages/online-editor/tests/e2e/files/testScoreCard.pmml +++ b/packages/online-editor/tests/e2e/files/testScoreCard.pmml @@ -1,3 +1,22 @@ + +
diff --git a/packages/operating-system/README.md b/packages/operating-system/README.md index e8a8e7d88b5..1847366915a 100644 --- a/packages/operating-system/README.md +++ b/packages/operating-system/README.md @@ -1 +1,18 @@ + + ## Operating System diff --git a/packages/pmml-editor-marshaller/src/marshaller/model/README.md b/packages/pmml-editor-marshaller/src/marshaller/model/README.md index aa566ac6755..f8de9bb2baf 100644 --- a/packages/pmml-editor-marshaller/src/marshaller/model/README.md +++ b/packages/pmml-editor-marshaller/src/marshaller/model/README.md @@ -1,3 +1,20 @@ + + This file was generated from the PMML4.4 XSD. An example of how to accomplish this is available here: https://github.com/manstis/pmml-codegen diff --git a/packages/pmml-editor/README.md b/packages/pmml-editor/README.md index 8b4152d1401..7b2b516f40b 100644 --- a/packages/pmml-editor/README.md +++ b/packages/pmml-editor/README.md @@ -1,3 +1,20 @@ + + ## **THIS IS A WORK IN PROGRESS** The code within this package is for a PMML Scorecard editor. diff --git a/packages/pmml-editor/e2e-tests/fixtures/compound-predicate.pmml b/packages/pmml-editor/e2e-tests/fixtures/compound-predicate.pmml index 0959a2c79af..a8e86f71a11 100644 --- a/packages/pmml-editor/e2e-tests/fixtures/compound-predicate.pmml +++ b/packages/pmml-editor/e2e-tests/fixtures/compound-predicate.pmml @@ -1,4 +1,23 @@ - + + +PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
diff --git a/packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined-types.pmml b/packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined-types.pmml index 081b5a86cec..1e0c55a643c 100644 --- a/packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined-types.pmml +++ b/packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined-types.pmml @@ -1,3 +1,22 @@ + +
diff --git a/packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined.pmml b/packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined.pmml index 4bf107b5b96..adf196bf0ec 100644 --- a/packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined.pmml +++ b/packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined.pmml @@ -1,3 +1,22 @@ + +
diff --git a/packages/pmml-editor/e2e-tests/fixtures/simple-predicate.pmml b/packages/pmml-editor/e2e-tests/fixtures/simple-predicate.pmml index 390b84346b7..de593a6d312 100644 --- a/packages/pmml-editor/e2e-tests/fixtures/simple-predicate.pmml +++ b/packages/pmml-editor/e2e-tests/fixtures/simple-predicate.pmml @@ -1,3 +1,22 @@ + +
diff --git a/packages/pmml-vscode-extension/CHANGELOG.md b/packages/pmml-vscode-extension/CHANGELOG.md index d0213cf9c97..6393c585c07 100644 --- a/packages/pmml-vscode-extension/CHANGELOG.md +++ b/packages/pmml-vscode-extension/CHANGELOG.md @@ -1,3 +1,20 @@ + + # 0.32.0 (alpha) - _(No new features)_ diff --git a/packages/pmml-vscode-extension/README.md b/packages/pmml-vscode-extension/README.md index 42092914f7e..778bf7aa7e0 100644 --- a/packages/pmml-vscode-extension/README.md +++ b/packages/pmml-vscode-extension/README.md @@ -1,3 +1,20 @@ + + ## PMML Scorecard Editor ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.67.0+-blue.svg) diff --git a/packages/python-venv/README.md b/packages/python-venv/README.md index 1a256845a93..a66fff7206b 100644 --- a/packages/python-venv/README.md +++ b/packages/python-venv/README.md @@ -1,3 +1,20 @@ + + # @kie-tools/python-venv This package manages the Python venv to be used by all other packages when running python scripts. diff --git a/packages/runtime-tools-management-console-webapp/README.md b/packages/runtime-tools-management-console-webapp/README.md index 356dcbaff77..26dfaad0b9a 100644 --- a/packages/runtime-tools-management-console-webapp/README.md +++ b/packages/runtime-tools-management-console-webapp/README.md @@ -1,3 +1,20 @@ + + # runtime-tools-management-console-webapp ## Working with Management Console features diff --git a/packages/runtime-tools-task-console-webapp/README.md b/packages/runtime-tools-task-console-webapp/README.md index 84e627aa8fc..2c7ef23dfa2 100644 --- a/packages/runtime-tools-task-console-webapp/README.md +++ b/packages/runtime-tools-task-console-webapp/README.md @@ -1,3 +1,20 @@ + + # runtime-tools-task-console-webapp ## Working with Task Console features diff --git a/packages/scesim-editor/README.md b/packages/scesim-editor/README.md index 28c1a949882..f3bae280d2c 100644 --- a/packages/scesim-editor/README.md +++ b/packages/scesim-editor/README.md @@ -1,3 +1,20 @@ + + # Test Scenario Editor This module will host the next generation of Test Scenario Editor (\*.scesim) files. diff --git a/packages/scesim-marshaller/tests-data--manual/OldEnoughTest.scesim b/packages/scesim-marshaller/tests-data--manual/OldEnoughTest.scesim index 96454197649..ba2543a98ec 100644 --- a/packages/scesim-marshaller/tests-data--manual/OldEnoughTest.scesim +++ b/packages/scesim-marshaller/tests-data--manual/OldEnoughTest.scesim @@ -1,3 +1,22 @@ + + diff --git a/packages/scesim-marshaller/tests-data--manual/TrafficViolationTest.scesim b/packages/scesim-marshaller/tests-data--manual/TrafficViolationTest.scesim index 32a5de9ac20..1ce37a055e8 100644 --- a/packages/scesim-marshaller/tests-data--manual/TrafficViolationTest.scesim +++ b/packages/scesim-marshaller/tests-data--manual/TrafficViolationTest.scesim @@ -1,4 +1,22 @@ - + + diff --git a/packages/scesim-marshaller/tests-data--manual/simple.scesim b/packages/scesim-marshaller/tests-data--manual/simple.scesim index 9b005cbdeb4..dcbd6ed94d4 100644 --- a/packages/scesim-marshaller/tests-data--manual/simple.scesim +++ b/packages/scesim-marshaller/tests-data--manual/simple.scesim @@ -1,4 +1,22 @@ + diff --git a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/main/resources/application.properties b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/main/resources/application.properties index e2454112466..0f6898b1b35 100644 --- a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/main/resources/application.properties +++ b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/main/resources/application.properties @@ -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. +# + quarkus.swagger-ui.always-include=true quarkus.http.cors=true quarkus.http.cors.origins=* diff --git a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/invalid-openapi.yaml b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/invalid-openapi.yaml index 4dac0ec7086..2df20a6b80f 100644 --- a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/invalid-openapi.yaml +++ b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/invalid-openapi.yaml @@ -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. +# + --- openapi: 3.0.3 info: diff --git a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/invalid.properties b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/invalid.properties index 36f1af74c72..f1bddc39f38 100644 --- a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/invalid.properties +++ b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/invalid.properties @@ -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. +# + key1=value1 key2=value2 noValue diff --git a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/valid-openapi.yaml b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/valid-openapi.yaml index caeae5e52c7..1839dc6cdd5 100644 --- a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/valid-openapi.yaml +++ b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/valid-openapi.yaml @@ -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. +# + --- openapi: 3.0.3 info: diff --git a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/valid.properties b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/valid.properties index 7f4f51a133f..3e6d104f322 100644 --- a/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/valid.properties +++ b/packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/assets/valid.properties @@ -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. +# + key1=value1 key2=value2 key3=value3 diff --git a/packages/serverless-logic-web-tools/testing-resources/apicurio-local.yml b/packages/serverless-logic-web-tools/testing-resources/apicurio-local.yml index 684a430c9bd..8edf4763133 100644 --- a/packages/serverless-logic-web-tools/testing-resources/apicurio-local.yml +++ b/packages/serverless-logic-web-tools/testing-resources/apicurio-local.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. +# + version: "3.1" services: diff --git a/packages/serverless-workflow-dev-ui-monitoring-webapp/src/MonitoringReport.dash.yml b/packages/serverless-workflow-dev-ui-monitoring-webapp/src/MonitoringReport.dash.yml index 204091b455c..7509f75985e 100644 --- a/packages/serverless-workflow-dev-ui-monitoring-webapp/src/MonitoringReport.dash.yml +++ b/packages/serverless-workflow-dev-ui-monitoring-webapp/src/MonitoringReport.dash.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. +# + properties: dataIndexUrl: http://localhost:8180/graphql # seconds diff --git a/packages/serverless-workflow-dev-ui-monitoring-webapp/src/WorkflowDetails.dash.yml b/packages/serverless-workflow-dev-ui-monitoring-webapp/src/WorkflowDetails.dash.yml index 8ee44e6c49a..69f7f8e6e8d 100644 --- a/packages/serverless-workflow-dev-ui-monitoring-webapp/src/WorkflowDetails.dash.yml +++ b/packages/serverless-workflow-dev-ui-monitoring-webapp/src/WorkflowDetails.dash.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. +# + properties: dataIndexUrl: http://localhost:8180/graphql # charts size diff --git a/packages/serverless-workflow-dev-ui-webapp/server/MockData/customDashboard/age.dash.yaml b/packages/serverless-workflow-dev-ui-webapp/server/MockData/customDashboard/age.dash.yaml index b6a5fe72784..011aff8684e 100644 --- a/packages/serverless-workflow-dev-ui-webapp/server/MockData/customDashboard/age.dash.yaml +++ b/packages/serverless-workflow-dev-ui-webapp/server/MockData/customDashboard/age.dash.yaml @@ -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. +# + datasets: - uuid: age content: >- diff --git a/packages/serverless-workflow-dev-ui-webapp/server/MockData/customDashboard/products.dash.yaml b/packages/serverless-workflow-dev-ui-webapp/server/MockData/customDashboard/products.dash.yaml index 88e26858b58..ea685a0b5c3 100644 --- a/packages/serverless-workflow-dev-ui-webapp/server/MockData/customDashboard/products.dash.yaml +++ b/packages/serverless-workflow-dev-ui-webapp/server/MockData/customDashboard/products.dash.yaml @@ -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. +# + datasets: - uuid: products content: >- diff --git a/packages/serverless-workflow-diagram-editor/.gitignore b/packages/serverless-workflow-diagram-editor/.gitignore index f927086434f..3eee3036a92 100644 --- a/packages/serverless-workflow-diagram-editor/.gitignore +++ b/packages/serverless-workflow-diagram-editor/.gitignore @@ -1,3 +1,21 @@ +### +# 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. + lienzo-webapp/src/main/webapp/org.kie.lienzo.LienzoShowcase/ .idea sw-editor/sw-editor-kogito-app/src/main/webapp/org.kie.workbench.common.stunner.sw.KogitoSWEditor/ diff --git a/packages/serverless-workflow-diagram-editor/appformer-client-api/README.md b/packages/serverless-workflow-diagram-editor/appformer-client-api/README.md index 73ddf25bfe6..660420b139b 100644 --- a/packages/serverless-workflow-diagram-editor/appformer-client-api/README.md +++ b/packages/serverless-workflow-diagram-editor/appformer-client-api/README.md @@ -1,3 +1,20 @@ + + # Appformer Client API ## Introduction diff --git a/packages/serverless-workflow-diagram-editor/checkstyle-suppressions.xml b/packages/serverless-workflow-diagram-editor/checkstyle-suppressions.xml index 08b1e712327..9d12c1b7f42 100644 --- a/packages/serverless-workflow-diagram-editor/checkstyle-suppressions.xml +++ b/packages/serverless-workflow-diagram-editor/checkstyle-suppressions.xml @@ -1,4 +1,22 @@ - + + diff --git a/packages/serverless-workflow-diagram-editor/docs/live-reload-dmn-loader.md b/packages/serverless-workflow-diagram-editor/docs/live-reload-dmn-loader.md index 9fe3b85ad9b..41adfc2fd38 100644 --- a/packages/serverless-workflow-diagram-editor/docs/live-reload-dmn-loader.md +++ b/packages/serverless-workflow-diagram-editor/docs/live-reload-dmn-loader.md @@ -1,3 +1,20 @@ + + # How to enable live-reload on React apps inside the DMN Editor ### 1. Configure GWT web app on IntelliJ diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/README.md b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/README.md index d7034fa99f4..d634170bd5c 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/README.md +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/README.md @@ -1,3 +1,20 @@ + + # Stunner Modelling Tool Stunner is a multi-purpose graph based modelling tool for the web. diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants.properties b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants.properties index 6685fdfecc4..e229c5dae4c 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants.properties +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants.properties @@ -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. +# + ConfirmationDialogImplView.Yes=Yes ConfirmationDialogImplView.No=No diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_de.properties b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_de.properties index bb56a619497..a3535fe7cb4 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_de.properties +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_de.properties @@ -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. +# + ConfirmationDialogImplView.Yes=Ja ConfirmationDialogImplView.No=Nein diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_es.properties b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_es.properties index 99fcc6ed060..5b2bee42517 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_es.properties +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_es.properties @@ -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. +# + ConfirmationDialogImplView.Yes=Sí ConfirmationDialogImplView.No=No diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_fr.properties b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_fr.properties index b03a3f48b40..41886318c9b 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_fr.properties +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_fr.properties @@ -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. +# + ConfirmationDialogImplView.Yes=Oui ConfirmationDialogImplView.No=Non diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_ja.properties b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_ja.properties index 72b0ff6ebba..a1aee848871 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_ja.properties +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_ja.properties @@ -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. +# + ConfirmationDialogImplView.Yes=はい ConfirmationDialogImplView.No=いいえ diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/graph/processing/traverse/content/README.md b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/graph/processing/traverse/content/README.md index 058e57de2bf..e4c0061eaba 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/graph/processing/traverse/content/README.md +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/graph/processing/traverse/content/README.md @@ -1,3 +1,20 @@ + + This package contains graph processors that provide specific traversal for the different node/edge's content types. - View traversal processor -> Use it for performing a traversal over the graph nodes that has View content diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/README.md b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/README.md index f20a5cc1f25..15d31a9d475 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/README.md +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/README.md @@ -1,3 +1,20 @@ + + # Lienzo extensions module This module provides some extensions for [Lienzo](https://github.com/ahome-it/). diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/pom.xml b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/pom.xml index c6402aa5d06..53d478536b3 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/pom.xml +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/pom.xml @@ -1,4 +1,22 @@ + + + diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest1/pom.xml b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest1/pom.xml index 839b1b61d3c..255939fe437 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest1/pom.xml +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest1/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest2/pom.xml b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest2/pom.xml index f27510483b2..177f6625361 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest2/pom.xml +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest2/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendSuperTypesTest1/pom.xml b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendSuperTypesTest1/pom.xml index 9afecb44112..38e7240021c 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendSuperTypesTest1/pom.xml +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendSuperTypesTest1/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest1/pom.xml b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest1/pom.xml index 84cd453dc48..825febe5570 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest1/pom.xml +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest1/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest2/pom.xml b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest2/pom.xml index 54360da1c32..9f8322241b5 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest2/pom.xml +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest2/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/pom.xml b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/pom.xml index c0912a8b18e..b975b086c8b 100644 --- a/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/pom.xml +++ b/packages/serverless-workflow-diagram-editor/kie-wb-common-widgets/pom.xml @@ -1,4 +1,22 @@ + + # KIE - Lienzo core This is a forked repository from [Lienzo core](https://github.com/ahome-it/lienzo-core). diff --git a/packages/serverless-workflow-diagram-editor/lienzo-tests/README.md b/packages/serverless-workflow-diagram-editor/lienzo-tests/README.md index 1aecb4bc191..11f908ab4eb 100644 --- a/packages/serverless-workflow-diagram-editor/lienzo-tests/README.md +++ b/packages/serverless-workflow-diagram-editor/lienzo-tests/README.md @@ -1,3 +1,20 @@ + + # KIE - Lienzo tests This is a forked repository from [Lienzo tests](https://github.com/ahome-it/lienzo-tests). diff --git a/packages/serverless-workflow-diagram-editor/lienzo-tests/src/main/java/com/ait/lienzo/test/stub/README.md b/packages/serverless-workflow-diagram-editor/lienzo-tests/src/main/java/com/ait/lienzo/test/stub/README.md index ae819dda55d..13d03dcd539 100644 --- a/packages/serverless-workflow-diagram-editor/lienzo-tests/src/main/java/com/ait/lienzo/test/stub/README.md +++ b/packages/serverless-workflow-diagram-editor/lienzo-tests/src/main/java/com/ait/lienzo/test/stub/README.md @@ -1,3 +1,20 @@ + + # Out of the box Lienzo's testing doubles This package contain some testing doubles for overlay types, wrappers and other classes that are using native interfaces. diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/README.md b/packages/serverless-workflow-diagram-editor/sw-editor/README.md index 6ef3e00713d..069656eb480 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/README.md +++ b/packages/serverless-workflow-diagram-editor/sw-editor/README.md @@ -1,3 +1,20 @@ + + # Serverless Workflow Diagram Editor This is the parent module for the Serverless Workflow Diagram Editor. diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/TODOs.md b/packages/serverless-workflow-diagram-editor/sw-editor/TODOs.md index 9c9561726a1..564b6f72329 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/TODOs.md +++ b/packages/serverless-workflow-diagram-editor/sw-editor/TODOs.md @@ -1,3 +1,20 @@ + + # TODOs - Merge api-client-app modules into just a single one? diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/resources/org/kie/workbench/common/stunner/sw/resources/i18n/SWConstants.properties b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/resources/org/kie/workbench/common/stunner/sw/resources/i18n/SWConstants.properties index 0e4dedf9d44..ae999e019b8 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/resources/org/kie/workbench/common/stunner/sw/resources/i18n/SWConstants.properties +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/resources/org/kie/workbench/common/stunner/sw/resources/i18n/SWConstants.properties @@ -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. +# + org.kie.workbench.common.stunner.sw.SWDefinitionSet.description=Serverless Workflow # Categories -------------------------------------- diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/README.md b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/README.md index 9a558a7df8c..af65c4e22c1 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/README.md +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/README.md @@ -1,3 +1,20 @@ + + # SWF Editor - Kogito Webapp The Serverless Workflow Diagram Editor's webapp bundle for all kogito channels. diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AccumulateRoomReadingsExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AccumulateRoomReadingsExample.sw.yaml index 372f67f8ad3..6f791ff5232 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AccumulateRoomReadingsExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AccumulateRoomReadingsExample.sw.yaml @@ -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. +# + id: roomreadings version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ApplicantRequestDecisionExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ApplicantRequestDecisionExample.sw.yaml index 7ad7c9ebad7..13efbaf59d3 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ApplicantRequestDecisionExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ApplicantRequestDecisionExample.sw.yaml @@ -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. +# + id: applicantrequest version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AsyncFunctionInvocationExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AsyncFunctionInvocationExample.sw.yaml index c8dc2843cb5..9b66a156824 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AsyncFunctionInvocationExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AsyncFunctionInvocationExample.sw.yaml @@ -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. +# + id: sendcustomeremail version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AsyncSubFlowInvocationExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AsyncSubFlowInvocationExample.sw.yaml index 149773cc69b..edad478c78e 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AsyncSubFlowInvocationExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/AsyncSubFlowInvocationExample.sw.yaml @@ -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. +# + id: onboardcustomer version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/BookLendingExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/BookLendingExample.sw.yaml index c2e859535f1..358cb2c9629 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/BookLendingExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/BookLendingExample.sw.yaml @@ -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. +# + id: booklending version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CarVitalsCheckExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CarVitalsCheckExample.sw.yaml index ac60fad2855..d0327ed2952 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CarVitalsCheckExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CarVitalsCheckExample.sw.yaml @@ -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. +# + id: checkcarvitals version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CheckInboxPeriodicallyExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CheckInboxPeriodicallyExample.sw.yaml index 9c4526c6424..59e82677a2e 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CheckInboxPeriodicallyExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CheckInboxPeriodicallyExample.sw.yaml @@ -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. +# + id: checkInbox version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CustomerCreditCheckExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CustomerCreditCheckExample.sw.yaml index 2fc8cb947f0..3f09ead0b50 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CustomerCreditCheckExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/CustomerCreditCheckExample.sw.yaml @@ -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. +# + id: customercreditcheck version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedGreetingExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedGreetingExample.sw.yaml index 47b3b6a0a06..8028caaac8b 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedGreetingExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedGreetingExample.sw.yaml @@ -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. +# + id: eventbasedgreeting version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedServiceInvocationExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedServiceInvocationExample.sw.yaml index c29a441b39c..a991995ad72 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedServiceInvocationExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedServiceInvocationExample.sw.yaml @@ -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. +# + id: VetAppointmentWorkflow version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedSwitchStateExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedSwitchStateExample.sw.yaml index e69dd59d703..23427f33e7b 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedSwitchStateExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/EventBasedSwitchStateExample.sw.yaml @@ -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. +# + id: eventbasedswitchstate version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/FillGlassOfWaterExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/FillGlassOfWaterExample.sw.yaml index c738529c2aa..ebf6c574583 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/FillGlassOfWaterExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/FillGlassOfWaterExample.sw.yaml @@ -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. +# + id: fillglassofwater version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/FinalizeCollegeApplicationExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/FinalizeCollegeApplicationExample.sw.yaml index 56756da2598..294e82610ae 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/FinalizeCollegeApplicationExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/FinalizeCollegeApplicationExample.sw.yaml @@ -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. +# + id: finalizeCollegeApplication version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/HandleCarAuctionBidExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/HandleCarAuctionBidExample.sw.yaml index 08441f89b05..be58d8b334d 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/HandleCarAuctionBidExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/HandleCarAuctionBidExample.sw.yaml @@ -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. +# + id: handleCarAuctionBid version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/HelloWorldExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/HelloWorldExample.sw.yaml index 5f5b88da694..839914aff3c 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/HelloWorldExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/HelloWorldExample.sw.yaml @@ -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. +# + id: helloworld version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/JobMonitoringExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/JobMonitoringExample.sw.yaml index db84b5b814d..f78fd2781f9 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/JobMonitoringExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/JobMonitoringExample.sw.yaml @@ -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. +# + id: jobmonitoring version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/MonitorPatientVitalSignsExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/MonitorPatientVitalSignsExample.sw.yaml index 099ba263f89..7bf8687471a 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/MonitorPatientVitalSignsExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/MonitorPatientVitalSignsExample.sw.yaml @@ -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. +# + id: patientVitalsWorkflow version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/NewPatientOnboardingExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/NewPatientOnboardingExample.sw.yaml index d8beebf15e0..6b7cb482c54 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/NewPatientOnboardingExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/NewPatientOnboardingExample.sw.yaml @@ -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. +# + id: patientonboarding version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/NotifyCustomerWorkflowExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/NotifyCustomerWorkflowExample.sw.yaml index d3aa95571f8..51f82e227fd 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/NotifyCustomerWorkflowExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/NotifyCustomerWorkflowExample.sw.yaml @@ -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. +# + id: notifycustomerworkflow version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ParallelExecutionExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ParallelExecutionExample.sw.yaml index 64ade8dda51..8b22154a6ea 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ParallelExecutionExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ParallelExecutionExample.sw.yaml @@ -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. +# + id: parallelexec version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ProcessTransactionsExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ProcessTransactionsExample.sw.yaml index 6d4a15e3e2c..5ff32ffd3fc 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ProcessTransactionsExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ProcessTransactionsExample.sw.yaml @@ -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. +# + id: customerbankingtransactions version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ProvisionOrdersExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ProvisionOrdersExample.sw.yaml index 8bd10dbeb76..58da00ad51b 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ProvisionOrdersExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/ProvisionOrdersExample.sw.yaml @@ -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. +# + id: provisionorders version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/PurchaseOrderDeadlineExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/PurchaseOrderDeadlineExample.sw.yaml index e0abe3f9eed..259ac65ea50 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/PurchaseOrderDeadlineExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/PurchaseOrderDeadlineExample.sw.yaml @@ -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. +# + id: order version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/SendCloudEventOnProvisionExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/SendCloudEventOnProvisionExample.sw.yaml index 94de424e579..0cd7bbb144a 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/SendCloudEventOnProvisionExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/SendCloudEventOnProvisionExample.sw.yaml @@ -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. +# + id: sendcloudeventonprovision version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/SolveMathProblemsExample.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/SolveMathProblemsExample.sw.yaml index 9d356f0be95..f727e8095c0 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/SolveMathProblemsExample.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/SolveMathProblemsExample.sw.yaml @@ -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. +# + id: solvemathproblems version: "1.0" specVersion: "0.8" diff --git a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/main-workflow-definition.sw.yaml b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/main-workflow-definition.sw.yaml index 07e8048f0ea..9f6b5da4431 100644 --- a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/main-workflow-definition.sw.yaml +++ b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/test/resources/org/kie/workbench/common/stunner/sw/client/selenium/yaml/main-workflow-definition.sw.yaml @@ -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. +# + id: foodorderworkflow name: Food Order Workflow version: "1.0.0" diff --git a/packages/serverless-workflow-diagram-editor/third_party/errai/pom.xml b/packages/serverless-workflow-diagram-editor/third_party/errai/pom.xml index 338972c14c6..69f80f2cbde 100644 --- a/packages/serverless-workflow-diagram-editor/third_party/errai/pom.xml +++ b/packages/serverless-workflow-diagram-editor/third_party/errai/pom.xml @@ -1,4 +1,22 @@ + + + + diff --git a/packages/serverless-workflow-jq-expressions/README.md b/packages/serverless-workflow-jq-expressions/README.md index d20ef04a101..5bca88ddecd 100644 --- a/packages/serverless-workflow-jq-expressions/README.md +++ b/packages/serverless-workflow-jq-expressions/README.md @@ -1 +1,18 @@ + + jq-expressions diff --git a/packages/serverless-workflow-language-service/README.md b/packages/serverless-workflow-language-service/README.md index eed3c45c4ea..e19bbf0926b 100644 --- a/packages/serverless-workflow-language-service/README.md +++ b/packages/serverless-workflow-language-service/README.md @@ -1 +1,18 @@ + + ## Serverless Workflow Language Service diff --git a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/greeting.yaml b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/greeting.yaml index 616e522361f..32c9fbff542 100644 --- a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/greeting.yaml +++ b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/greeting.yaml @@ -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. +# + --- openapi: 3.0.3 info: diff --git a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/hiring.yaml b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/hiring.yaml index 25d61715c2a..3b3742f7544 100644 --- a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/hiring.yaml +++ b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/hiring.yaml @@ -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. +# + --- openapi: 3.0.3 info: diff --git a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/http.yaml b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/http.yaml index 2b6a5720d97..91e0aa5da88 100644 --- a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/http.yaml +++ b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/http.yaml @@ -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. +# + --- asyncapi: "2.0.0" id: "urn:com:http:server" diff --git a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/message.yaml b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/message.yaml index bceceecd4d0..c245046515d 100644 --- a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/message.yaml +++ b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/message.yaml @@ -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. +# + asyncapi: "2.0.0" id: "oneConsumer" info: diff --git a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/multiplication.yaml b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/multiplication.yaml index 61db17a5067..a1ceeef78d0 100644 --- a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/multiplication.yaml +++ b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/multiplication.yaml @@ -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. +# + --- openapi: 3.0.3 info: diff --git a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/numberToWords.yaml b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/numberToWords.yaml index 32429edf0b2..6ac83246e8e 100644 --- a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/numberToWords.yaml +++ b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/numberToWords.yaml @@ -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. +# + - from: uri: direct:numberToWords steps: diff --git a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/sendMessage.yaml b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/sendMessage.yaml index 9ba786c6032..cbdcf8b32a4 100644 --- a/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/sendMessage.yaml +++ b/packages/serverless-workflow-service-catalog/tests/channel/parsers/examples/sendMessage.yaml @@ -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. +# + - route: id: "foo" from: diff --git a/packages/serverless-workflow-standalone-editor/README.md b/packages/serverless-workflow-standalone-editor/README.md index a28e2e7777f..093b53cd105 100644 --- a/packages/serverless-workflow-standalone-editor/README.md +++ b/packages/serverless-workflow-standalone-editor/README.md @@ -1,3 +1,20 @@ + + ## Serverless Workflow Standalone Editors ### Description diff --git a/packages/serverless-workflow-vscode-extension/CHANGELOG.md b/packages/serverless-workflow-vscode-extension/CHANGELOG.md index f4d453f285f..158120ea986 100644 --- a/packages/serverless-workflow-vscode-extension/CHANGELOG.md +++ b/packages/serverless-workflow-vscode-extension/CHANGELOG.md @@ -1,3 +1,20 @@ + + # 0.32.0 (alpha) - [KOGITO-9668](https://issues.redhat.com/browse/KOGITO-9668) - SWF Editor - In VSCode the diagram reloads if a user clicks on any area of the canvas diff --git a/packages/serverless-workflow-vscode-extension/README.md b/packages/serverless-workflow-vscode-extension/README.md index 211a51bb72b..29de3224b84 100644 --- a/packages/serverless-workflow-vscode-extension/README.md +++ b/packages/serverless-workflow-vscode-extension/README.md @@ -1,3 +1,20 @@ + + ## Kogito Serverless Workflow Editor ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.67.0+-blue.svg) diff --git a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/autocompletion/specs/api.yaml b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/autocompletion/specs/api.yaml index a6078225713..bb5b279a0aa 100644 --- a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/autocompletion/specs/api.yaml +++ b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/autocompletion/specs/api.yaml @@ -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. +# + --- openapi: 3.0.3 info: diff --git a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/routes/camel.yaml b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/routes/camel.yaml index c03f68fcd1b..03026f80738 100644 --- a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/routes/camel.yaml +++ b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/routes/camel.yaml @@ -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. +# + - route: id: "routeYaml" from: diff --git a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/specs/openapi.yaml b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/specs/openapi.yaml index df0337edf07..b0d88fbbc50 100644 --- a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/specs/openapi.yaml +++ b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/functions-events/specs/openapi.yaml @@ -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. +# + --- openapi: 3.1.0 info: diff --git a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/.gitignore b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/.gitignore index bdf57ce3b41..0ca8fe1471e 100644 --- a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/.gitignore +++ b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/.gitignore @@ -1,3 +1,21 @@ +### +# 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. + #Maven target/ pom.xml.tag diff --git a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/pom.xml b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/pom.xml index 2dc1f12ad04..9173e98f8af 100644 --- a/packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/pom.xml +++ b/packages/serverless-workflow-vscode-extension/e2e-tests/resources/greeting-flow/pom.xml @@ -1,4 +1,22 @@ - + + + # SonataFlow Deployment Webapp This is the web application for SonataFlow Deployments. diff --git a/packages/sonataflow-quarkus-devui/pom.xml b/packages/sonataflow-quarkus-devui/pom.xml index b06db076419..c44bb98e129 100644 --- a/packages/sonataflow-quarkus-devui/pom.xml +++ b/packages/sonataflow-quarkus-devui/pom.xml @@ -1,23 +1,21 @@ + # Appformer Client API ## Introduction diff --git a/packages/stunner-editors/appformer-js-monaco/pom.xml b/packages/stunner-editors/appformer-js-monaco/pom.xml index c963ffb0b19..9ccfd0f643b 100644 --- a/packages/stunner-editors/appformer-js-monaco/pom.xml +++ b/packages/stunner-editors/appformer-js-monaco/pom.xml @@ -1,4 +1,22 @@ + + + diff --git a/packages/stunner-editors/docs/live-reload-dmn-loader.md b/packages/stunner-editors/docs/live-reload-dmn-loader.md index 9fe3b85ad9b..41adfc2fd38 100644 --- a/packages/stunner-editors/docs/live-reload-dmn-loader.md +++ b/packages/stunner-editors/docs/live-reload-dmn-loader.md @@ -1,3 +1,20 @@ + + # How to enable live-reload on React apps inside the DMN Editor ### 1. Configure GWT web app on IntelliJ diff --git a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-api/pom.xml b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-api/pom.xml index 42c5d34c412..48e0aed6210 100644 --- a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-api/pom.xml +++ b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-api/pom.xml @@ -1,4 +1,22 @@ + + # Details on Docks management inside ScenarioSimulationEditor _Docks_ is the term used to identify the panel to the left/right and bottom of the main view. They are managed by upper framework and are _ApplicationScoped_, diff --git a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-client/pom.xml b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-client/pom.xml index 265914f2a46..17b79e87da0 100644 --- a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-client/pom.xml +++ b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-client/pom.xml @@ -1,4 +1,22 @@ + + + # Kogito SCESIM Client Module This module scope is to provide the client layer (i.e. all the frontend view and presenter) diff --git a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-client/pom.xml b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-client/pom.xml index 2fd101d7b2f..897faf02765 100644 --- a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-client/pom.xml +++ b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-client/pom.xml @@ -1,4 +1,22 @@ + + # Kogito SCESIM Marshaller This module manages **marshalling** (i.e. converting from a XML file to a JSInterop file) diff --git a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-marshaller/pom.xml b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-marshaller/pom.xml index 25b9bbad4c2..d123defaa8f 100644 --- a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-marshaller/pom.xml +++ b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-marshaller/pom.xml @@ -1,4 +1,22 @@ + + # Kogito Runtime Webapp This webapp is meant as runtime environment. It **does not provides** methods and functions (ex. file retrieval) that should be provided by running environment (ex. vs code). diff --git a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-runtime/pom.xml b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-runtime/pom.xml index 2ad1f6f93d2..2b6173411cd 100644 --- a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-runtime/pom.xml +++ b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-runtime/pom.xml @@ -1,4 +1,22 @@ + + # Kogito Runtime Webapp This webapp is meant as runtime environment. It **does not provides** methods and functions (ex. file retrieval) that should be provided by running environment (ex. vs code). diff --git a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-testing/pom.xml b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-testing/pom.xml index 8508bea507a..746e70bfe44 100644 --- a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-testing/pom.xml +++ b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-testing/pom.xml @@ -1,4 +1,22 @@ + + + + + To release Errai-CDI, follow the release process for the base Errai project. diff --git a/packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml b/packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml index 4bbc1ca8845..e6afe7a6ab5 100644 --- a/packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml +++ b/packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml @@ -1,4 +1,22 @@ + + + + + + + + + + + + + diff --git a/packages/stunner-editors/errai-reflections/reflections/src/test/resources/META-INF/reflections/resource1-reflections.xml b/packages/stunner-editors/errai-reflections/reflections/src/test/resources/META-INF/reflections/resource1-reflections.xml index 0344f605824..e67a63d5f7e 100644 --- a/packages/stunner-editors/errai-reflections/reflections/src/test/resources/META-INF/reflections/resource1-reflections.xml +++ b/packages/stunner-editors/errai-reflections/reflections/src/test/resources/META-INF/reflections/resource1-reflections.xml @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/errai-ui/pom.xml b/packages/stunner-editors/errai-ui/pom.xml index d0a2e771d91..f8bab3cbf76 100644 --- a/packages/stunner-editors/errai-ui/pom.xml +++ b/packages/stunner-editors/errai-ui/pom.xml @@ -1,4 +1,22 @@ + + + # Graphical DMN modeling tool This module contains various children for different purposes. diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants.properties b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants.properties index 264253f507d..dec13ac6209 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants.properties +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants.properties @@ -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. +# + ####################### # Definitions ####################### diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_de.properties b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_de.properties index 2ed75d0fefd..93621f9504e 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_de.properties +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_de.properties @@ -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. +# + ####################### # Definitions ####################### diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_es.properties b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_es.properties index 60c94acf0a7..ce2f34c6d9f 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_es.properties +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_es.properties @@ -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. +# + ####################### # Definitions ####################### diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_fr.properties b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_fr.properties index d3285e9891c..e37fa381743 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_fr.properties +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_fr.properties @@ -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. +# + ####################### # Definitions ####################### diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_ja.properties b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_ja.properties index 3fe5ab8bf3c..108d5bd89f9 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_ja.properties +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-api/src/main/resources/org/kie/workbench/common/dmn/api/resources/i18n/DMNAPIConstants_ja.properties @@ -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. +# + ####################### # Definitions ####################### diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/resources/META-INF/ErraiApp.properties b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/resources/META-INF/ErraiApp.properties index 55f7f6861da..967823ae8ce 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/resources/META-INF/ErraiApp.properties +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/resources/META-INF/ErraiApp.properties @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -# + # # ErraiApp.properties # diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-common/src/main/resources/META-INF/ErraiApp.properties b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-common/src/main/resources/META-INF/ErraiApp.properties index b08464deba6..450c483a436 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-common/src/main/resources/META-INF/ErraiApp.properties +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-common/src/main/resources/META-INF/ErraiApp.properties @@ -15,6 +15,8 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# + # # ErraiApp.properties # diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-common/src/main/resources/project-defaults.yml b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-common/src/main/resources/project-defaults.yml index 9da1a3d29d0..e800cdcf972 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-common/src/main/resources/project-defaults.yml +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-common/src/main/resources/project-defaults.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. +# + # Sample Swarm config for KIE Drools Workbench swarm: management: diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/KogitoCommonWebappSwitch.md b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/KogitoCommonWebappSwitch.md index 0c13883ec5b..6b30e67da48 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/KogitoCommonWebappSwitch.md +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/KogitoCommonWebappSwitch.md @@ -1,3 +1,20 @@ + + # Modifications done to switch to kie-wb-common-kogito-webapp-base ## kie-wb-common-dmn-webapp-kogito-common diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/README.md b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/README.md index 4976e0bc28a..99375692330 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/README.md +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/README.md @@ -1,3 +1,20 @@ + + # Kogito DMN Editor - Webapp ## Building diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/main/resources/META-INF/ErraiApp.properties b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/main/resources/META-INF/ErraiApp.properties index 01f86b7a2ae..75a6a04b1a1 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/main/resources/META-INF/ErraiApp.properties +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/main/resources/META-INF/ErraiApp.properties @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -# + # # ErraiApp.properties # diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/main/webapp/static/sample.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/main/webapp/static/sample.dmn index a439e58e3ee..d2a6769463d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/main/webapp/static/sample.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/main/webapp/static/sample.dmn @@ -1,3 +1,22 @@ + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11-expected/0001-filter.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11-expected/0001-filter.dmn index 7789dd9ca5a..815bb8395d7 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11-expected/0001-filter.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11-expected/0001-filter.dmn @@ -1,4 +1,22 @@ - + + + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11-expected/0002-input-data-number.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11-expected/0002-input-data-number.dmn index e26097cd163..67cc5d22dcd 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11-expected/0002-input-data-number.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11-expected/0002-input-data-number.dmn @@ -1,4 +1,22 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0001-input-data-string.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0001-input-data-string.dmn index 5ff89c5d1a1..c29e02d1d87 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0001-input-data-string.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0001-input-data-string.dmn @@ -1,4 +1,22 @@ + + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0003-input-data-string-allowed-values.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0003-input-data-string-allowed-values.dmn index d8d57548934..7e63cf9f3f0 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0003-input-data-string-allowed-values.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0003-input-data-string-allowed-values.dmn @@ -1,4 +1,22 @@ + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0004-lending.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0004-lending.dmn index 43b93e1786a..2829a872464 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0004-lending.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0004-lending.dmn @@ -1,4 +1,22 @@ + feel:string diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0004-simpletable-U.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0004-simpletable-U.dmn index b392aa4e3cc..b126928f9f1 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0004-simpletable-U.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0004-simpletable-U.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0005-literal-invocation.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0005-literal-invocation.dmn index 4e452b8e836..23d170b158d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0005-literal-invocation.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0005-literal-invocation.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0005-simpletable-A.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0005-simpletable-A.dmn index a04de870718..16121162237 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0005-simpletable-A.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0005-simpletable-A.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0006-join.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0006-join.dmn index 77cc776e807..cd003261966 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0006-join.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0006-join.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0006-simpletable-P1.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0006-simpletable-P1.dmn index d712792a396..b771adfe1c4 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0006-simpletable-P1.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0006-simpletable-P1.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0007-date-time.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0007-date-time.dmn index e0f5ad85de9..0f4bfcc85ca 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0007-date-time.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0007-date-time.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0007-simpletable-P2.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0007-simpletable-P2.dmn index 3cea85384ef..2e1dbb46be0 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0007-simpletable-P2.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0007-simpletable-P2.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0008-LX-arithmetic.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0008-LX-arithmetic.dmn index 076d99a8317..839ee4fa19d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0008-LX-arithmetic.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0008-LX-arithmetic.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0008-listGen.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0008-listGen.dmn index 58ac4457bc6..5c5ed9b0391 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0008-listGen.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0008-listGen.dmn @@ -1,4 +1,22 @@ + feel:string diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0009-append-flatten.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0009-append-flatten.dmn index 4667423955a..2572976d5bc 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0009-append-flatten.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0009-append-flatten.dmn @@ -1,4 +1,22 @@ + feel:string diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0009-invocation-arithmetic.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0009-invocation-arithmetic.dmn index 1966639ca27..0771f580ebd 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0009-invocation-arithmetic.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0009-invocation-arithmetic.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0010-concatenate.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0010-concatenate.dmn index 5431b64e5e1..48be27903d9 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0010-concatenate.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0010-concatenate.dmn @@ -1,4 +1,22 @@ + feel:string diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0010-multi-output-U.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0010-multi-output-U.dmn index 7c3785da79f..98607e92228 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0010-multi-output-U.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0010-multi-output-U.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0011-insert-remove.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0011-insert-remove.dmn index a58b615d4e1..1b955c0f349 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0011-insert-remove.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0011-insert-remove.dmn @@ -1,4 +1,22 @@ + feel:string diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0012-list-functions.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0012-list-functions.dmn index 7347918cbde..68956aec3c0 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0012-list-functions.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0012-list-functions.dmn @@ -1,4 +1,22 @@ + feel:string diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0013-sort.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0013-sort.dmn index 048a2d1b461..a0e3fab633c 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0013-sort.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0013-sort.dmn @@ -1,4 +1,22 @@ + feel:number diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0014-loan-comparison.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0014-loan-comparison.dmn index 0537572e04f..39972ece3b8 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0014-loan-comparison.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0014-loan-comparison.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0015-all-any.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0015-all-any.dmn index 56a124dd8f4..be9adeed44d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0015-all-any.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0015-all-any.dmn @@ -1,4 +1,22 @@ + feel:boolean diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0016-some-every.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0016-some-every.dmn index 70ba272164e..30e9085fe79 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0016-some-every.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0016-some-every.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0017-tableTests.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0017-tableTests.dmn index c2a9dab2dc0..d52f3b373aa 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0017-tableTests.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0017-tableTests.dmn @@ -1,4 +1,22 @@ + feel:number diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0019-flight-rebooking.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0019-flight-rebooking.dmn index 0c34b11a03d..1ca02c1e1a6 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0019-flight-rebooking.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn11/0019-flight-rebooking.dmn @@ -1,4 +1,22 @@ + + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0001-input-data-string.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0001-input-data-string.dmn index 2274433093e..da114a877d4 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0001-input-data-string.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0001-input-data-string.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0002-input-data-number.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0002-input-data-number.dmn index 3783217d485..0a46f43a320 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0002-input-data-number.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0002-input-data-number.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0002-string-functions.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0002-string-functions.dmn index 9559b209767..98c91da1d57 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0002-string-functions.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0002-string-functions.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0003-input-data-string-allowed-values.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0003-input-data-string-allowed-values.dmn index 627553fa6df..83063d702f2 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0003-input-data-string-allowed-values.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0003-input-data-string-allowed-values.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0003-iteration.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0003-iteration.dmn index 87b444ce486..57da9afaf93 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0003-iteration.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0003-iteration.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0004-lending.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0004-lending.dmn index a467528cfe1..54bf9299eaf 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0004-lending.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0004-lending.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0004-simpletable-U.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0004-simpletable-U.dmn index 90aca412a58..888fcd07b5c 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0004-simpletable-U.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0004-simpletable-U.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0005-literal-invocation.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0005-literal-invocation.dmn index 9a67e470a7d..5057c7a1fed 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0005-literal-invocation.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0005-literal-invocation.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0005-simpletable-A.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0005-simpletable-A.dmn index 6131984d2ad..9fc79b88029 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0005-simpletable-A.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0005-simpletable-A.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0006-join.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0006-join.dmn index 1d70668f056..ade47fa3ce3 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0006-join.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0006-join.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0006-simpletable-P1.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0006-simpletable-P1.dmn index e5a7b96c2aa..12e928216a5 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0006-simpletable-P1.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0006-simpletable-P1.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0007-date-time.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0007-date-time.dmn index 6bdfa591a6f..01ec267c49d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0007-date-time.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0007-date-time.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0007-simpletable-P2.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0007-simpletable-P2.dmn index 97c22881fff..d19abbf02c5 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0007-simpletable-P2.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0007-simpletable-P2.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0008-LX-arithmetic.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0008-LX-arithmetic.dmn index 4cd5d5c6910..6cbb757ce8c 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0008-LX-arithmetic.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0008-LX-arithmetic.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0008-listGen.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0008-listGen.dmn index f26b11573ac..6b8edaeec4f 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0008-listGen.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0008-listGen.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0009-append-flatten.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0009-append-flatten.dmn index 0166d731a16..b85c73f080d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0009-append-flatten.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0009-append-flatten.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0009-invocation-arithmetic.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0009-invocation-arithmetic.dmn index 3c1b917e463..b9a9102c74f 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0009-invocation-arithmetic.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0009-invocation-arithmetic.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0010-concatenate.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0010-concatenate.dmn index 78d4bd7df5f..9f07eb90f0c 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0010-concatenate.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0010-concatenate.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0010-multi-output-U.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0010-multi-output-U.dmn index 6a427c21317..74f85fc4b1b 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0010-multi-output-U.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0010-multi-output-U.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0011-insert-remove.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0011-insert-remove.dmn index a7408ef66fd..20aa7e792a1 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0011-insert-remove.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0011-insert-remove.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0012-list-functions.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0012-list-functions.dmn index 6f6a6a76eff..058c5ece67a 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0012-list-functions.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0012-list-functions.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0013-sort.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0013-sort.dmn index 3a387b768bd..7b053aa0674 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0013-sort.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0013-sort.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0014-loan-comparison.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0014-loan-comparison.dmn index 29ebfc7a3f3..d26cbb3470f 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0014-loan-comparison.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0014-loan-comparison.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0016-some-every.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0016-some-every.dmn index 42e81c2156d..01e6f188a5d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0016-some-every.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0016-some-every.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0017-tableTests.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0017-tableTests.dmn index edbe9beb849..e2f1bf840f5 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0017-tableTests.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0017-tableTests.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0020-vacation-days.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0020-vacation-days.dmn index 7df9d0aca2b..277821401c3 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0020-vacation-days.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0020-vacation-days.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0021-singleton-list.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0021-singleton-list.dmn index 25b76732e70..39f50354e40 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0021-singleton-list.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0021-singleton-list.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0030-user-defined-functions.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0030-user-defined-functions.dmn index c43109a349d..e526a7b9920 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0030-user-defined-functions.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0030-user-defined-functions.dmn @@ -1,4 +1,22 @@ - + + Tests definition of functions in a boxed expression and invocation of those. diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0031-user-defined-functions.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0031-user-defined-functions.dmn index 4f31b06e66e..beb9abcccdd 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0031-user-defined-functions.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0031-user-defined-functions.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0032-conditionals.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0032-conditionals.dmn index a8d352261e1..2c801b72a00 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0032-conditionals.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0032-conditionals.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0033-for-loops.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0033-for-loops.dmn index 7e7d7c96bb9..e77ec9639fd 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0033-for-loops.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0033-for-loops.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0034-drg-scopes.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0034-drg-scopes.dmn index 77b47c2dea1..9baffc557af 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0034-drg-scopes.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0034-drg-scopes.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0035-test-structure-output.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0035-test-structure-output.dmn index f26f876498b..9d665e47f44 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0035-test-structure-output.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0035-test-structure-output.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0036-dt-variable-input.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0036-dt-variable-input.dmn index 9343dc37fe0..69a30cbc78c 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0036-dt-variable-input.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0036-dt-variable-input.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0037-dt-on-bkm-implicit-params.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0037-dt-on-bkm-implicit-params.dmn index 840669fbb94..06bc3f519cb 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0037-dt-on-bkm-implicit-params.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0037-dt-on-bkm-implicit-params.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0038-dt-on-bkm-explicit-params.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0038-dt-on-bkm-explicit-params.dmn index 2dc5e125649..165a7637620 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0038-dt-on-bkm-explicit-params.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0038-dt-on-bkm-explicit-params.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0039-dt-list-semantics.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0039-dt-list-semantics.dmn index 425ebe3412d..13b8191a1f8 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0039-dt-list-semantics.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0039-dt-list-semantics.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0040-singlenestedcontext.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0040-singlenestedcontext.dmn index 07b069534cb..48ab1b0a988 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0040-singlenestedcontext.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0040-singlenestedcontext.dmn @@ -1,5 +1,22 @@ - - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0041-multiple-nestedcontext.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0041-multiple-nestedcontext.dmn index a7cb7dac877..db3133cfe38 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0041-multiple-nestedcontext.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0041-multiple-nestedcontext.dmn @@ -1,5 +1,22 @@ - - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0100-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0100-feel-constants.dmn index 983f3d7cac1..16c0a522a80 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0100-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0100-feel-constants.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0101-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0101-feel-constants.dmn index 69a4e318360..204df7b02d5 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0101-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0101-feel-constants.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0102-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0102-feel-constants.dmn index 048d400a3cc..d8c2a65f00b 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0102-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0102-feel-constants.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0105-feel-math.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0105-feel-math.dmn index a0ee942b366..92db35d6b03 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0105-feel-math.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0105-feel-math.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0106-feel-ternary-logic.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0106-feel-ternary-logic.dmn index 659a717dc08..f56d85ce2aa 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0106-feel-ternary-logic.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0106-feel-ternary-logic.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0107-feel-ternary-logic-not.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0107-feel-ternary-logic-not.dmn index 945f614aff3..0e161fc16ad 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0107-feel-ternary-logic-not.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0107-feel-ternary-logic-not.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0108-first-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0108-first-hitpolicy.dmn index 2ab005ebf4f..7b9daa89c04 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0108-first-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0108-first-hitpolicy.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0109-ruleOrder-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0109-ruleOrder-hitpolicy.dmn index e586cbe0ac3..531af8d2436 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0109-ruleOrder-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0109-ruleOrder-hitpolicy.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0110-outputOrder-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0110-outputOrder-hitpolicy.dmn index 9bc099d36c3..ff379d3d3ad 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0110-outputOrder-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0110-outputOrder-hitpolicy.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0111-first-hitpolicy-singleoutputcol.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0111-first-hitpolicy-singleoutputcol.dmn index 80563e3461f..ee25983643a 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0111-first-hitpolicy-singleoutputcol.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn12-expected/0111-first-hitpolicy-singleoutputcol.dmn @@ -1,4 +1,22 @@ - + + - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0073-feel-comments.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0073-feel-comments.dmn index d2d479c5fa5..c8d82b236d3 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0073-feel-comments.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0073-feel-comments.dmn @@ -1,4 +1,22 @@ - + + FEEL in diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0074-feel-properties.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0074-feel-properties.dmn index 39eb2db0b83..93478b99861 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0074-feel-properties.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0074-feel-properties.dmn @@ -1,4 +1,22 @@ - + + FEEL properties diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0075-feel-exponent.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0075-feel-exponent.dmn index 187d26eabfe..ad2a260f4fc 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0075-feel-exponent.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0075-feel-exponent.dmn @@ -1,4 +1,22 @@ - + + FEEL properties diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0076-feel-external-java.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0076-feel-external-java.dmn index d5690ffabf3..07290197b00 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0076-feel-external-java.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0076-feel-external-java.dmn @@ -1,4 +1,22 @@ - + + FEEL external Java functions diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0077-feel-nan.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0077-feel-nan.dmn index ef55885fd4e..36c72ebd599 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0077-feel-nan.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0077-feel-nan.dmn @@ -1,4 +1,22 @@ - + + FEEL NaN diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0078-feel-infinity.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0078-feel-infinity.dmn index b35852f4817..427ac986b02 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0078-feel-infinity.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0078-feel-infinity.dmn @@ -1,4 +1,22 @@ - + + FEEL Infinity diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0080-feel-getvalue-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0080-feel-getvalue-function.dmn index c850450faff..bd51afe56ce 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0080-feel-getvalue-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0080-feel-getvalue-function.dmn @@ -1,4 +1,22 @@ - + + FEEL built-in function 'get value(m, key)' in unspecified category diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0081-feel-getentries-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0081-feel-getentries-function.dmn index ff624c87604..4fab7235a32 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0081-feel-getentries-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0081-feel-getentries-function.dmn @@ -1,4 +1,22 @@ - + + FEEL built-in function 'get entries(m)' in unspecified category diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0082-feel-coercion.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0082-feel-coercion.dmn index 97725fa9363..4a6b5a510dd 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0082-feel-coercion.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0082-feel-coercion.dmn @@ -1,4 +1,22 @@ + FEEL type conformance of DT and BKM results diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0083-feel-unicode.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0083-feel-unicode.dmn index 987bdae4028..6e3594e8780 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0083-feel-unicode.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0083-feel-unicode.dmn @@ -1,4 +1,22 @@ - + + FEEL unicode tests diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0084-feel-for-loops.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0084-feel-for-loops.dmn index 6510cb01467..352ee1c8a66 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0084-feel-for-loops.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0084-feel-for-loops.dmn @@ -1,4 +1,22 @@ - + + FEEL for loops diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0085-decision-services.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0085-decision-services.dmn index 12c7980198c..6f253929c75 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0085-decision-services.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0085-decision-services.dmn @@ -1,4 +1,22 @@ + Decision Services diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0086-import.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0086-import.dmn index 2c8a3980fb6..863c4d044db 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0086-import.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0086-import.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0087-chapter-11-example.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0087-chapter-11-example.dmn index 2a105a3330b..2ce16e05f3d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0087-chapter-11-example.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0087-chapter-11-example.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0088-no-decision-logic.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0088-no-decision-logic.dmn index 2b5682d2a3e..588ef67c703 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0088-no-decision-logic.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0088-no-decision-logic.dmn @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0089-nested-inputdata-imports.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0089-nested-inputdata-imports.dmn index aa3abeafeb3..9e250aa4cf9 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0089-nested-inputdata-imports.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0089-nested-inputdata-imports.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0090-feel-paths.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0090-feel-paths.dmn index 1d588b9fe3e..7ee86fc4dfa 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0090-feel-paths.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0090-feel-paths.dmn @@ -1,4 +1,22 @@ - + + FEEL path and qualified names diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0100-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0100-feel-constants.dmn index 983f3d7cac1..16c0a522a80 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0100-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0100-feel-constants.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0101-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0101-feel-constants.dmn index 69a4e318360..204df7b02d5 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0101-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0101-feel-constants.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0102-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0102-feel-constants.dmn index 048d400a3cc..d8c2a65f00b 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0102-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0102-feel-constants.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0105-feel-math.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0105-feel-math.dmn index a0ee942b366..92db35d6b03 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0105-feel-math.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0105-feel-math.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0106-feel-ternary-logic.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0106-feel-ternary-logic.dmn index 659a717dc08..f56d85ce2aa 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0106-feel-ternary-logic.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0106-feel-ternary-logic.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0107-feel-ternary-logic-not.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0107-feel-ternary-logic-not.dmn index 945f614aff3..0e161fc16ad 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0107-feel-ternary-logic-not.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0107-feel-ternary-logic-not.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0108-first-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0108-first-hitpolicy.dmn index 2ab005ebf4f..7b9daa89c04 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0108-first-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0108-first-hitpolicy.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0109-ruleOrder-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0109-ruleOrder-hitpolicy.dmn index e586cbe0ac3..531af8d2436 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0109-ruleOrder-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0109-ruleOrder-hitpolicy.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0110-outputOrder-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0110-outputOrder-hitpolicy.dmn index 9bc099d36c3..ff379d3d3ad 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0110-outputOrder-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0110-outputOrder-hitpolicy.dmn @@ -1,4 +1,22 @@ - + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0111-first-hitpolicy-singleoutputcol.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0111-first-hitpolicy-singleoutputcol.dmn index 80563e3461f..ee25983643a 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0111-first-hitpolicy-singleoutputcol.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13-expected/0111-first-hitpolicy-singleoutputcol.dmn @@ -1,4 +1,22 @@ - + + - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0058-feel-number-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0058-feel-number-function.dmn index 614b77fbd7d..427a480b348 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0058-feel-number-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0058-feel-number-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'modulo(dividend,divisor)' in category numeric functions @@ -191,4 +209,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0059-feel-all-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0059-feel-all-function.dmn index fe8c3cb864a..b54f975b164 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0059-feel-all-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0059-feel-all-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'all(list)' in category list functions @@ -183,4 +201,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0060-feel-any-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0060-feel-any-function.dmn index facddbb8c9a..daf9ece3834 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0060-feel-any-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0060-feel-any-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'any(list)' in category list functions @@ -171,4 +189,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0061-feel-median-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0061-feel-median-function.dmn index e4ef2ac238c..cc95e52236d 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0061-feel-median-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0061-feel-median-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'median(list)' in category list functions @@ -143,4 +161,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0062-feel-mode-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0062-feel-mode-function.dmn index 877dab60a68..00ea9ec8220 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0062-feel-mode-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0062-feel-mode-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'mode(list)' in category list functions @@ -150,4 +168,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0063-feel-stddev-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0063-feel-stddev-function.dmn index c71e91dda0a..3efdc55256a 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0063-feel-stddev-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0063-feel-stddev-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'stddev(list)' in category list functions @@ -149,4 +167,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0064-feel-conjunction.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0064-feel-conjunction.dmn index 73bfb6f5fe4..4968f534f32 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0064-feel-conjunction.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0064-feel-conjunction.dmn @@ -1,4 +1,22 @@ + Semantics of conjunction @@ -173,4 +191,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0065-feel-disjunction.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0065-feel-disjunction.dmn index f52bb5c1bff..d6154499135 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0065-feel-disjunction.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0065-feel-disjunction.dmn @@ -1,4 +1,22 @@ + Semantics of conjunction @@ -173,4 +191,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0066-feel-negation.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0066-feel-negation.dmn index ae79edd3f32..825177b2ba3 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0066-feel-negation.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0066-feel-negation.dmn @@ -1,4 +1,22 @@ + Semantics of negation @@ -62,4 +80,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0067-feel-split-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0067-feel-split-function.dmn index 545905d9011..b667fc9eed9 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0067-feel-split-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0067-feel-split-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'split(string,delimiter)' in category string functions @@ -107,4 +125,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0068-feel-equality.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0068-feel-equality.dmn index 22e88c8d4df..0f32450aca4 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0068-feel-equality.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0068-feel-equality.dmn @@ -1,4 +1,22 @@ + FEEL equality @@ -964,4 +982,3 @@ --> - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0069-feel-list.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0069-feel-list.dmn index 6268aa50eff..7c9e7d9a8e6 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0069-feel-list.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0069-feel-list.dmn @@ -1,4 +1,22 @@ + FEEL lists @@ -192,4 +210,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0070-feel-instance-of.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0070-feel-instance-of.dmn index 2f3ee5e1039..2bcd7633df4 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0070-feel-instance-of.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0070-feel-instance-of.dmn @@ -1,4 +1,22 @@ + FEEL instance of @@ -1021,4 +1039,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0071-feel-between.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0071-feel-between.dmn index 173d969993b..d7db57f85b5 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0071-feel-between.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0071-feel-between.dmn @@ -1,4 +1,22 @@ + FEEL instance of @@ -250,4 +268,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0072-feel-in.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0072-feel-in.dmn index c45e4d8aceb..9c564670515 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0072-feel-in.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0072-feel-in.dmn @@ -1,4 +1,22 @@ + FEEL in @@ -2025,4 +2043,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0073-feel-comments.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0073-feel-comments.dmn index 88524cd215d..a85ee26d532 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0073-feel-comments.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0073-feel-comments.dmn @@ -1,4 +1,22 @@ + FEEL in @@ -32,4 +50,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0074-feel-properties.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0074-feel-properties.dmn index ee44e0585bc..05386c2bdf4 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0074-feel-properties.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0074-feel-properties.dmn @@ -1,4 +1,22 @@ + FEEL properties diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0075-feel-exponent.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0075-feel-exponent.dmn index 623a79cc230..3106e339900 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0075-feel-exponent.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0075-feel-exponent.dmn @@ -1,4 +1,22 @@ + FEEL properties diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0076-feel-external-java.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0076-feel-external-java.dmn index 7ccc2329c24..7ecafff3b8c 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0076-feel-external-java.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0076-feel-external-java.dmn @@ -1,4 +1,22 @@ + FEEL external Java functions diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0077-feel-nan.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0077-feel-nan.dmn index f96f75327e7..be76f7e568f 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0077-feel-nan.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0077-feel-nan.dmn @@ -1,4 +1,22 @@ + FEEL NaN diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0078-feel-infinity.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0078-feel-infinity.dmn index 0b9cf370a72..fac30a129d8 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0078-feel-infinity.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0078-feel-infinity.dmn @@ -1,4 +1,22 @@ + FEEL Infinity diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0080-feel-getvalue-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0080-feel-getvalue-function.dmn index aaa9c1eeb8e..193c4befcd1 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0080-feel-getvalue-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0080-feel-getvalue-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'get value(m, key)' in unspecified category @@ -127,4 +145,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0081-feel-getentries-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0081-feel-getentries-function.dmn index 685306aee99..27bbc2a00db 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0081-feel-getentries-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0081-feel-getentries-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'get entries(m)' in unspecified category @@ -97,4 +115,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0082-feel-coercion.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0082-feel-coercion.dmn index 31dded55970..275dde2fcfb 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0082-feel-coercion.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0082-feel-coercion.dmn @@ -1,4 +1,22 @@ + FEEL type conformance of DT and BKM results diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0083-feel-unicode.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0083-feel-unicode.dmn index c1ef2a0d915..c8327258f7a 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0083-feel-unicode.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0083-feel-unicode.dmn @@ -1,4 +1,22 @@ + FEEL unicode tests @@ -130,4 +148,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0084-feel-for-loops.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0084-feel-for-loops.dmn index 03f4930c174..b2a2d55f905 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0084-feel-for-loops.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0084-feel-for-loops.dmn @@ -1,4 +1,22 @@ + FEEL for loops diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0085-decision-services.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0085-decision-services.dmn index d784a320939..eb9ae5a9784 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0085-decision-services.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0085-decision-services.dmn @@ -1,4 +1,22 @@ + + + + diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0089-nested-inputdata-imports.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0089-nested-inputdata-imports.dmn index 7315d1c82c5..df21d0ccbd3 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0089-nested-inputdata-imports.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0089-nested-inputdata-imports.dmn @@ -1,4 +1,22 @@ + + FEEL path and qualified names @@ -43,4 +61,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0100-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0100-feel-constants.dmn index 323eb403c96..61c5addfa59 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0100-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0100-feel-constants.dmn @@ -1,4 +1,22 @@ + @@ -23,4 +41,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0101-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0101-feel-constants.dmn index 083641bca76..610d97e3696 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0101-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0101-feel-constants.dmn @@ -1,4 +1,22 @@ + @@ -59,4 +77,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0102-feel-constants.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0102-feel-constants.dmn index 28902ff2111..df2ca47108f 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0102-feel-constants.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0102-feel-constants.dmn @@ -1,4 +1,22 @@ + @@ -41,4 +59,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0105-feel-math.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0105-feel-math.dmn index 2383a7cf2e3..73539c89fab 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0105-feel-math.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0105-feel-math.dmn @@ -1,4 +1,22 @@ + @@ -302,4 +320,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0106-feel-ternary-logic.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0106-feel-ternary-logic.dmn index e374d150155..565b691314f 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0106-feel-ternary-logic.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0106-feel-ternary-logic.dmn @@ -1,4 +1,22 @@ + @@ -64,4 +82,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0107-feel-ternary-logic-not.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0107-feel-ternary-logic-not.dmn index d298fa377a1..6376ad67127 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0107-feel-ternary-logic-not.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0107-feel-ternary-logic-not.dmn @@ -1,4 +1,22 @@ + @@ -28,4 +46,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0108-first-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0108-first-hitpolicy.dmn index 21716a3ad03..a63ddb5b073 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0108-first-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0108-first-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -147,4 +165,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0109-ruleOrder-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0109-ruleOrder-hitpolicy.dmn index 50ef747441d..51215cb7df1 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0109-ruleOrder-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0109-ruleOrder-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -149,4 +167,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0110-outputOrder-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0110-outputOrder-hitpolicy.dmn index 8778262189f..5d460e2dfe4 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0110-outputOrder-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0110-outputOrder-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -140,4 +158,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0111-first-hitpolicy-singleoutputcol.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0111-first-hitpolicy-singleoutputcol.dmn index 8b9810fbefc..e61234ea036 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0111-first-hitpolicy-singleoutputcol.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0111-first-hitpolicy-singleoutputcol.dmn @@ -1,4 +1,22 @@ + - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0112-ruleOrder-hitpolicy-singleinoutcol.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0112-ruleOrder-hitpolicy-singleinoutcol.dmn index a747cb26839..8f545b289d4 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0112-ruleOrder-hitpolicy-singleinoutcol.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0112-ruleOrder-hitpolicy-singleinoutcol.dmn @@ -1,4 +1,22 @@ + @@ -69,4 +87,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0113-outputOrder-hitpolicy-singleinoutcol.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0113-outputOrder-hitpolicy-singleinoutcol.dmn index 86d93c1c606..8a772bbf08a 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0113-outputOrder-hitpolicy-singleinoutcol.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0113-outputOrder-hitpolicy-singleinoutcol.dmn @@ -1,4 +1,22 @@ + @@ -79,4 +97,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0114-min-collect-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0114-min-collect-hitpolicy.dmn index 35fe7e1d838..909f6e250fb 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0114-min-collect-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0114-min-collect-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -66,4 +84,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0115-sum-collect-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0115-sum-collect-hitpolicy.dmn index e302e18559d..236bec0ab51 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0115-sum-collect-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0115-sum-collect-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -66,4 +84,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0116-count-collect-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0116-count-collect-hitpolicy.dmn index ec303f17a56..6161e908c41 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0116-count-collect-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0116-count-collect-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -66,4 +84,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0117-multi-any-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0117-multi-any-hitpolicy.dmn index 8a7b372e69e..6cda8d20a33 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0117-multi-any-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0117-multi-any-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -198,4 +216,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0118-multi-priority-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0118-multi-priority-hitpolicy.dmn index 3c49371e47d..ee5bdded6d5 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0118-multi-priority-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0118-multi-priority-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -140,4 +158,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0119-multi-collect-hitpolicy.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0119-multi-collect-hitpolicy.dmn index 35d28e8e466..73a07221681 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0119-multi-collect-hitpolicy.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/0119-multi-collect-hitpolicy.dmn @@ -1,4 +1,22 @@ + @@ -140,4 +158,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1100-feel-decimal-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1100-feel-decimal-function.dmn index d995fbe8296..199166babb0 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1100-feel-decimal-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1100-feel-decimal-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'decimal(n, scale)' in category numeric functions @@ -160,4 +178,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1101-feel-floor-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1101-feel-floor-function.dmn index e2aa40f0c6a..8f51c72cdb7 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1101-feel-floor-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1101-feel-floor-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'floor(n)' in category numeric functions @@ -100,4 +118,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1102-feel-ceiling-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1102-feel-ceiling-function.dmn index a1a662cdbbc..568a28efb02 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1102-feel-ceiling-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1102-feel-ceiling-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'ceiling(n)' in category numeric functions @@ -100,4 +118,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1103-feel-substring-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1103-feel-substring-function.dmn index a5e1bc5c449..9184a8c4abe 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1103-feel-substring-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1103-feel-substring-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'substring(string, start, position, length?) in category string functions @@ -175,4 +193,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1104-feel-string-length-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1104-feel-string-length-function.dmn index fb480043a15..9eac70f16f8 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1104-feel-string-length-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1104-feel-string-length-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'string length(string)' in category string functions @@ -100,4 +118,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1105-feel-upper-case-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1105-feel-upper-case-function.dmn index 5eb420595c5..17865ebba82 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1105-feel-upper-case-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1105-feel-upper-case-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'upper case(string) in category string functions @@ -130,4 +148,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1106-feel-lower-case-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1106-feel-lower-case-function.dmn index f41613c4e1d..b2f28b5929b 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1106-feel-lower-case-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1106-feel-lower-case-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'lower case(string)' in category string functions @@ -145,4 +163,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1107-feel-substring-before-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1107-feel-substring-before-function.dmn index 281ae63d385..95b3896a89c 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1107-feel-substring-before-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1107-feel-substring-before-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'substring before(string, match) in category string functions @@ -145,4 +163,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1108-feel-substring-after-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1108-feel-substring-after-function.dmn index 80b65957dbc..45600cf10e9 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1108-feel-substring-after-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1108-feel-substring-after-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'substring after(string, match) in category string functions @@ -160,4 +178,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1109-feel-replace-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1109-feel-replace-function.dmn index a3defee7703..a6002b4850a 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1109-feel-replace-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1109-feel-replace-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'replace(input, pattern, replacement, flags?)' in category string functions @@ -430,4 +448,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1110-feel-contains-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1110-feel-contains-function.dmn index 9d59b1e5bcd..e06052a6209 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1110-feel-contains-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1110-feel-contains-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'contains(string, match)' in category string functions @@ -160,4 +178,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1115-feel-date-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1115-feel-date-function.dmn index ca4e1778cd2..168ab820cb4 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1115-feel-date-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1115-feel-date-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'date(from [string])', 'date(from [date and time])' and 'date(year,month,day)' in category conversion functions @@ -790,4 +808,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1116-feel-time-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1116-feel-time-function.dmn index 68374479bee..9575645ab8a 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1116-feel-time-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1116-feel-time-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'time(from [string])', 'time(from [time, date and time])' and 'time(hour,minute,second,offset)' in category conversion functions @@ -1255,4 +1273,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1117-feel-date-and-time-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1117-feel-date-and-time-function.dmn index 69c6dc63b29..357507c0229 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1117-feel-date-and-time-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1117-feel-date-and-time-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'date and time(from [string])' and 'date and time(date, time)' in category conversion functions @@ -1330,4 +1348,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1120-feel-duration-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1120-feel-duration-function.dmn index fce6474ba52..93d5c95cebe 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1120-feel-duration-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1120-feel-duration-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'duration(from [String])' in category conversion functions @@ -736,4 +754,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1121-feel-years-and-months-duration-function.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1121-feel-years-and-months-duration-function.dmn index 1b6544f4a7b..90ab0d11420 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1121-feel-years-and-months-duration-function.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/1121-feel-years-and-months-duration-function.dmn @@ -1,4 +1,22 @@ + FEEL built-in function 'years and months duration(from [date and time], to [date and time])' in category conversion functions @@ -550,4 +568,3 @@ - diff --git a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/Imported_Model.dmn b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/Imported_Model.dmn index b7fc59ff0d1..95e729589d0 100644 --- a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/Imported_Model.dmn +++ b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/src/test/resources/org/kie/workbench/common/dmn/showcase/client/backward/compatibility/dmn13/Imported_Model.dmn @@ -1,4 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + # Kogito Webapp-base This module is meant as base to be _used_ (declared as dependency) by Kogito' running and testing webapps and/or extended by diff --git a/packages/stunner-editors/kie-wb-common-kogito/kie-wb-common-kogito-webapp-base/pom.xml b/packages/stunner-editors/kie-wb-common-kogito/kie-wb-common-kogito-webapp-base/pom.xml index b2680a9ddcd..2e6cd62b85e 100644 --- a/packages/stunner-editors/kie-wb-common-kogito/kie-wb-common-kogito-webapp-base/pom.xml +++ b/packages/stunner-editors/kie-wb-common-kogito/kie-wb-common-kogito-webapp-base/pom.xml @@ -1,4 +1,22 @@ + + # Stunner Modelling Tool Stunner is a multi-purpose graph based modelling tool for the web. diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants.properties index 6685fdfecc4..e229c5dae4c 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants.properties @@ -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. +# + ConfirmationDialogImplView.Yes=Yes ConfirmationDialogImplView.No=No diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_de.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_de.properties index c2988cefb79..2f6f66d8fc7 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_de.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_de.properties @@ -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. +# + ConfirmationDialogImplView.Yes=Ja ConfirmationDialogImplView.No=Nein diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_es.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_es.properties index 99fcc6ed060..5b2bee42517 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_es.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_es.properties @@ -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. +# + ConfirmationDialogImplView.Yes=Sí ConfirmationDialogImplView.No=No diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_fr.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_fr.properties index b03a3f48b40..41886318c9b 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_fr.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_fr.properties @@ -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. +# + ConfirmationDialogImplView.Yes=Oui ConfirmationDialogImplView.No=Non diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_ja.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_ja.properties index 72b0ff6ebba..a1aee848871 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_ja.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/resources/org/kie/workbench/common/stunner/client/widgets/resources/i18n/StunnerWidgetsConstants_ja.properties @@ -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. +# + ConfirmationDialogImplView.Yes=はい ConfirmationDialogImplView.No=いいえ diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/graph/processing/traverse/content/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/graph/processing/traverse/content/README.md index 058e57de2bf..e4c0061eaba 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/graph/processing/traverse/content/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/graph/processing/traverse/content/README.md @@ -1,3 +1,20 @@ + + This package contains graph processors that provide specific traversal for the different node/edge's content types. - View traversal processor -> Use it for performing a traversal over the graph nodes that has View content diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/README.md index c9fa09b125e..927a94bda93 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/README.md @@ -1,3 +1,20 @@ + + # Stunner forms extensions module This module provides some extensions for [KIE Workbench Common Forms](../../../kie-wb-common-forms/) that are being used only in Stunner. diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants.properties index 131cc58f605..f36571817f6 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants.properties @@ -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. +# + forms.notificationTitle=[{0}] Form Generation forms.noItemsSelectedForGeneration=Cannot generate forms, there are no elements selected or the selected ones have nothing to do with forms forms.generationSuccess=Forms generation completed successfully for [{0}] diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_de.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_de.properties index 3b4455eee06..bf8c9a11848 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_de.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_de.properties @@ -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. +# + forms.notificationTitle=[{0}] Formularerstellung forms.noItemsSelectedForGeneration=Kann keine Formulare generieren, da keine Elemente ausgewählt sind oder die ausgewählten Elemente nichts mit Formularen zu tun haben forms.generationSuccess=Formulargenerierung erfolgreich abgeschlossen für [{0}] diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_es.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_es.properties index da958c56b57..0f6e7a1320c 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_es.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_es.properties @@ -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. +# + forms.notificationTitle=[{0}] Generación de formularios forms.noItemsSelectedForGeneration=No puede generar formularios, no hay elementos seleccionados o los elementos seleccionados no se relacionan con los formularios forms.generationSuccess=La generación de los formularios se realizó correctamente para [{0}] diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_fr.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_fr.properties index a38bd9f0610..adc0cf064aa 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_fr.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_fr.properties @@ -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. +# + forms.notificationTitle=[{0}] Génération de formulaires forms.noItemsSelectedForGeneration=Impossible de générer des formulaires, aucun élément n''est sélectionné ou les éléments sélectionnés n''ont aucun rapport avec les formulaires forms.generationSuccess=Génération des formulaires effectuée pour [{0}]] diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_ja.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_ja.properties index 74989363e03..6a0b4802e24 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_ja.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/resources/org/kie/workbench/common/stunner/forms/client/resources/i18n/FormsClientConstants_ja.properties @@ -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. +# + forms.notificationTitle=[{0}] フォーム生成 forms.noItemsSelectedForGeneration=フォームを生成できません。要素が選択されていない、またはフォームと関係の無い要素です forms.generationSuccess=[{0}] のフォーム生成が完了しました diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-kogito/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-kogito/README.md index 93384ba71e2..4300787a1a8 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-kogito/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-kogito/README.md @@ -1,3 +1,20 @@ + + # Stunner - Kogito integration modules These children modules provide the different assets and services to achieve the Stunner integration with Kogito. diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/README.md index f20a5cc1f25..15d31a9d475 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/README.md @@ -1,3 +1,20 @@ + + # Lienzo extensions module This module provides some extensions for [Lienzo](https://github.com/ahome-it/). diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-svg/kie-wb-common-stunner-svg-gen/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-svg/kie-wb-common-stunner-svg-gen/README.md index a313e21a3a4..c6430be63a1 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-svg/kie-wb-common-stunner-svg-gen/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-svg/kie-wb-common-stunner-svg-gen/README.md @@ -1,3 +1,20 @@ + + # Stunner - SVG View Generation This module allows to use SVG image files in order to declare Stunner's shape views. diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants.properties index e5a9048fe09..3a554041a67 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants.properties @@ -1,4 +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. +# + ####################### # DefinitionSet ####################### diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_es.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_es.properties index 54de1d5682b..15574c6f772 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_es.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_es.properties @@ -1,4 +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. +# + ####################### # DefinitionSet ####################### diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_fr.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_fr.properties index 494a2c5c790..1a9736e2a12 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_fr.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_fr.properties @@ -1,4 +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. +# + ####################### # DefinitionSet ####################### diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_ja.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_ja.properties index dc0be489e09..96dde6c9675 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_ja.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/resources/org/kie/workbench/common/stunner/bpmn/resources/i18n/StunnerBPMNConstants_ja.properties @@ -1,4 +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. +# + ####################### # DefinitionSet ####################### diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_de.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_de.properties index b76a8e14d46..3e1a26ac4b8 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_de.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_de.properties @@ -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. +# + # translation auto-copied from project KIE Workbench - Common, version 6.0.0, document org.kie.workbench.screens/kie-wb-common-project-imports-editor-client/org/kie/workbench/common/screens/projectimportsscreen/client/resources/i18n/ProjectConfigScreenConstants, author jdimanos Add=Hinzufügen # translation auto-copied from project jbpm-designer, version 6.0.0, document org.jbpm/jbpm-designer-client/org/jbpm/designer/client/resources/i18n/DesignerEditorConstants, author jdimanos diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_pt_BR.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_pt_BR.properties index 28511eacbac..4a7d88dab90 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_pt_BR.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_pt_BR.properties @@ -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. +# + # translation auto-copied from project KIE Workbench - Common, version 6.0.0, document org.kie.workbench.screens/kie-wb-common-project-imports-editor-client/org/kie/workbench/common/screens/projectimportsscreen/client/resources/i18n/ProjectConfigScreenConstants, author ldelima@redhat.com Add=Adicionar # translation auto-copied from project jbpm-designer, version 6.0.0, document org.jbpm/jbpm-designer-client/org/jbpm/designer/client/resources/i18n/DesignerEditorConstants, author ldelima@redhat.com diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_zh_CN.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_zh_CN.properties index 5dbb837be24..11f54f5082b 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_zh_CN.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/forms/fields/i18n/StunnerFormsClientFieldsConstants_zh_CN.properties @@ -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. +# + # translation auto-copied from project KIE Workbench - Common, version 6.0.0, document org.kie.workbench.screens/kie-wb-common-project-imports-editor-client/org/kie/workbench/common/screens/projectimportsscreen/client/resources/i18n/ProjectConfigScreenConstants, author xi.huang Add=添加 # translation auto-copied from project jbpm-designer, version 6.0.0, document org.jbpm/jbpm-designer-client/org/jbpm/designer/client/resources/i18n/DesignerEditorConstants, author xi.huang diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/resources/images/icons/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/resources/images/icons/README.md index 7be23ef06bf..c7a8a667f80 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/resources/images/icons/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/resources/org/kie/workbench/common/stunner/bpmn/client/resources/images/icons/README.md @@ -1,3 +1,20 @@ + + # BPMN Icons sprite - Icons must be 16x16 PNG diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/README.md index 9011cad52b9..2dced7e5469 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/README.md @@ -1,3 +1,20 @@ + + # Stunner - GWT support for BPMN2/EMF/XMI ## Introduction diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/resources/org/eclipse/emf/emul/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/resources/org/eclipse/emf/emul/README.md index 9a98ddf2b51..139e2e0dbf2 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/resources/org/eclipse/emf/emul/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/resources/org/eclipse/emf/emul/README.md @@ -1,3 +1,20 @@ + + This package contains the _Emulation_ GWT module descriptor because: - It's main goal is override the default one from org.eclipselabs:org.eclipse.emf.gwt.common diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/README.md index 5831c5d6bb6..5ef40c8bbb7 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/README.md @@ -1,3 +1,20 @@ + + # BPMN Editor - Kogito webapp The BPMN editor's webapp bundle for all kogito channels. diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/main/resources/META-INF/ErraiApp.properties b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/main/resources/META-INF/ErraiApp.properties index 7ffdf39f5f9..8302ac21465 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/main/resources/META-INF/ErraiApp.properties +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/main/resources/META-INF/ErraiApp.properties @@ -14,7 +14,9 @@ # "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. +# under the License. +# + # # ErraiApp.properties # diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/test/resources/org/kie/workbench/common/stunner/kogito/client/selenium/basic-process.bpmn2 b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/test/resources/org/kie/workbench/common/stunner/kogito/client/selenium/basic-process.bpmn2 index eed7e83e722..8f36b4a7ef6 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/test/resources/org/kie/workbench/common/stunner/kogito/client/selenium/basic-process.bpmn2 +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/test/resources/org/kie/workbench/common/stunner/kogito/client/selenium/basic-process.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/test/resources/org/kie/workbench/common/stunner/kogito/client/selenium/new-diagram.bpmn2 b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/test/resources/org/kie/workbench/common/stunner/kogito/client/selenium/new-diagram.bpmn2 index 2544c631698..8ee60f6fd13 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/test/resources/org/kie/workbench/common/stunner/kogito/client/selenium/new-diagram.bpmn2 +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/src/test/resources/org/kie/workbench/common/stunner/kogito/client/selenium/new-diagram.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/README.md b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/README.md index 197fe79e483..8269933c3c2 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/README.md +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/README.md @@ -1,3 +1,20 @@ + + # Stunner - BPMN - Client side marshalling ## Introduction diff --git a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/test/resources/org/kie/workbench/common/stunner/bpmn/client/marshall/testFlight.bpmn b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/test/resources/org/kie/workbench/common/stunner/bpmn/client/marshall/testFlight.bpmn index 361dda72bc8..16780b016d6 100644 --- a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/test/resources/org/kie/workbench/common/stunner/bpmn/client/marshall/testFlight.bpmn +++ b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/test/resources/org/kie/workbench/common/stunner/bpmn/client/marshall/testFlight.bpmn @@ -1,4 +1,22 @@ + + + + diff --git a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest1/pom.xml b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest1/pom.xml index 839b1b61d3c..255939fe437 100644 --- a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest1/pom.xml +++ b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest1/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest2/pom.xml b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest2/pom.xml index f27510483b2..177f6625361 100644 --- a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest2/pom.xml +++ b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendExtendJavaTypeTest2/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendSuperTypesTest1/pom.xml b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendSuperTypesTest1/pom.xml index 9afecb44112..38e7240021c 100644 --- a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendSuperTypesTest1/pom.xml +++ b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendSuperTypesTest1/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest1/pom.xml b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest1/pom.xml index 84cd453dc48..825febe5570 100644 --- a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest1/pom.xml +++ b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest1/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest2/pom.xml b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest2/pom.xml index 54360da1c32..9f8322241b5 100644 --- a/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest2/pom.xml +++ b/packages/stunner-editors/kie-wb-common-widgets/kie-wb-common-ui/src/test/resources/DataModelBackendTest2/pom.xml @@ -1,3 +1,22 @@ + + + diff --git a/packages/stunner-editors/kie-wb-common-widgets/pom.xml b/packages/stunner-editors/kie-wb-common-widgets/pom.xml index 8d6d3b55e75..72f0c9eb23b 100644 --- a/packages/stunner-editors/kie-wb-common-widgets/pom.xml +++ b/packages/stunner-editors/kie-wb-common-widgets/pom.xml @@ -1,4 +1,22 @@ + + # KIE - Lienzo core This is a forked repository from [Lienzo core](https://github.com/ahome-it/lienzo-core). diff --git a/packages/stunner-editors/lienzo-tests/README.md b/packages/stunner-editors/lienzo-tests/README.md index 1aecb4bc191..11f908ab4eb 100644 --- a/packages/stunner-editors/lienzo-tests/README.md +++ b/packages/stunner-editors/lienzo-tests/README.md @@ -1,3 +1,20 @@ + + # KIE - Lienzo tests This is a forked repository from [Lienzo tests](https://github.com/ahome-it/lienzo-tests). diff --git a/packages/stunner-editors/lienzo-tests/src/main/java/com/ait/lienzo/test/stub/README.md b/packages/stunner-editors/lienzo-tests/src/main/java/com/ait/lienzo/test/stub/README.md index ae819dda55d..13d03dcd539 100644 --- a/packages/stunner-editors/lienzo-tests/src/main/java/com/ait/lienzo/test/stub/README.md +++ b/packages/stunner-editors/lienzo-tests/src/main/java/com/ait/lienzo/test/stub/README.md @@ -1,3 +1,20 @@ + + # Out of the box Lienzo's testing doubles This package contain some testing doubles for overlay types, wrappers and other classes that are using native interfaces. diff --git a/packages/stunner-editors/lienzo-webapp/README.md b/packages/stunner-editors/lienzo-webapp/README.md index 0ad1e19b230..20ec2a208b8 100644 --- a/packages/stunner-editors/lienzo-webapp/README.md +++ b/packages/stunner-editors/lienzo-webapp/README.md @@ -1,3 +1,20 @@ + + # lienzo-webapp Building: diff --git a/packages/stunner-editors/lienzo-webapp/j2cl-usage.md b/packages/stunner-editors/lienzo-webapp/j2cl-usage.md index 159bc4ea871..8e6f51cdb44 100644 --- a/packages/stunner-editors/lienzo-webapp/j2cl-usage.md +++ b/packages/stunner-editors/lienzo-webapp/j2cl-usage.md @@ -1,3 +1,20 @@ + + // Webapp URLs file:////home/roger/development/romartin/lienzo-webapp/target/lienzo-webapp-7.48.0-SNAPSHOT/LienzoShowcase.html http://localhost/lienzo-webapp-7.48.0-SNAPSHOT/LienzoShowcase.html diff --git a/packages/stunner-editors/lienzo-webapp/links.md b/packages/stunner-editors/lienzo-webapp/links.md index 30d5f465d95..0b91fe5ae8e 100644 --- a/packages/stunner-editors/lienzo-webapp/links.md +++ b/packages/stunner-editors/lienzo-webapp/links.md @@ -1,2 +1,19 @@ + + - https://www.quirksmode.org/mobile/viewports.html - https://javascript.info/coordinates diff --git a/packages/stunner-editors/lienzo-webapp/src/main/webapp/WEB-INF/web.xml b/packages/stunner-editors/lienzo-webapp/src/main/webapp/WEB-INF/web.xml index a4eef374833..0e8a1235a03 100644 --- a/packages/stunner-editors/lienzo-webapp/src/main/webapp/WEB-INF/web.xml +++ b/packages/stunner-editors/lienzo-webapp/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,22 @@ + + # wires wires canvas diff --git a/packages/stunner-editors/uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/pom.xml b/packages/stunner-editors/uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/pom.xml index 7178d923e3e..b8ffcff0d5e 100644 --- a/packages/stunner-editors/uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/pom.xml +++ b/packages/stunner-editors/uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/pom.xml @@ -1,4 +1,22 @@ + diff --git a/packages/switch-expression-ts/README.md b/packages/switch-expression-ts/README.md index 484e7a10cae..55b44564f1c 100644 --- a/packages/switch-expression-ts/README.md +++ b/packages/switch-expression-ts/README.md @@ -1,3 +1,20 @@ + + ## @kie-tools-core/switch-expression-ts A switch expression implementation in TypeScript diff --git a/packages/uniforms-bootstrap4-codegen/README.md b/packages/uniforms-bootstrap4-codegen/README.md index 9e0c0e4dfc0..23f1e378ae0 100644 --- a/packages/uniforms-bootstrap4-codegen/README.md +++ b/packages/uniforms-bootstrap4-codegen/README.md @@ -1,3 +1,20 @@ + + ## Uniforms Bootstrap 4 Codegen This module contains the [Uniforms](https://uniforms.tools) theme contain to generate Bootstrap 4 forms for the `@kie-tools/form-generation-tool`. diff --git a/packages/uniforms-patternfly-codegen/README.md b/packages/uniforms-patternfly-codegen/README.md index 88774d4c498..8180cd3ab5d 100644 --- a/packages/uniforms-patternfly-codegen/README.md +++ b/packages/uniforms-patternfly-codegen/README.md @@ -1,3 +1,20 @@ + + ## Uniforms Patternfly Codegen This module contains the [Uniforms](https://uniforms.tools) theme contain to generate Patternfly forms for the `@kie-tools/form-generation-tool`. diff --git a/packages/uniforms-patternfly/README.md b/packages/uniforms-patternfly/README.md index 3d4f5ad446d..b2bef0fae5d 100644 --- a/packages/uniforms-patternfly/README.md +++ b/packages/uniforms-patternfly/README.md @@ -1,3 +1,20 @@ + + # Basic usage `uniforms` is a plugin for React to be able to create dynamic forms with built-in state management and form validation. diff --git a/packages/vscode-extension-common-test-helpers/README.md b/packages/vscode-extension-common-test-helpers/README.md index 71c5b645673..404540d5b14 100644 --- a/packages/vscode-extension-common-test-helpers/README.md +++ b/packages/vscode-extension-common-test-helpers/README.md @@ -1,3 +1,20 @@ + + ## VSCode extension common test helpers Common test helper methods for Kie Tools editors VSCode extensions. diff --git a/packages/vscode-extension-dashbuilder-editor/CHANGELOG.md b/packages/vscode-extension-dashbuilder-editor/CHANGELOG.md index d24ac31be57..31e79d667eb 100644 --- a/packages/vscode-extension-dashbuilder-editor/CHANGELOG.md +++ b/packages/vscode-extension-dashbuilder-editor/CHANGELOG.md @@ -1,3 +1,20 @@ + + # 0.32.0 (alpha) - _(No new features)_ diff --git a/packages/vscode-extension-dashbuilder-editor/README.md b/packages/vscode-extension-dashbuilder-editor/README.md index 861390cfc70..37823e9a89a 100644 --- a/packages/vscode-extension-dashbuilder-editor/README.md +++ b/packages/vscode-extension-dashbuilder-editor/README.md @@ -1,3 +1,20 @@ + + ## Kogito Dashbuilder Editor ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.67.0+-blue.svg) diff --git a/packages/vscode-extension-dashbuilder-editor/e2e-tests/resources/smoke-test/simple-dashbuilder-example.dash.yml b/packages/vscode-extension-dashbuilder-editor/e2e-tests/resources/smoke-test/simple-dashbuilder-example.dash.yml index 8fd276383ba..a873834c8bd 100644 --- a/packages/vscode-extension-dashbuilder-editor/e2e-tests/resources/smoke-test/simple-dashbuilder-example.dash.yml +++ b/packages/vscode-extension-dashbuilder-editor/e2e-tests/resources/smoke-test/simple-dashbuilder-example.dash.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. +# + datasets: - uuid: products content: >- diff --git a/packages/vscode-extension-kie-ba-bundle/CHANGELOG.md b/packages/vscode-extension-kie-ba-bundle/CHANGELOG.md index 5bf2704c15b..149769b4bee 100644 --- a/packages/vscode-extension-kie-ba-bundle/CHANGELOG.md +++ b/packages/vscode-extension-kie-ba-bundle/CHANGELOG.md @@ -1,3 +1,20 @@ + + # 0.32.0 (alpha) - NO-ISSUE - Improved localization for Stunner BPMN Editor diff --git a/packages/vscode-extension-kie-ba-bundle/README.md b/packages/vscode-extension-kie-ba-bundle/README.md index 31c55b76a6c..df492192d32 100644 --- a/packages/vscode-extension-kie-ba-bundle/README.md +++ b/packages/vscode-extension-kie-ba-bundle/README.md @@ -1,3 +1,20 @@ + + ## KIE Business Automation Bundle ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.67.0+-blue.svg) diff --git a/packages/vscode-extension-kogito-bundle/CHANGELOG.md b/packages/vscode-extension-kogito-bundle/CHANGELOG.md index fdc552c0774..14144524ce6 100644 --- a/packages/vscode-extension-kogito-bundle/CHANGELOG.md +++ b/packages/vscode-extension-kogito-bundle/CHANGELOG.md @@ -1,3 +1,20 @@ + + # 0.32.0 (alpha) - NO-ISSUE - Improved localization for Stunner BPMN Editor diff --git a/packages/vscode-extension-kogito-bundle/README.md b/packages/vscode-extension-kogito-bundle/README.md index eb48bd58eef..e3070af5443 100644 --- a/packages/vscode-extension-kogito-bundle/README.md +++ b/packages/vscode-extension-kogito-bundle/README.md @@ -1,3 +1,20 @@ + + ## Kogito Bundle ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.67.0+-blue.svg) diff --git a/packages/vscode-extension/README.md b/packages/vscode-extension/README.md index 7cffb2cbe32..fe838371e26 100644 --- a/packages/vscode-extension/README.md +++ b/packages/vscode-extension/README.md @@ -1 +1,18 @@ + + ## Visual Studio Code extension library diff --git a/packages/vscode-java-code-completion-extension-plugin/README.md b/packages/vscode-java-code-completion-extension-plugin/README.md index 1a762f541c1..95f796450e2 100644 --- a/packages/vscode-java-code-completion-extension-plugin/README.md +++ b/packages/vscode-java-code-completion-extension-plugin/README.md @@ -1,3 +1,20 @@ + + # VS Code Java Code Completion Extension Plugin ## Installation diff --git a/packages/vscode-java-code-completion-extension-plugin/vscode-java-code-completion-extension-plugin-core/pom.xml b/packages/vscode-java-code-completion-extension-plugin/vscode-java-code-completion-extension-plugin-core/pom.xml index 381b4aed8a4..39260a52c85 100644 --- a/packages/vscode-java-code-completion-extension-plugin/vscode-java-code-completion-extension-plugin-core/pom.xml +++ b/packages/vscode-java-code-completion-extension-plugin/vscode-java-code-completion-extension-plugin-core/pom.xml @@ -1,4 +1,22 @@ + + # Apache KIE Tools Java Code Completion This package provides a type-safe Java Code Completion library for a Typescript project. diff --git a/packages/workspace/README.md b/packages/workspace/README.md index 53fd2110a62..630a7b83daf 100644 --- a/packages/workspace/README.md +++ b/packages/workspace/README.md @@ -1 +1,18 @@ + + ## Apache KIE Tools Workspace diff --git a/packages/xml-parser-ts-codegen/README.md b/packages/xml-parser-ts-codegen/README.md index ea16c2f9647..52bc2f242bd 100644 --- a/packages/xml-parser-ts-codegen/README.md +++ b/packages/xml-parser-ts-codegen/README.md @@ -1,3 +1,20 @@ + + # @kie-tools/xml-parser-ts-codegen This package provides a Node.js script that generates TypeScript types and metadata from XSD file(s) to parse/build XML strings from/to JSON using `@kie-tools/xml-parser-ts`. It doesn't implement the entire XSD specification, so there might be bugs when attempting to use it with an arbitrary XSD file. diff --git a/packages/xml-parser-ts/README.md b/packages/xml-parser-ts/README.md index cbd0ccc5ba2..5b07d9d8bb3 100644 --- a/packages/xml-parser-ts/README.md +++ b/packages/xml-parser-ts/README.md @@ -1,3 +1,20 @@ + + # @kie-tools/xml-parser-ts This lets you parse/build XML strings from/to JSON using types and metadata generated with `@kie-tools/xml-parser-ts-codegen`. It uses DOMParser or `jsdom` to parse the XMLs and guarantees that: diff --git a/packages/yaml-language-server/README.md b/packages/yaml-language-server/README.md index a9934af093b..cd5a548a72b 100644 --- a/packages/yaml-language-server/README.md +++ b/packages/yaml-language-server/README.md @@ -1,3 +1,20 @@ + + ## YAML Language Server Esbuild package to wrap [YAML Language Server](https://github.com/redhat-developer/yaml-language-server) and allow the use in Webpack. diff --git a/packages/yard-editor/README.md b/packages/yard-editor/README.md index 0ebaf066937..6fc368e8a64 100644 --- a/packages/yard-editor/README.md +++ b/packages/yard-editor/README.md @@ -1,3 +1,20 @@ + + ## YARD editor ###### An editor to manage YARD (Yet Another Rule Definition) assets, part of serverless logic for Red Hat OpenShift diff --git a/packages/yard-language-service/README.md b/packages/yard-language-service/README.md index be590de463f..dbf74785e9f 100644 --- a/packages/yard-language-service/README.md +++ b/packages/yard-language-service/README.md @@ -1 +1,18 @@ + + ## YaRD Language Service diff --git a/packages/yard-validator-worker/README.md b/packages/yard-validator-worker/README.md index fb332661efd..9e858167bf5 100644 --- a/packages/yard-validator-worker/README.md +++ b/packages/yard-validator-worker/README.md @@ -1,3 +1,20 @@ + + ## YARD validator ###### Module for YARD (Yet Another Rule Definition) validation. diff --git a/packages/yard-validator-worker/src/test/java/org/yard/validator/YardValidatorTest.java b/packages/yard-validator-worker/src/test/java/org/yard/validator/YardValidatorTest.java index 7a68e1b1d84..a7af592e945 100644 --- a/packages/yard-validator-worker/src/test/java/org/yard/validator/YardValidatorTest.java +++ b/packages/yard-validator-worker/src/test/java/org/yard/validator/YardValidatorTest.java @@ -136,8 +136,8 @@ public void checkCorrectIssueRowsWhenThen() throws FileNotFoundException { assertIssue(issue, "Redundancy found. If both rows return the same result, the other can be removed. If they return different results, the table fails to return a value.", 1, 2); final RowLocation first = (RowLocation) issue.getLocations()[0]; final RowLocation second = (RowLocation) issue.getLocations()[1]; - assertEquals(22, first.getActualRowNumberInFile()); - assertEquals(24, second.getActualRowNumberInFile()); + assertEquals(41, first.getActualRowNumberInFile()); + assertEquals(43, second.getActualRowNumberInFile()); } @Test diff --git a/packages/yard-validator-worker/src/test/resources/org/yard/validator/package-prices.yml b/packages/yard-validator-worker/src/test/resources/org/yard/validator/package-prices.yml index d29bafd2f08..b5c9bd51e55 100644 --- a/packages/yard-validator-worker/src/test/resources/org/yard/validator/package-prices.yml +++ b/packages/yard-validator-worker/src/test/resources/org/yard/validator/package-prices.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. +# + specVersion: alpha kind: YaRD name: "Traffic Violation" diff --git a/packages/yard-validator-worker/src/test/resources/org/yard/validator/redundancy.yml b/packages/yard-validator-worker/src/test/resources/org/yard/validator/redundancy.yml index ac98c5e21be..50fca41c62e 100644 --- a/packages/yard-validator-worker/src/test/resources/org/yard/validator/redundancy.yml +++ b/packages/yard-validator-worker/src/test/resources/org/yard/validator/redundancy.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. +# + specVersion: alpha kind: YaRD name: "Traffic Violation" diff --git a/packages/yard-validator-worker/src/test/resources/org/yard/validator/service-price.yml b/packages/yard-validator-worker/src/test/resources/org/yard/validator/service-price.yml index bd00ac3d73b..082130513de 100644 --- a/packages/yard-validator-worker/src/test/resources/org/yard/validator/service-price.yml +++ b/packages/yard-validator-worker/src/test/resources/org/yard/validator/service-price.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. +# + specVersion: alpha kind: YaRD name: "BasePrice" diff --git a/packages/yard-validator-worker/src/test/resources/org/yard/validator/subsumption-the-other-way.yml b/packages/yard-validator-worker/src/test/resources/org/yard/validator/subsumption-the-other-way.yml index 38edae6a809..e6939ffe487 100644 --- a/packages/yard-validator-worker/src/test/resources/org/yard/validator/subsumption-the-other-way.yml +++ b/packages/yard-validator-worker/src/test/resources/org/yard/validator/subsumption-the-other-way.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. +# + specVersion: alpha kind: YaRD name: "Traffic Violation" diff --git a/packages/yard-validator-worker/src/test/resources/org/yard/validator/subsumption.yml b/packages/yard-validator-worker/src/test/resources/org/yard/validator/subsumption.yml index 0eb20657f70..f491d20a501 100644 --- a/packages/yard-validator-worker/src/test/resources/org/yard/validator/subsumption.yml +++ b/packages/yard-validator-worker/src/test/resources/org/yard/validator/subsumption.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. +# + specVersion: alpha kind: YaRD name: "Traffic Violation" diff --git a/packages/yard-validator-worker/src/test/resources/org/yard/validator/traffic-violation-empty-row.yml b/packages/yard-validator-worker/src/test/resources/org/yard/validator/traffic-violation-empty-row.yml index 0eb20657f70..f491d20a501 100644 --- a/packages/yard-validator-worker/src/test/resources/org/yard/validator/traffic-violation-empty-row.yml +++ b/packages/yard-validator-worker/src/test/resources/org/yard/validator/traffic-violation-empty-row.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. +# + specVersion: alpha kind: YaRD name: "Traffic Violation" diff --git a/packages/yard-validator-worker/src/test/resources/org/yard/validator/traffic-violation.yml b/packages/yard-validator-worker/src/test/resources/org/yard/validator/traffic-violation.yml index 452ff7505f4..271d472e110 100644 --- a/packages/yard-validator-worker/src/test/resources/org/yard/validator/traffic-violation.yml +++ b/packages/yard-validator-worker/src/test/resources/org/yard/validator/traffic-violation.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. +# + specVersion: alpha kind: YaRD name: "Traffic Violation" diff --git a/packages/yard-validator-worker/src/test/resources/org/yard/validator/when-then-redundancy.yml b/packages/yard-validator-worker/src/test/resources/org/yard/validator/when-then-redundancy.yml index 85116ec7ebc..9669e10f32f 100644 --- a/packages/yard-validator-worker/src/test/resources/org/yard/validator/when-then-redundancy.yml +++ b/packages/yard-validator-worker/src/test/resources/org/yard/validator/when-then-redundancy.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. +# + specVersion: alpha kind: YaRD name: "Traffic Violation" diff --git a/packages/yard-validator/README.md b/packages/yard-validator/README.md index 5ecc889f2cb..868e3b2d373 100644 --- a/packages/yard-validator/README.md +++ b/packages/yard-validator/README.md @@ -1,3 +1,20 @@ + + ## YARD validator ###### Module for YARD (Yet Another Rule Definition) validation. diff --git a/packages/yard-vscode-extension/CHANGELOG.md b/packages/yard-vscode-extension/CHANGELOG.md index 207cbd038a5..3c5e4fbaa39 100644 --- a/packages/yard-vscode-extension/CHANGELOG.md +++ b/packages/yard-vscode-extension/CHANGELOG.md @@ -1,3 +1,20 @@ + + # 0.?.0 (alpha) - [KOGITO-7089](https://issues.redhat.com/browse/KOGITO-7089) - [yard Editor] Create VSCode Extension for yard diff --git a/packages/yard-vscode-extension/README.md b/packages/yard-vscode-extension/README.md index 0de58d9b6bb..06b2eb61794 100644 --- a/packages/yard-vscode-extension/README.md +++ b/packages/yard-vscode-extension/README.md @@ -1,3 +1,20 @@ + + ## Kogito yard Editor ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.67.0+-blue.svg) diff --git a/repo/README.md b/repo/README.md index ee39502b8b7..27195b6d740 100644 --- a/repo/README.md +++ b/repo/README.md @@ -1,3 +1,20 @@ + + #### Repo dependencies version The related `build-dependencies-version.json` contains a centralized view of all required tools to correctly diff --git a/scripts/build-env/README.md b/scripts/build-env/README.md index 456c9be0d46..d6c43115afb 100644 --- a/scripts/build-env/README.md +++ b/scripts/build-env/README.md @@ -1,3 +1,20 @@ + + ## @kie-tools-scripts/build-env Helps packages inside a monorepo to define environment variables and consume them easily. diff --git a/scripts/check-junit-report-results/tests/reports/junit-report__from-cypress.xml b/scripts/check-junit-report-results/tests/reports/junit-report__from-cypress.xml index e49d467263a..ba5acedd49b 100644 --- a/scripts/check-junit-report-results/tests/reports/junit-report__from-cypress.xml +++ b/scripts/check-junit-report-results/tests/reports/junit-report__from-cypress.xml @@ -1,4 +1,22 @@ + diff --git a/scripts/check-junit-report-results/tests/reports/junit-report__from-jest.xml b/scripts/check-junit-report-results/tests/reports/junit-report__from-jest.xml index 9c3d57bc835..97594032afe 100644 --- a/scripts/check-junit-report-results/tests/reports/junit-report__from-jest.xml +++ b/scripts/check-junit-report-results/tests/reports/junit-report__from-jest.xml @@ -1,4 +1,22 @@ + diff --git a/scripts/check-junit-report-results/tests/reports/junit-report__from-surefire.xml b/scripts/check-junit-report-results/tests/reports/junit-report__from-surefire.xml index 308c24abb13..be567381b26 100644 --- a/scripts/check-junit-report-results/tests/reports/junit-report__from-surefire.xml +++ b/scripts/check-junit-report-results/tests/reports/junit-report__from-surefire.xml @@ -1,4 +1,22 @@ + + # KIE Tools :: Sparse checkout Sparse checkout lets you partially clone the KIE Tools monorepo. Doing a sparse checkout will help you save time and disk space, while also reducing the amount of code you need to deal with when developing. diff --git a/scripts/sparse-checkout/run.sh b/scripts/sparse-checkout/run.sh index 327aaadfd8a..0d0c9ab4c86 100755 --- a/scripts/sparse-checkout/run.sh +++ b/scripts/sparse-checkout/run.sh @@ -1,4 +1,22 @@ #!/bin/sh +# +# 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. +# ARGV=("$@") KIE_TOOLS_ORG=$1