Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2025-01-10:163151] - 🤖 Automated PR: Sync main with upstream #34

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c681c8c
NO-ISSUE: Make examples better reflect their domain and contain more …
tiagobento Dec 11, 2024
28f02cd
incubator-kie-tools-2796: [sonataflow-operator] Jobs service operator…
wmedvede Dec 12, 2024
5f57f14
NO-ISSUE: fix issue when using image digest in Operator Makefile (#2804)
rgdoliveira Dec 13, 2024
ed78bdb
NO-ISSUE: Disable AppArmor allowing unpriviledge user namespace to fi…
ljmotta Dec 15, 2024
5527e78
kie-issues#1690: Apache KIE trademark character missing on Extended S…
tiagobento Dec 16, 2024
0cad81a
NO-ISSUE: Bump up `selenium-webdriver` to 4.27.0 (#2807)
ljmotta Dec 16, 2024
7777984
kie-issues#1715: Chrome Extension `Serverless Workflow Editor for Git…
tiagobento Dec 16, 2024
79b8d21
kie-issues#1716: Serverless Workflow VS Code Extension should have `A…
tiagobento Dec 16, 2024
3a08bbf
LEGAL-691: replace CDDL code by Apache code from tomcat (#2799)
porcelli Dec 16, 2024
4e163dd
kie-issues#1704: Change custom forms directory from `src/main/resourc…
ljmotta Dec 16, 2024
c28f619
NO-ISSUE: Bump up `vscode-extension-tester` to 8.10.0 (#2806)
ljmotta Dec 16, 2024
d80fa2b
kie-issues#1718: DMN Editor extension generates SVG with missing font…
Kusuma04-dev Dec 17, 2024
37d7322
NO-ISSUE: Make sure kie-tools is using the latest timestamped SNAPSHO…
jomarko Dec 17, 2024
74659fd
kie-issues#1547: DMN Editor: Render evaluation highlights in the Boxe…
jomarko Dec 18, 2024
fafdb6d
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /examp…
dependabot[bot] Dec 18, 2024
bc20d5d
[sonataflow-images] [kogito-images] Fix #2817 - Disable debug on e2e …
ricardozanini Dec 18, 2024
c690d46
kie-tools#2751: Remove references to Quarkus and Kogito versions; Aut…
ricardozanini Dec 20, 2024
c59b389
[kie-issues#1720] Enhance Process Details UI page to show nodeInstanc…
josedee Dec 23, 2024
fd78863
kie-issues#1725: KIE Tools: folder indicator is lost (#2824)
Kusuma04-dev Jan 2, 2025
88ce385
kie-issues#2821: KIE Tools: TypeError when invoking Java method insid…
Kusuma04-dev Jan 3, 2025
48aa133
[kn-plugin-workflow] NO_ISSUE: Fix typo in gen_manifest help text (#2…
domhanak Jan 7, 2025
a165dcb
kie-issues#1677: [serverless-workflow-diagram-editor] marshallers (js…
treblereel Jan 8, 2025
b3d2594
kie-issues#2718: [kn-plugin-workflow] Minify the openAPI spec files t…
treblereel Jan 8, 2025
be87d4b
kie-issues#1647 [kn-plugin-workflow] Executing kn workflow run create…
treblereel Jan 8, 2025
9f1390e
NO-ISSUE: Fix failing 'CI :: License headers' check (#2838)
jomarko Jan 9, 2025
8ce3224
kie-issues#1592: Custom Item Definitions shows <Undefined> type on th…
Kusuma04-dev Jan 9, 2025
0832d4e
kie-issues#1669: jBPM Quarkus DevUI seems to not update the # of item…
bncriju Jan 9, 2025
4f079d7
[incubator-kie-issues#1733] Remove JavaScript language option from Sc…
pefernan Jan 9, 2025
da64251
NO-ISSUE: Fix security issues on images (#2829)
ricardozanini Jan 9, 2025
bbb4e76
NO-ISSUE: Fix git user config for daily-dev-publish build steps in Je…
thiagoelg Jan 9, 2025
e689243
kie-issues#2842 [sonataflow-operator] SonataFlow Operator goes into C…
jianrongzhang89 Jan 10, 2025
58b899c
Sync with upstream/main and resolved conflicts
fantonangeli Jan 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .ci/jenkins/Jenkinsfile.daily-dev-publish
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ pipeline {
steps {
dir('kie-tools') {
sh """#!/bin/bash -el
git config user.email [email protected]
git config user.name asf-ci-kie
export WEBPACK__minimize=true
export WEBPACK__tsLoaderTranspileOnly=false
export CHROME_EXTENSION__routerTargetOrigin=https://apache.github.io
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/release-jobs/Jenkinsfile.chrome-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pipeline {
CHROME_EXTENSION__manifestFile = 'manifest.prod.json'
CHROME_EXTENSION__onlineEditorUrl = 'https://apache.github.io/incubator-kie-kogito-online'
SWF_CHROME_EXTENSION__routerTargetOrigin = 'https://apache.github.io'
SWF_CHROME_EXTENSION__routerRelativePath = "kogito-online/swf-chrome-extension/${params.RELEASE_VERSION}"
SWF_CHROME_EXTENSION__routerRelativePath = "incubator-kie-kogito-online/swf-chrome-extension/${params.RELEASE_VERSION}"
SWF_CHROME_EXTENSION__manifestFile = 'manifest.prod.json'

RELEASE_ARTIFACTS_DIR = "${WORKSPACE}/release-artifacts"
Expand Down
5 changes: 5 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ runs:
libxml2-utils > /dev/null 2>&1
fi

- name: "Allow unprivileged user namespace (Ubuntu Only)"
if: runner.os == 'Linux'
shell: bash
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

- name: "Update bash for macOS (macOS Only)"
shell: bash
if: runner.os == 'macOS'
Expand Down
3 changes: 2 additions & 1 deletion .github/supporting-files/ci/partitions/partition1.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@kie-tools-examples/sonataflow-greeting-quarkus-example
@kie-tools-examples/sonataflow-greeting
@kie-tools-examples/serverless-workflow-editor-standalone-on-webapp
@kie-tools/serverless-logic-web-tools-swf-builder-image
@kie-tools/serverless-logic-web-tools
@kie-tools/serverless-logic-web-tools-base-builder-image
Expand Down
72 changes: 49 additions & 23 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -20,41 +20,41 @@ pnpm-lock.yaml
pnpm-workspace.yaml
# _intellij-project/[email protected]
[email protected]
# examples/base64png-editor-vscode-extension/.vscodeignore
# examples/micro-frontends-multiplying-architecture-base64png-editor-vscode-extension/.vscodeignore
.vscodeignore
# examples/commit-message-validation-service/go.mod
# examples/kie-sandbox-commit-message-validation-service/go.mod
go.mod
# examples/commit-message-validation-service/go.sum
# examples/kie-sandbox-commit-message-validation-service/go.sum
go.sum
# examples/drools-process-usertasks-quarkus-example/drools-process-usertasks-quarkus-example.iml
drools-process-usertasks-quarkus-example.iml
# examples/drools-process-usertasks-quarkus-example/src/main/docker/Dockerfile.jvm
# examples/process-user-tasks-subsystem/process-user-tasks-subsystem.iml
process-user-tasks-subsystem.iml
# examples/process-user-tasks-subsystem/src/main/docker/Dockerfile.jvm
Dockerfile.jvm
# examples/drools-process-usertasks-quarkus-example/src/main/docker/Dockerfile.native
# examples/process-user-tasks-subsystem/src/main/docker/Dockerfile.native
Dockerfile.native
# examples/jbpm-compact-architecture-example/.gitignore
# examples/process-compact-architecture/.gitignore
.gitignore
# examples/jbpm-compact-architecture-example/jbpm-compact-architecture-quarkus-example.iml
jbpm-compact-architecture-quarkus-example.iml
# examples/jbpm-compact-architecture-example/docker-compose/startContainers.sh
# examples/process-compact-architecture/process-compact-architecture.iml
process-compact-architecture.iml
# examples/process-compact-architecture/docker-compose/startContainers.sh
startContainers.sh
# examples/jbpm-compact-architecture-example/docker-compose/pgadmin/pgpass
# examples/process-compact-architecture/docker-compose/pgadmin/pgpass
pgpass
# examples/jbpm-compact-architecture-example/docker-compose/sql/init.sql
# examples/process-compact-architecture/docker-compose/sql/init.sql
init.sql
# examples/ping-pong-view-angular/src/assets/.gitkeep
# examples/micro-frontends-multiplying-architecture-ping-pong-view-in-angular/src/assets/.gitkeep
.gitkeep
# examples/sonataflow-greeting-quarkus-example/sonataflow-greeting-quarkus-example.iml
sonataflow-greeting-quarkus-example.iml
# examples/todo-list-view-vscode-extension/.vscodeignore
# examples/sonataflow-greeting/sonataflow-greeting.iml
sonataflow-greeting.iml
# examples/micro-frontends-multiplying-architecture-todo-list-view-vscode-extension/.vscodeignore
.vscodeignore
# examples/webapp/static/examples/dorinha.base64png
# examples/micro-frontends-multiplying-architecture-base64png-editor-on-webapp/static/examples/dorinha.base64png
dorinha.base64png
# examples/webapp/static/examples/luiz.base64png
# examples/micro-frontends-multiplying-architecture-base64png-editor-on-webapp/static/examples/luiz.base64png
luiz.base64png
# examples/webapp/static/examples/sample.base64png
# examples/micro-frontends-multiplying-architecture-base64png-editor-on-webapp/static/examples/sample.base64png
sample.base64png
# examples/webapp/static/examples/tiago.base64png
# examples/micro-frontends-multiplying-architecture-base64png-editor-on-webapp/static/examples/tiago.base64png
tiago.base64png
# packages/bpmn-marshaller/src/schemas/bpmn-2_0/BPMN20.xsd
BPMN20.xsd
Expand Down Expand Up @@ -628,6 +628,32 @@ goapi.go
greetingAPI.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/hello.sw.yaml
hello.sw.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/emptyworkflow.sw.yaml
emptyworkflow.sw.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/openapi-subflow34.expected.yaml
openapi-subflow34.expected.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/openapi.expected.yaml
openapi.expected.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/openapi.yaml
openapi.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/openapi1.expected.yaml
openapi1.expected.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/openapi1.yaml
openapi1.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/openapi2.expected.yaml
openapi2.expected.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/openapi2.yaml
openapi2.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/subflow1.sw.yaml
subflow1.sw.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/subflow2.sw.yaml
subflow2.sw.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/subflow3.sw.yaml
subflow3.sw.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/subflow4.sw.yaml
subflow4.sw.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/refs/workflow1.sw.yaml
workflow1.sw.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/subflow-custom.sw.yaml
subflow-custom.sw.yaml
# packages/kn-plugin-workflow/pkg/specs/testdata/subflow-mySpecsDir.sw.yaml
Expand Down Expand Up @@ -1022,8 +1048,6 @@ Base64Util.java
TimeUnit.java
# packages/stunner-editors/errai-common/src/main/java/org/jboss/errai/common/compat/README.eclipse
README.eclipse
# packages/stunner-editors/errai-common/src/main/java/org/jboss/errai/common/compat/javax/annotation/processing/Generated.java
Generated.java
# packages/stunner-editors/errai-common/src/main/resources/META-INF/ErraiApp.properties
ErraiApp.properties
# packages/stunner-editors/errai-common/src/test/resources/ErraiApp.properties
Expand Down Expand Up @@ -2038,3 +2062,5 @@ scripts.iml
index.test.js
# scripts/check-junit-report-results/tests/reports/empty.xml
empty.xml
# packages/runtime-tools-process-gateway-api/src/graphql/types.tsx
types.tsx
39 changes: 0 additions & 39 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -663,45 +663,6 @@ for packages/stunner-editors/errai-javax-enterprise/src/main/java/javax/enterpri
Copyright 2010, Red Hat, Inc., and individual contributors
Licensed under the Apache License, Version 2.0

----------------------------------------------------------------------------------------------------------------------------------
for packages/stunner-editors/errai-common/src/main/java/org/jboss/errai/common/compat/javax/annotation/processing/Generated.java

Copyright (c) 2005-2013 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License"). You
may not use this file except in compliance with the License. You can
obtain a copy of the License at
https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
or packager/legal/LICENSE.txt. See the License for the specific
language governing permissions and limitations under the License.

When distributing the software, include this License Header Notice in each
file and include the License file at packager/legal/LICENSE.txt.

GPL Classpath Exception:
Oracle designates this particular file as subject to the "Classpath"
exception as provided by Oracle in the GPL Version 2 section of the License
file that accompanied this code.

Modifications:
If applicable, add the following below the License Header, with the fields
enclosed by brackets [] replaced by your own identifying information:
"Portions Copyright [year] [name of copyright owner]"

Contributor(s):
If you wish your version of this file to be governed by only the CDDL or
only the GPL Version 2, indicate your decision by adding "[Contributor]
elects to include this software in this distribution under the [CDDL or GPL
Version 2] license." If you don't indicate a single choice of license, a
recipient has the option to distribute your version of this file under
either the CDDL, the GPL Version 2 or to extend the choice of license to
its licensees as provided above. However, if you add GPL Version 2 code
and therefore, elected the GPL Version 2 license, then the option applies
only if the new code is made subject to such option by the copyright
holder.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
for packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/static/jquery-ui/jquery-ui.min.js
packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/resources/org/uberfire/client/views/static/jquery-ui/jquery-ui.min.css
Expand Down
6 changes: 3 additions & 3 deletions _intellij-project/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions _intellij-project/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# KIE Tools :: Examples

This directory contains packages that showcase features, tools, complete apps, and use-cases for packages hosted in the [packages](../packages) directory.

Building packages in this directory is toggled by the `KIE_TOOLS_BUILD__buildExamples` (true/false) Environment Variable. Default is `false`.
60 changes: 60 additions & 0 deletions examples/bpmn-editor-classic-on-webapp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT 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 :: BPMN Editor (classic) on webapp

This package contains a web application that features the BPMN Editor (classic) as a wrapped inside a Micro-frontend Multiplying Architecture Envelope.

### Building the dependencies

Before running this example, building its dependencies is required. Run the following command on a Terminal:

```shell script
KIE_TOOLS_BUILD__buildExamples=true pnpm -F @kie-tools-examples/bpmn-editor-classic-on-webapp^... build:dev
```

### Running

```shell script
pnpm start
```

---

Apache KIE (incubating) is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the name of Apache Incubator. Incubation is
required of all newly accepted projects until a further review indicates that
the infrastructure, communications, and decision making process have stabilized
in a manner consistent with other successful ASF projects. While incubation
status is not necessarily a reflection of the completeness or stability of the
code, it does indicate that the project has yet to be fully endorsed by the ASF.

Some of the incubating project’s releases may not be fully compliant with ASF
policy. For example, releases may have incomplete or un-reviewed licensing
conditions. What follows is a list of known issues the project is currently
aware of (note that this list, by definition, is likely to be incomplete):

- 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
project through the Apache Incubator visit:
https://incubator.apache.org/projects/kie.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
vars: varsWithName({}),
get env() {
return {
exampleChromeExtension: {
envelope: {
port: 9101,
},
bpmnEditorClassicOnWebappExample: {
port: 7771,
},
};
},
Expand Down
Loading
Loading