From 00cfcc576ecbf25385000527951183892bcf4844 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Thu, 10 Oct 2024 12:33:28 +0200 Subject: [PATCH 01/24] Add license header --- .../src/main/resources/META-INF/BPMN20.xsd | 20 ++++++++++++++++++- .../src/main/resources/META-INF/BPMNDI.xsd | 18 +++++++++++++++++ .../src/main/resources/META-INF/DC.xsd | 18 +++++++++++++++++ .../src/main/resources/META-INF/DI.xsd | 18 +++++++++++++++++ .../resources/META-INF/DiagramDefinition.xsd | 20 ++++++++++++++++++- .../resources/META-INF/DiagramInterchange.xsd | 20 ++++++++++++++++++- .../src/main/resources/META-INF/Semantic.xsd | 20 ++++++++++++++++++- .../src/main/resources/META-INF/bpsim.xsd | 18 +++++++++++++++++ jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd | 20 ++++++++++++++++++- jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd | 18 +++++++++++++++++ jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd | 18 +++++++++++++++++ jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd | 18 +++++++++++++++++ .../src/main/xsd/DiagramDefinition.xsd | 20 ++++++++++++++++++- .../src/main/xsd/DiagramInterchange.xsd | 20 ++++++++++++++++++- jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd | 20 ++++++++++++++++++- jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd | 18 +++++++++++++++++ .../jbpm-deps-group-bpmn2-compiler/pom.xml | 18 +++++++++++++++++ .../jbpm-deps-group-compiler/pom.xml | 18 +++++++++++++++++ .../jbpm-deps-group-engine/pom.xml | 18 +++++++++++++++++ jbpm/jbpm-deps-groups/pom.xml | 18 +++++++++++++++++ jbpm/jbpm-usertask/pom.xml | 18 +++++++++++++++++ .../addons/dynamic/integration-tests/pom.xml | 18 +++++++++++++++++ .../src/main/resources/application.properties | 20 ++++++++++++++++++- .../src/main/resources/META-INF/beans.xml | 19 ++++++++++++++++++ 24 files changed, 442 insertions(+), 9 deletions(-) diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd index 6d29cb7d56e..8587fe7b8b6 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd @@ -1,4 +1,22 @@ + - \ No newline at end of file + diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd index e2c2e8eadb1..4580a87f36d 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd index aa2832efd96..5d4bb9f72ff 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd index bfcc6cd2887..a1a488adf0e 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd @@ -1,4 +1,22 @@  + diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd index 364ba395294..84ec17b4802 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd @@ -1,4 +1,22 @@ + @@ -92,4 +110,4 @@ - \ No newline at end of file + diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd index b4dea5e9649..e5ffc9ca2b0 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd @@ -1,4 +1,22 @@ + @@ -74,4 +92,4 @@ - \ No newline at end of file + diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd index c5d582787de..d7ea3740628 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd @@ -1,4 +1,22 @@ + - \ No newline at end of file + diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd index 6805e2d65e2..27b2e4f2fa8 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd @@ -1,4 +1,22 @@ + + - \ No newline at end of file + diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd index e2c2e8eadb1..4580a87f36d 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd index aa2832efd96..5d4bb9f72ff 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd index bfcc6cd2887..a1a488adf0e 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd @@ -1,4 +1,22 @@  + diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd index 364ba395294..84ec17b4802 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd @@ -1,4 +1,22 @@ + @@ -92,4 +110,4 @@ - \ No newline at end of file + diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd index b4dea5e9649..e5ffc9ca2b0 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd @@ -1,4 +1,22 @@ + @@ -74,4 +92,4 @@ - \ No newline at end of file + diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd index c5d582787de..d7ea3740628 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd @@ -1,4 +1,22 @@ + - \ No newline at end of file + diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd index 6805e2d65e2..27b2e4f2fa8 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd @@ -1,4 +1,22 @@ + + diff --git a/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml b/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml index 549fe524212..877e6f30fb5 100644 --- a/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml +++ b/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml b/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml index 95c51d1b808..80044492a8c 100644 --- a/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml +++ b/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-deps-groups/pom.xml b/jbpm/jbpm-deps-groups/pom.xml index 6bcfa255cd8..133a7365ca5 100644 --- a/jbpm/jbpm-deps-groups/pom.xml +++ b/jbpm/jbpm-deps-groups/pom.xml @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-usertask/pom.xml b/jbpm/jbpm-usertask/pom.xml index 3adb16a9ff0..a67aed63bf0 100644 --- a/jbpm/jbpm-usertask/pom.xml +++ b/jbpm/jbpm-usertask/pom.xml @@ -1,4 +1,22 @@ + diff --git a/quarkus/addons/dynamic/integration-tests/pom.xml b/quarkus/addons/dynamic/integration-tests/pom.xml index 7109502889e..c89043d5a44 100644 --- a/quarkus/addons/dynamic/integration-tests/pom.xml +++ b/quarkus/addons/dynamic/integration-tests/pom.xml @@ -1,4 +1,22 @@ + 4.0.0 diff --git a/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties b/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties index 9aed8899255..0a9fa6d5da7 100644 --- a/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties +++ b/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties @@ -1 +1,19 @@ -quarkus.native.auto-service-loader-registration=true \ No newline at end of file +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT 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.native.auto-service-loader-registration=true diff --git a/springboot/addons/flyway/src/main/resources/META-INF/beans.xml b/springboot/addons/flyway/src/main/resources/META-INF/beans.xml index e69de29bb2d..42fb0079d42 100644 --- a/springboot/addons/flyway/src/main/resources/META-INF/beans.xml +++ b/springboot/addons/flyway/src/main/resources/META-INF/beans.xml @@ -0,0 +1,19 @@ + + From eb601755286b01a28a0a6ed0e7102df0df77d2e6 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Thu, 10 Oct 2024 20:54:47 +0200 Subject: [PATCH 02/24] Revert "Add license header" This reverts commit 00cfcc576ecbf25385000527951183892bcf4844. --- .../src/main/resources/META-INF/BPMN20.xsd | 20 +------------------ .../src/main/resources/META-INF/BPMNDI.xsd | 18 ----------------- .../src/main/resources/META-INF/DC.xsd | 18 ----------------- .../src/main/resources/META-INF/DI.xsd | 18 ----------------- .../resources/META-INF/DiagramDefinition.xsd | 20 +------------------ .../resources/META-INF/DiagramInterchange.xsd | 20 +------------------ .../src/main/resources/META-INF/Semantic.xsd | 20 +------------------ .../src/main/resources/META-INF/bpsim.xsd | 18 ----------------- jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd | 20 +------------------ jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd | 18 ----------------- jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd | 18 ----------------- jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd | 18 ----------------- .../src/main/xsd/DiagramDefinition.xsd | 20 +------------------ .../src/main/xsd/DiagramInterchange.xsd | 20 +------------------ jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd | 20 +------------------ jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd | 18 ----------------- .../jbpm-deps-group-bpmn2-compiler/pom.xml | 18 ----------------- .../jbpm-deps-group-compiler/pom.xml | 18 ----------------- .../jbpm-deps-group-engine/pom.xml | 18 ----------------- jbpm/jbpm-deps-groups/pom.xml | 18 ----------------- jbpm/jbpm-usertask/pom.xml | 18 ----------------- .../addons/dynamic/integration-tests/pom.xml | 18 ----------------- .../src/main/resources/application.properties | 20 +------------------ .../src/main/resources/META-INF/beans.xml | 19 ------------------ 24 files changed, 9 insertions(+), 442 deletions(-) diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd index 8587fe7b8b6..6d29cb7d56e 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd @@ -1,22 +1,4 @@ - - + \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd index 4580a87f36d..e2c2e8eadb1 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd @@ -1,22 +1,4 @@ - diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd index 5d4bb9f72ff..aa2832efd96 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd @@ -1,22 +1,4 @@ - diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd index a1a488adf0e..bfcc6cd2887 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd @@ -1,22 +1,4 @@  - diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd index 84ec17b4802..364ba395294 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd @@ -1,22 +1,4 @@ - @@ -110,4 +92,4 @@ - + \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd index e5ffc9ca2b0..b4dea5e9649 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd @@ -1,22 +1,4 @@ - @@ -92,4 +74,4 @@ - + \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd index d7ea3740628..c5d582787de 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd @@ -1,22 +1,4 @@ - - + \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd index 27b2e4f2fa8..6805e2d65e2 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd @@ -1,22 +1,4 @@ - - - + \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd index 4580a87f36d..e2c2e8eadb1 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd @@ -1,22 +1,4 @@ - diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd index 5d4bb9f72ff..aa2832efd96 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd @@ -1,22 +1,4 @@ - diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd index a1a488adf0e..bfcc6cd2887 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd @@ -1,22 +1,4 @@  - diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd index 84ec17b4802..364ba395294 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd @@ -1,22 +1,4 @@ - @@ -110,4 +92,4 @@ - + \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd index e5ffc9ca2b0..b4dea5e9649 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd @@ -1,22 +1,4 @@ - @@ -92,4 +74,4 @@ - + \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd index d7ea3740628..c5d582787de 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd @@ -1,22 +1,4 @@ - - + \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd index 27b2e4f2fa8..6805e2d65e2 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd @@ -1,22 +1,4 @@ - - diff --git a/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml b/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml index 877e6f30fb5..549fe524212 100644 --- a/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml +++ b/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml @@ -1,22 +1,4 @@ - diff --git a/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml b/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml index 80044492a8c..95c51d1b808 100644 --- a/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml +++ b/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml @@ -1,22 +1,4 @@ - diff --git a/jbpm/jbpm-deps-groups/pom.xml b/jbpm/jbpm-deps-groups/pom.xml index 133a7365ca5..6bcfa255cd8 100644 --- a/jbpm/jbpm-deps-groups/pom.xml +++ b/jbpm/jbpm-deps-groups/pom.xml @@ -1,22 +1,4 @@ - diff --git a/jbpm/jbpm-usertask/pom.xml b/jbpm/jbpm-usertask/pom.xml index a67aed63bf0..3adb16a9ff0 100644 --- a/jbpm/jbpm-usertask/pom.xml +++ b/jbpm/jbpm-usertask/pom.xml @@ -1,22 +1,4 @@ - diff --git a/quarkus/addons/dynamic/integration-tests/pom.xml b/quarkus/addons/dynamic/integration-tests/pom.xml index c89043d5a44..7109502889e 100644 --- a/quarkus/addons/dynamic/integration-tests/pom.xml +++ b/quarkus/addons/dynamic/integration-tests/pom.xml @@ -1,22 +1,4 @@ - 4.0.0 diff --git a/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties b/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties index 0a9fa6d5da7..9aed8899255 100644 --- a/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties +++ b/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties @@ -1,19 +1 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT 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.native.auto-service-loader-registration=true +quarkus.native.auto-service-loader-registration=true \ No newline at end of file diff --git a/springboot/addons/flyway/src/main/resources/META-INF/beans.xml b/springboot/addons/flyway/src/main/resources/META-INF/beans.xml index 42fb0079d42..e69de29bb2d 100644 --- a/springboot/addons/flyway/src/main/resources/META-INF/beans.xml +++ b/springboot/addons/flyway/src/main/resources/META-INF/beans.xml @@ -1,19 +0,0 @@ - - From 5727aeb1fec05f9614e2dd4d2628b06ebea5f1e8 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Thu, 10 Oct 2024 20:59:22 +0200 Subject: [PATCH 03/24] Add license header --- .../jbpm-deps-group-bpmn2-compiler/pom.xml | 20 +++++++++++++++++++ .../jbpm-deps-group-compiler/pom.xml | 20 +++++++++++++++++++ .../jbpm-deps-group-engine/pom.xml | 20 +++++++++++++++++++ jbpm/jbpm-deps-groups/pom.xml | 20 +++++++++++++++++++ jbpm/jbpm-usertask/pom.xml | 20 +++++++++++++++++++ .../addons/dynamic/integration-tests/pom.xml | 20 +++++++++++++++++++ .../src/main/resources/application.properties | 19 +++++++++++++++++- .../src/main/resources/META-INF/beans.xml | 20 +++++++++++++++++++ 8 files changed, 158 insertions(+), 1 deletion(-) diff --git a/jbpm/jbpm-deps-groups/jbpm-deps-group-bpmn2-compiler/pom.xml b/jbpm/jbpm-deps-groups/jbpm-deps-group-bpmn2-compiler/pom.xml index 12a419d59e8..25a714e0928 100644 --- a/jbpm/jbpm-deps-groups/jbpm-deps-group-bpmn2-compiler/pom.xml +++ b/jbpm/jbpm-deps-groups/jbpm-deps-group-bpmn2-compiler/pom.xml @@ -1,4 +1,24 @@ + + + diff --git a/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml b/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml index 549fe524212..8e527a51ac3 100644 --- a/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml +++ b/jbpm/jbpm-deps-groups/jbpm-deps-group-compiler/pom.xml @@ -1,4 +1,24 @@ + + + diff --git a/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml b/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml index 95c51d1b808..12a9049202f 100644 --- a/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml +++ b/jbpm/jbpm-deps-groups/jbpm-deps-group-engine/pom.xml @@ -1,4 +1,24 @@ + + + diff --git a/jbpm/jbpm-deps-groups/pom.xml b/jbpm/jbpm-deps-groups/pom.xml index 6bcfa255cd8..aed41006ffa 100644 --- a/jbpm/jbpm-deps-groups/pom.xml +++ b/jbpm/jbpm-deps-groups/pom.xml @@ -1,4 +1,24 @@ + + + diff --git a/jbpm/jbpm-usertask/pom.xml b/jbpm/jbpm-usertask/pom.xml index 3adb16a9ff0..8224cbdd4cb 100644 --- a/jbpm/jbpm-usertask/pom.xml +++ b/jbpm/jbpm-usertask/pom.xml @@ -1,4 +1,24 @@ + + + diff --git a/quarkus/addons/dynamic/integration-tests/pom.xml b/quarkus/addons/dynamic/integration-tests/pom.xml index 7109502889e..2fca76b377f 100644 --- a/quarkus/addons/dynamic/integration-tests/pom.xml +++ b/quarkus/addons/dynamic/integration-tests/pom.xml @@ -1,4 +1,24 @@ + + + 4.0.0 diff --git a/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties b/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties index 9aed8899255..d2f97a4e497 100644 --- a/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties +++ b/quarkus/extensions/kogito-quarkus-extension-common/kogito-quarkus-common-deployment/src/main/resources/application.properties @@ -1 +1,18 @@ -quarkus.native.auto-service-loader-registration=true \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT 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.native.auto-service-loader-registration=true diff --git a/springboot/addons/flyway/src/main/resources/META-INF/beans.xml b/springboot/addons/flyway/src/main/resources/META-INF/beans.xml index e69de29bb2d..0e29d96c496 100644 --- a/springboot/addons/flyway/src/main/resources/META-INF/beans.xml +++ b/springboot/addons/flyway/src/main/resources/META-INF/beans.xml @@ -0,0 +1,20 @@ + + + From 2dd019c82dfac04ed43694b83ae57524f80024bf Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 11 Oct 2024 07:29:17 +0200 Subject: [PATCH 04/24] revert beans.xml --- .../src/main/resources/META-INF/beans.xml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/springboot/addons/flyway/src/main/resources/META-INF/beans.xml b/springboot/addons/flyway/src/main/resources/META-INF/beans.xml index 0e29d96c496..e69de29bb2d 100644 --- a/springboot/addons/flyway/src/main/resources/META-INF/beans.xml +++ b/springboot/addons/flyway/src/main/resources/META-INF/beans.xml @@ -1,20 +0,0 @@ - - - From a83d727147cd24557ec64a38bb001eff6d87708d Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 07:51:53 +0100 Subject: [PATCH 05/24] .rat-excludes and rat check action --- .github/workflows/pr-rat-check.yml | 40 ++++++++++++++++++++++++++++++ .gitignore | 5 +++- .rat-excludes | 17 +++++++++++++ pom.xml | 30 ---------------------- 4 files changed, 61 insertions(+), 31 deletions(-) create mode 100644 .github/workflows/pr-rat-check.yml create mode 100644 .rat-excludes diff --git a/.github/workflows/pr-rat-check.yml b/.github/workflows/pr-rat-check.yml new file mode 100644 index 00000000000..99f1cacf70d --- /dev/null +++ b/.github/workflows/pr-rat-check.yml @@ -0,0 +1,40 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT 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: Run Apache RAT check + +on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] + +jobs: + apache-rat-check: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Download Apache RAT + run: | + curl -LO https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.16.1/apache-rat-0.16.1.jar + + - name: Run Apache RAT + run: | + java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes | grep "== File:" && echo "The files listed above are missing license headers." && exit 1 || echo "All files have license headers." \ No newline at end of file diff --git a/.gitignore b/.gitignore index e3de706c449..fa15842c86f 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,7 @@ target/ .run/ .checkstyle -*.log \ No newline at end of file +*.log + +# Apache RAT check excludes file +!.rat-excludes \ No newline at end of file diff --git a/.rat-excludes b/.rat-excludes new file mode 100644 index 00000000000..b05ad4646d9 --- /dev/null +++ b/.rat-excludes @@ -0,0 +1,17 @@ +### general excludes +**/.* +*README* +*readme* +**/src/test/resources/** +**/src/test/filtered-resources/** +**/*integration-test*/src/main/resources/** +**/*example*/**/resources/** +**/META-INF/services/* +**/META-INF/beans.xml + +### kogito-runtimes specific excludes +**/META-INF/kogito.addon +*.avsc +**/jbpm-tests/src/test/bpmn/** +#third party //TODO probably not in LICENSE +**/jbpm-bpmn2/**/*.xsd \ No newline at end of file diff --git a/pom.xml b/pom.xml index d4a05d4f29f..fad4ac03b58 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,6 @@ UTF-8 2024-01-16T00:00:00Z 3.4.1 - 0.16.1 3.6.2 @@ -115,35 +114,6 @@ ${project.build.outputTimestamp} - - org.apache.rat - apache-rat-plugin - ${version.apache-rat-plugin} - - - .mvn/maven.config - **/simple_invalid_migration.invalid - **/*.mpf - **/src/test/**/*.txt - **/.gitkeep - **/checkstyle-cachefile - **/*.log - **/*.lst - **/requirements.txt - **/*.addon - **/*.avsc - **/LoanUnit.xls.properties.test - **/src_test_resources_application.yml - **/BPMN*.xsd - **/bpsim.xsd - **/DC.xsd - **/DI.xsd - **/DiagramDefinition.xsd - **/DiagramInterchange.xsd - **/Semantic.xsd - - - From 1361fed7bf490b42ae45d2cef7e6cac3f319ecb9 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 07:59:05 +0100 Subject: [PATCH 06/24] remove checkstyle.header.template --- .../kogito-build-no-bom-parent/pom.xml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/kogito-build/kogito-build-no-bom-parent/pom.xml b/kogito-build/kogito-build-no-bom-parent/pom.xml index 94e930a526e..816818fb77d 100644 --- a/kogito-build/kogito-build-no-bom-parent/pom.xml +++ b/kogito-build/kogito-build-no-bom-parent/pom.xml @@ -45,28 +45,6 @@ --> false - - - java,groovy true @@ -190,10 +168,6 @@ - - - - From 8ac99a28dc550e30d8392a1171af443cb3bafeb4 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 08:52:53 +0100 Subject: [PATCH 07/24] OMG BPMN SPEC files license --- .rat-excludes | 1 - LICENSE | 14 ++++++++++++++ licenses/LICENSE-omg-bpmn-spec.txt | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 licenses/LICENSE-omg-bpmn-spec.txt diff --git a/.rat-excludes b/.rat-excludes index b05ad4646d9..1261e427dac 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -13,5 +13,4 @@ **/META-INF/kogito.addon *.avsc **/jbpm-tests/src/test/bpmn/** -#third party //TODO probably not in LICENSE **/jbpm-bpmn2/**/*.xsd \ No newline at end of file diff --git a/LICENSE b/LICENSE index 261eeb9e9f8..e6874c585bd 100644 --- a/LICENSE +++ b/LICENSE @@ -199,3 +199,17 @@ WITHOUT 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 product bundles various third-party components under other open source licenses. +This section summarizes those components and their licenses. See licenses/ +for text of these licenses. + +OMG BPMN Specification License (https://www.omg.org/spec/BPMN) +-------------------------------------------------------------- +jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd +jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd +jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd +jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd +jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd \ No newline at end of file diff --git a/licenses/LICENSE-omg-bpmn-spec.txt b/licenses/LICENSE-omg-bpmn-spec.txt new file mode 100644 index 00000000000..f6e0339af6f --- /dev/null +++ b/licenses/LICENSE-omg-bpmn-spec.txt @@ -0,0 +1 @@ +Placeholder \ No newline at end of file From ab721ea031bee531f2a206bc2a552bc8a78b33c9 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 08:56:29 +0100 Subject: [PATCH 08/24] .rat-excludes fix format - escaping --- .rat-excludes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 1261e427dac..55ae1cb60b2 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -1,5 +1,5 @@ ### general excludes -**/.* +**/\..* *README* *readme* **/src/test/resources/** @@ -7,10 +7,10 @@ **/*integration-test*/src/main/resources/** **/*example*/**/resources/** **/META-INF/services/* -**/META-INF/beans.xml +**/META-INF/beans\.xml ### kogito-runtimes specific excludes -**/META-INF/kogito.addon -*.avsc +.*/META-INF/kogito\.addon +.*\.avsc **/jbpm-tests/src/test/bpmn/** -**/jbpm-bpmn2/**/*.xsd \ No newline at end of file +**/jbpm-bpmn2/**/.*\.xsd \ No newline at end of file From 360aa1ed4d2e69318e7b1da5dfc509a0cd8c5c83 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 09:26:22 +0100 Subject: [PATCH 09/24] .rat-excludes --- .rat-excludes | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 55ae1cb60b2..4996cb5fba0 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -1,16 +1,16 @@ ### general excludes -**/\..* -*README* -*readme* -**/src/test/resources/** -**/src/test/filtered-resources/** -**/*integration-test*/src/main/resources/** -**/*example*/**/resources/** -**/META-INF/services/* -**/META-INF/beans\.xml +.*/\..* +.*README.* +.*readme.* +.*/src/test/resources/.* +.*/src/test/filtered-resources/.* +.*/.*integration-test.*/src/main/resources/.* +.*/.*example.*/.*/resources/.* +.*/META-INF/services/.* +.*/META-INF/beans\.xml ### kogito-runtimes specific excludes .*/META-INF/kogito\.addon .*\.avsc -**/jbpm-tests/src/test/bpmn/** -**/jbpm-bpmn2/**/.*\.xsd \ No newline at end of file +.*/jbpm-tests/src/test/bpmn/.* +.*/jbpm-bpmn2/.*/.*\.xsd \ No newline at end of file From bcd348dd4a86f233ea6bf8098cb06d109c3be7e6 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 09:30:01 +0100 Subject: [PATCH 10/24] storage-jpa license --- .../common/jbpm-usertask-storage-jpa/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/addons/common/jbpm-usertask-storage-jpa/pom.xml b/addons/common/jbpm-usertask-storage-jpa/pom.xml index dd28be272d2..edb4604dc98 100644 --- a/addons/common/jbpm-usertask-storage-jpa/pom.xml +++ b/addons/common/jbpm-usertask-storage-jpa/pom.xml @@ -1,4 +1,22 @@ + From 906228da651f3077245d89a04ea59c98742e4bc5 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 11:15:08 +0100 Subject: [PATCH 11/24] apache rat 17 --- .github/workflows/pr-rat-check.yml | 4 +-- .rat-excludes | 30 +++++++++++-------- jbpm/jbpm-usertask-workitem/pom.xml | 18 +++++++++++ .../addons/jbpm-usertask-storage-jpa/pom.xml | 18 +++++++++++ 4 files changed, 55 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pr-rat-check.yml b/.github/workflows/pr-rat-check.yml index 99f1cacf70d..955824f9af3 100644 --- a/.github/workflows/pr-rat-check.yml +++ b/.github/workflows/pr-rat-check.yml @@ -33,8 +33,8 @@ jobs: - name: Download Apache RAT run: | - curl -LO https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.16.1/apache-rat-0.16.1.jar + curl -LO https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.17-SNAPSHOT/apache-rat-0.17-20241115.065104-374.jar - name: Run Apache RAT run: | - java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes | grep "== File:" && echo "The files listed above are missing license headers." && exit 1 || echo "All files have license headers." \ No newline at end of file + java -jar apache-rat-0.17-20241115.065104-374.jar --input-exclude-file .rat-excludes -- . | grep "INFO: Unapproved: 0" && echo "All files have license headers." || echo "The files listed above are missing license headers." && exit 1 \ No newline at end of file diff --git a/.rat-excludes b/.rat-excludes index 4996cb5fba0..b15b060d382 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -1,16 +1,20 @@ ### general excludes -.*/\..* -.*README.* -.*readme.* -.*/src/test/resources/.* -.*/src/test/filtered-resources/.* -.*/.*integration-test.*/src/main/resources/.* -.*/.*example.*/.*/resources/.* -.*/META-INF/services/.* -.*/META-INF/beans\.xml +**/target/** +**/.* +*README* +*readme* +DISCLAIMER-WIP +**/src/test/resources/** +**/src/test/filtered-resources/** +**/*integration-test*/src/main/resources/** +**/**example**/**/resources/** +**/META-INF/services/** +**/META-INF/beans.xml +**/licenses/** ### kogito-runtimes specific excludes -.*/META-INF/kogito\.addon -.*\.avsc -.*/jbpm-tests/src/test/bpmn/.* -.*/jbpm-bpmn2/.*/.*\.xsd \ No newline at end of file +**/META-INF/kogito.addon +**/*.avsc +**/jbpm-tests/src/test/bpmn/** +**/jbpm-bpmn2/**/*.xsd +**/requirements.txt diff --git a/jbpm/jbpm-usertask-workitem/pom.xml b/jbpm/jbpm-usertask-workitem/pom.xml index f00c773f32a..1d009ffdd9c 100644 --- a/jbpm/jbpm-usertask-workitem/pom.xml +++ b/jbpm/jbpm-usertask-workitem/pom.xml @@ -1,4 +1,22 @@ + diff --git a/springboot/addons/jbpm-usertask-storage-jpa/pom.xml b/springboot/addons/jbpm-usertask-storage-jpa/pom.xml index 36bed41e5cc..7dad79c279c 100644 --- a/springboot/addons/jbpm-usertask-storage-jpa/pom.xml +++ b/springboot/addons/jbpm-usertask-storage-jpa/pom.xml @@ -1,3 +1,21 @@ + From f4d60315e4bcb2e78c77ded22d9be7a4f808ab8c Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 11:19:54 +0100 Subject: [PATCH 12/24] fix exit logic --- .github/workflows/pr-rat-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-rat-check.yml b/.github/workflows/pr-rat-check.yml index 955824f9af3..46e09addb53 100644 --- a/.github/workflows/pr-rat-check.yml +++ b/.github/workflows/pr-rat-check.yml @@ -37,4 +37,4 @@ jobs: - name: Run Apache RAT run: | - java -jar apache-rat-0.17-20241115.065104-374.jar --input-exclude-file .rat-excludes -- . | grep "INFO: Unapproved: 0" && echo "All files have license headers." || echo "The files listed above are missing license headers." && exit 1 \ No newline at end of file + java -jar apache-rat-0.17-20241115.065104-374.jar --input-exclude-file .rat-excludes -- . | grep "Files with unapproved licenses:" && echo "There are files with missing or unapproved license headers." && exit 1 || echo "All files have correct license headers." \ No newline at end of file From ee0d2e947509ce343f3a4f071c250ec20f3568c6 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 15 Nov 2024 12:06:06 +0100 Subject: [PATCH 13/24] print rat check output --- .github/workflows/pr-rat-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-rat-check.yml b/.github/workflows/pr-rat-check.yml index 46e09addb53..360fa16b8a4 100644 --- a/.github/workflows/pr-rat-check.yml +++ b/.github/workflows/pr-rat-check.yml @@ -37,4 +37,6 @@ jobs: - name: Run Apache RAT run: | - java -jar apache-rat-0.17-20241115.065104-374.jar --input-exclude-file .rat-excludes -- . | grep "Files with unapproved licenses:" && echo "There are files with missing or unapproved license headers." && exit 1 || echo "All files have correct license headers." \ No newline at end of file + java -jar apache-rat-0.17-20241115.065104-374.jar --input-exclude-file .rat-excludes -- . > .tmp-rat-check-output + cat .tmp-rat-check-output + grep "Files with unapproved licenses:" .tmp-rat-check-output && rm .tmp-rat-check-output && echo "There are files with missing or unapproved license headers." && exit 1 || rm .tmp-rat-check-output && echo "All files have correct license headers." \ No newline at end of file From 3a59917bb594c196cd0e9a5ea03021be0201cc4d Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Mon, 18 Nov 2024 09:55:39 +0100 Subject: [PATCH 14/24] align with other PRs of kie-issues#1613 --- ...t-check.yml => ci_check_license_headers.yaml} | 4 ++-- LICENSE | 16 +++++----------- licenses/LICENSE-omg-bpmn-spec.txt | 1 - 3 files changed, 7 insertions(+), 14 deletions(-) rename .github/workflows/{pr-rat-check.yml => ci_check_license_headers.yaml} (96%) delete mode 100644 licenses/LICENSE-omg-bpmn-spec.txt diff --git a/.github/workflows/pr-rat-check.yml b/.github/workflows/ci_check_license_headers.yaml similarity index 96% rename from .github/workflows/pr-rat-check.yml rename to .github/workflows/ci_check_license_headers.yaml index 360fa16b8a4..363e014d111 100644 --- a/.github/workflows/pr-rat-check.yml +++ b/.github/workflows/ci_check_license_headers.yaml @@ -17,14 +17,14 @@ # under the License. # -name: Run Apache RAT check +name: "CI :: Check license headers" on: pull_request: types: [opened, synchronize, reopened, ready_for_review] jobs: - apache-rat-check: + check-license-headers: runs-on: ubuntu-latest steps: diff --git a/LICENSE b/LICENSE index e6874c585bd..423958379b3 100644 --- a/LICENSE +++ b/LICENSE @@ -202,14 +202,8 @@ ------------------------------------------------------------------------------------ -This product bundles various third-party components under other open source licenses. -This section summarizes those components and their licenses. See licenses/ -for text of these licenses. - -OMG BPMN Specification License (https://www.omg.org/spec/BPMN) --------------------------------------------------------------- -jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd -jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd -jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd -jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd -jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd \ No newline at end of file +for jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd + jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd + jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd + jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd + jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd \ No newline at end of file diff --git a/licenses/LICENSE-omg-bpmn-spec.txt b/licenses/LICENSE-omg-bpmn-spec.txt deleted file mode 100644 index f6e0339af6f..00000000000 --- a/licenses/LICENSE-omg-bpmn-spec.txt +++ /dev/null @@ -1 +0,0 @@ -Placeholder \ No newline at end of file From 46927e6c261625a09baab59779be591d5cff142c Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Mon, 18 Nov 2024 09:59:05 +0100 Subject: [PATCH 15/24] license text placeholder --- LICENSE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 423958379b3..9024cbdfd5a 100644 --- a/LICENSE +++ b/LICENSE @@ -206,4 +206,6 @@ for jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd - jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd \ No newline at end of file + jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd + +TODO put license text for files listed above here. \ No newline at end of file From 3e4e2f87ec31c7b425eff0f51c6a337750c91bc2 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Mon, 18 Nov 2024 12:56:15 +0100 Subject: [PATCH 16/24] LICENSE SPEC --- LICENSE | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 9024cbdfd5a..273adce955e 100644 --- a/LICENSE +++ b/LICENSE @@ -208,4 +208,17 @@ for jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd -TODO put license text for files listed above here. \ No newline at end of file + (https://www.omg.org/spec/BPMN/2.0/PDF) + The companies listed above have granted to the Object Management Group, Inc. (OMG) a nonexclusive, royalty-free, + paid up, worldwide license to copy and distribute this document and to modify this document and distribute copies of the + modified version. Each of the copyright holders listed above has agreed that no person shall be deemed to have infringed + the copyright in the included material of any such copyright holder by reason of having used the specification set forth + herein or having conformed any computer software to the specification. + Subject to all of the terms and conditions below, the owners of the copyright in this specification hereby grant you a fullypaid up, non-exclusive, nontransferable, perpetual, worldwide license (without the right to sublicense), to use this + specification to create and distribute software and special purpose specifications that are based upon this specification, + and to use, copy, and distribute this specification as provided under the Copyright Act; provided that: (1) both the + copyright notice identified above and this permission notice appear on any copies of this specification; (2) the use of the + specifications is for informational purposes and will not be copied or posted on any network computer or broadcast in any + media and will not be otherwise resold or transferred for commercial purposes; and (3) no modifications are made to this + specification. This limited permission automatically terminates without notice if you breach any of these terms or + conditions. Upon termination, you will destroy immediately any copies of the specifications in your possession or control \ No newline at end of file From 28d419e4f9bc9e773de2e9177865b7dde9ee7e83 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Mon, 18 Nov 2024 13:32:11 +0100 Subject: [PATCH 17/24] Revert "LICENSE SPEC" This reverts commit 3e4e2f87ec31c7b425eff0f51c6a337750c91bc2. --- LICENSE | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 273adce955e..9024cbdfd5a 100644 --- a/LICENSE +++ b/LICENSE @@ -208,17 +208,4 @@ for jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd - (https://www.omg.org/spec/BPMN/2.0/PDF) - The companies listed above have granted to the Object Management Group, Inc. (OMG) a nonexclusive, royalty-free, - paid up, worldwide license to copy and distribute this document and to modify this document and distribute copies of the - modified version. Each of the copyright holders listed above has agreed that no person shall be deemed to have infringed - the copyright in the included material of any such copyright holder by reason of having used the specification set forth - herein or having conformed any computer software to the specification. - Subject to all of the terms and conditions below, the owners of the copyright in this specification hereby grant you a fullypaid up, non-exclusive, nontransferable, perpetual, worldwide license (without the right to sublicense), to use this - specification to create and distribute software and special purpose specifications that are based upon this specification, - and to use, copy, and distribute this specification as provided under the Copyright Act; provided that: (1) both the - copyright notice identified above and this permission notice appear on any copies of this specification; (2) the use of the - specifications is for informational purposes and will not be copied or posted on any network computer or broadcast in any - media and will not be otherwise resold or transferred for commercial purposes; and (3) no modifications are made to this - specification. This limited permission automatically terminates without notice if you breach any of these terms or - conditions. Upon termination, you will destroy immediately any copies of the specifications in your possession or control \ No newline at end of file +TODO put license text for files listed above here. \ No newline at end of file From 0a6bcaa432584aa86d79ac51b88adabdaacd0fe5 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Thu, 21 Nov 2024 13:46:22 +0100 Subject: [PATCH 18/24] List explicitely all files in the .rat-excludes --- .rat-excludes | 302 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 283 insertions(+), 19 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index b15b060d382..ead5b5cb9f7 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -1,20 +1,284 @@ -### general excludes -**/target/** -**/.* -*README* -*readme* +# .rat-excludes +.rat-excludes +# DISCLAIMER-WIP DISCLAIMER-WIP -**/src/test/resources/** -**/src/test/filtered-resources/** -**/*integration-test*/src/main/resources/** -**/**example**/**/resources/** -**/META-INF/services/** -**/META-INF/beans.xml -**/licenses/** - -### kogito-runtimes specific excludes -**/META-INF/kogito.addon -**/*.avsc -**/jbpm-tests/src/test/bpmn/** -**/jbpm-bpmn2/**/*.xsd -**/requirements.txt +# addons/common/jbpm-usertask-storage-jpa/src/main/resources/META-INF/beans.xml +beans.xml +# addons/common/marshallers/avro/src/main/resources/jsonNode.avsc +jsonNode.avsc +# addons/common/marshallers/avro/src/main/resources/spec.avsc +spec.avsc +# addons/common/marshallers/avro/src/test/avro/pojo.avsc +pojo.avsc +# addons/common/monitoring/prometheus/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/filesystem/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/infinispan/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/jdbc/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/mongodb/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/postgresql/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/rocksdb/src/main/resources/META-INF/kogito.addon +kogito.addon +# api/kogito-events-core/src/main/resources/META-INF/services/com.fasterxml.jackson.databind.Module +com.fasterxml.jackson.databind.Module +# api/kogito-events-core/src/main/resources/META-INF/services/org.kie.kogito.event.impl.adapter.DataEventAdapter +org.kie.kogito.event.impl.adapter.DataEventAdapter +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd +BPMN20.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd +BPMNDI.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd +DC.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd +DI.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd +DiagramDefinition.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd +DiagramInterchange.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd +Semantic.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd +bpsim.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd +BPMN20.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd +BPMNDI.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd +DC.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd +DI.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd +DiagramDefinition.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd +DiagramInterchange.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd +Semantic.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd +bpsim.xsd +# jbpm/jbpm-flow/src/main/resources/META-INF/services/org.jbpm.ruleflow.core.factory.provider.NodeFactoryProvider +org.jbpm.ruleflow.core.factory.provider.NodeFactoryProvider +# jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.compiler.canonical.builtin.ReturnValueEvaluatorBuilder +org.jbpm.compiler.canonical.builtin.ReturnValueEvaluatorBuilder +# jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.compiler.canonical.node.NodeVisitorBuilder +org.jbpm.compiler.canonical.node.NodeVisitorBuilder +# jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.process.builder.transformation.DataTransformerCompiler +org.jbpm.process.builder.transformation.DataTransformerCompiler +# jbpm/jbpm-flow-migration/src/test/resources/META-INF/migration-plan/simple_invalid_migration.invalid +simple_invalid_migration.invalid +# jbpm/jbpm-flow-migration/src/test/resources/META-INF/migration-plan/simple_migration.mpf +simple_migration.mpf +# jbpm/jbpm-flow-migration/src/test/resources/META-INF/migration-plan/simple_migration_version.mpf +simple_migration_version.mpf +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn +BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActor.bpmn +BPMN2-UserTaskAssignmentActor.bpmn +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActorGroup.bpmn +BPMN2-UserTaskAssignmentActorGroup.bpmn +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentGroup.bpmn +BPMN2-UserTaskAssignmentGroup.bpmn +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentNone.bpmn +BPMN2-UserTaskAssignmentNone.bpmn +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/adhoc/BPMN2-AdHocTerminateEndEvent.bpmn2 +BPMN2-AdHocTerminateEndEvent.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/calendar/BPMN2-BusinessCalendarTimer.bpmn2 +BPMN2-BusinessCalendarTimer.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EventSubprocessEscalation.bpmn2 +BPMN2-EventSubprocessEscalation.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-Multiescalation.bpmn2 +BPMN2-Multiescalation.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-TopLevelEscalation.bpmn2 +BPMN2-TopLevelEscalation.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BooleanStructureRef.bpmn2 +BPMN2-BooleanStructureRef.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BrokenStructureRef.bpmn2 +BPMN2-BrokenStructureRef.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-DefaultObjectStructureRef.bpmn2 +BPMN2-DefaultObjectStructureRef.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-FloatStructureRef.bpmn2 +BPMN2-FloatStructureRef.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-IntegerStructureRef.bpmn2 +BPMN2-IntegerStructureRef.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-ObjectStructureRef.bpmn2 +BPMN2-ObjectStructureRef.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/loop/BPMN2-MultiInstanceLoopSubprocessBoundaryTimer.bpmn2 +BPMN2-MultiInstanceLoopSubprocessBoundaryTimer.bpmn2 +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithEntryExitScripts.bpmn2 +BPMN2-SubProcessWithEntryExitScripts.bpmn2 +# jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 +BPMN2-StringStructureRef.bpmn2 +# jbpm/jbpm-tests/src/test/resources/calendar.properties +calendar.properties +# jbpm/jbpm-tests/src/test/resources/xxe-protection/Text1.txt +Text1.txt +# jbpm/jbpm-tests/src/test/resources/xxe-protection/Text2.txt +Text2.txt +# jbpm/jbpm-usertask-workitem/src/main/resources/META-INF/services/org.kie.kogito.internal.process.workitem.KogitoWorkItemHandlerFactory +org.kie.kogito.internal.process.workitem.KogitoWorkItemHandlerFactory +# jbpm/process-workitems/src/main/resources/META-INF/services/org.kie.kogito.internal.process.workitem.KogitoWorkItemHandlerFactory +org.kie.kogito.internal.process.workitem.KogitoWorkItemHandlerFactory +# kogito-codegen-modules/kogito-codegen-core/src/test/resources/.a-hidden-file.txt +.a-hidden-file.txt +# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/META-INF/kogito.addon +kogito.addon +# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/process/process-generation-test.skip.txt +process-generation-test.skip.txt +# kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/test/resources/sampleFile1.txt +sampleFile1.txt +# kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/test/resources/sampleFile2.txt +sampleFile2.txt +# kogito-serverless-workflow/kogito-serverless-workflow-builder/src/test/resources/pepe a pepa.txt +pepe a pepa.txt +# kogito-serverless-workflow/kogito-serverless-workflow-executor-python/requirements.txt +requirements.txt +# kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/logback.xml +logback.xml +# quarkus/addons/dynamic/integration-tests/src/main/resources/application.properties +application.properties +# quarkus/addons/dynamic/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/events/decisions/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/events/predictions/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/events/rules/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/explainability/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/jbpm-usertask-storage-jpa/runtime/src/test/resources/META-INF/beans.xml +beans.xml +# quarkus/addons/jobs/knative-eventing/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/jobs/management/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/jobs/messaging/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/knative/eventing/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/knative/serving/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/kubernetes/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/mail/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/messaging/common/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/messaging/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/microprofile-config-service-catalog/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/monitoring/core/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/monitoring/elastic/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/monitoring/prometheus/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/persistence/kafka/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/process-definitions/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/process-management/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/process-svg/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/python/integration-tests/requirements.txt +requirements.txt +# quarkus/addons/source-files/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/task-management/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/task-notification/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/addons/tracing-decision/runtime/src/main/resources/META-INF/kogito.addon +kogito.addon +# quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test-hot-reload/src/test/resources/TrafficViolation.txt +TrafficViolation.txt +# quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test-hot-reload/src/test/resources/adult.txt +adult.txt +# quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/flexible.bpmn +flexible.bpmn +# quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-integration-test-hot-reload/src/test/resources/adult.txt +adult.txt +# quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-integration-test-hot-reload/src/test/resources/drl1.txt +drl1.txt +# quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/long-call.sw.yaml +long-call.sw.yaml +# quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/test/resources/__snapshots__/ServerlessWorkflowCodestartTest/testContent/src_test_resources_application.yml +src_test_resources_application.yml +# quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocFragments.bpmn +AdHocFragments.bpmn +# quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/cinema.bpmn +cinema.bpmn +# quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/monitoring.bpmn +monitoring.bpmn +# quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/multi-instance-task.bpmn +multi-instance-task.bpmn +# quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AddedTask.bpmn +AddedTask.bpmn +# quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn +EmbeddedProcess.bpmn +# quarkus/integration-tests/integration-tests-quarkus-rules/src/test/resources/LoanUnit.xls.properties.test +LoanUnit.xls.properties.test +# quarkus/integration-tests/integration-tests-quarkus-usertasks/src/main/resources/approval.bpmn +approval.bpmn +# springboot/addons/events/decisions/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/events/predictions/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/explainability/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/flyway/src/main/resources/META-INF/beans.xml +beans.xml +# springboot/addons/jbpm-usertask-storage-jpa/src/main/resources/META-INF/beans.xml +beans.xml +# springboot/addons/jobs/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/kubernetes/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/mail/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/messaging/implementation/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/monitoring/core/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/monitoring/elastic/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/monitoring/prometheus/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/process-management/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/process-svg/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/task-management/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/task-notification/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/addons/tracing-decision/src/main/resources/META-INF/kogito.addon +kogito.addon +# springboot/archetype/src/test/resources/projects/it-basic/goal.txt +goal.txt +# springboot/archetype/src/test/resources/projects/it-custom-decisions/goal.txt +goal.txt +# springboot/archetype/src/test/resources/projects/it-custom-process/goal.txt +goal.txt +# springboot/integration-tests/integration-tests-springboot-kafka-it/.gitignore +.gitignore +# springboot/integration-tests/integration-tests-springboot-processes-it/.gitignore +.gitignore +# springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/AdHocFragments.bpmn +AdHocFragments.bpmn +# springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn +cinema.bpmn +# springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn +monitoring.bpmn +# springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn +multi-instance-task.bpmn +# springboot/integration-tests/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/.gitignore +.gitignore +# springboot/integration-tests/integration-tests-springboot-usertasks-it/src/main/resources/approval.bpmn +approval.bpmn From 8e0651de9129367fe65f5c3df3bd7137efe54fa7 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Thu, 21 Nov 2024 13:53:47 +0100 Subject: [PATCH 19/24] Use apache-rat v0.16.1 --- .github/workflows/ci_check_license_headers.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_check_license_headers.yaml b/.github/workflows/ci_check_license_headers.yaml index 363e014d111..f3b13afc153 100644 --- a/.github/workflows/ci_check_license_headers.yaml +++ b/.github/workflows/ci_check_license_headers.yaml @@ -33,10 +33,8 @@ jobs: - name: Download Apache RAT run: | - curl -LO https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.17-SNAPSHOT/apache-rat-0.17-20241115.065104-374.jar + curl -LO https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.16.1/apache-rat-0.16.1.jar - name: Run Apache RAT run: | - java -jar apache-rat-0.17-20241115.065104-374.jar --input-exclude-file .rat-excludes -- . > .tmp-rat-check-output - cat .tmp-rat-check-output - grep "Files with unapproved licenses:" .tmp-rat-check-output && rm .tmp-rat-check-output && echo "There are files with missing or unapproved license headers." && exit 1 || rm .tmp-rat-check-output && echo "All files have correct license headers." \ No newline at end of file + java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes | grep "== File:" && echo "The files listed above are missing license headers." && exit 1 || echo "All files have license headers." From 62e9a7277e67e21587b45bb8650fd14016677dc8 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Thu, 21 Nov 2024 14:20:03 +0100 Subject: [PATCH 20/24] Everthing -> Everything --- NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 6a7d335aa36..a1c5656ff47 100644 --- a/NOTICE +++ b/NOTICE @@ -5,5 +5,5 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). The Initial Developer of some parts of the framework, which are copied from, derived from, or -inspired by KIE (Knowledge Is Everthing) group, is Red Hat, Inc (https://www.redhat.com/). +inspired by KIE (Knowledge Is Everything) group, is Red Hat, Inc (https://www.redhat.com/). Copyright Red Hat, Inc. and/or its affiliates.. All Rights Reserved. From b78016f34c621110b4a3d91a84260ee546bafd82 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Thu, 21 Nov 2024 14:26:27 +0100 Subject: [PATCH 21/24] BPMN LICENSE text --- LICENSE | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 102 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 9024cbdfd5a..0f75c3b036b 100644 --- a/LICENSE +++ b/LICENSE @@ -206,6 +206,106 @@ for jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd + jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd + jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd - -TODO put license text for files listed above here. \ No newline at end of file + jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd + jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd + jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd + jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd + jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd + jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd + jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd + jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd + jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd + +Copyright © 2010, Axway +Copyright © 2010, BizAgi +Copyright © 2010, Bruce Silver Associates +Copyright © 2010, IDS Scheer +Copyright © 2010, IBM Corp. +Copyright © 2010, MEGA International +Copyright © 2010, Model Driven Solutions +Copyright © 2010, Object Management Group +Copyright © 2010, Oracle +Copyright © 2010, SAP AG +Copyright © 2010, Software AG +Copyright © 2010, TIBCO Software +Copyright © 2010, Unisys + +USE OF SPECIFICATION - TERMS, CONDITIONS & NOTICES +The material in this document details an Object Management Group specification in accordance with the terms, +conditions and notices set forth below. This document does not represent a commitment to implement any portion of this +specification in any company's products. The information contained in this document is subject to change without notice. + +LICENSES +The companies listed above have granted to the Object Management Group, Inc. (OMG) a nonexclusive, royalty-free, +paid up, worldwide license to copy and distribute this document and to modify this document and distribute copies of the +modified version. Each of the copyright holders listed above has agreed that no person shall be deemed to have infringed +the copyright in the included material of any such copyright holder by reason of having used the specification set forth +herein or having conformed any computer software to the specification. +Subject to all of the terms and conditions below, the owners of the copyright in this specification hereby grant you a fullypaid up, non-exclusive, nontransferable, perpetual, worldwide license (without the right to sublicense), to use this +specification to create and distribute software and special purpose specifications that are based upon this specification, +and to use, copy, and distribute this specification as provided under the Copyright Act; provided that: (1) both the +copyright notice identified above and this permission notice appear on any copies of this specification; (2) the use of the +specifications is for informational purposes and will not be copied or posted on any network computer or broadcast in any +media and will not be otherwise resold or transferred for commercial purposes; and (3) no modifications are made to this +specification. This limited permission automatically terminates without notice if you breach any of these terms or +conditions. Upon termination, you will destroy immediately any copies of the specifications in your possession or control. + +PATENTS +The attention of adopters is directed to the possibility that compliance with or adoption of OMG specifications may +require use of an invention covered by patent rights. OMG shall not be responsible for identifying patents for which a +license may be required by any OMG specification, or for conducting legal inquiries into the legal validity or scope of +those patents that are brought to its attention. OMG specifications are prospective and advisory only. Prospective users are +responsible for protecting themselves against liability for infringement of patents. + +GENERAL USE RESTRICTIONS +Any unauthorized use of this specification may violate copyright laws, trademark laws, and communications regulations +and statutes. This document contains information which is protected by copyright. All Rights Reserved. No part of this +work covered by copyright herein may be reproduced or used in any form or by any means--graphic, electronic, or +mechanical, including photocopying, recording, taping, or information storage and retrieval systems--without permission +of the copyright owner. + +DISCLAIMER OF WARRANTY +WHILE THIS PUBLICATION IS BELIEVED TO BE ACCURATE, IT IS PROVIDED "AS IS" AND MAY CONTAIN +ERRORS OR MISPRINTS. THE OBJECT MANAGEMENT GROUP AND THE COMPANIES LISTED ABOVE +MAKE NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS PUBLICATION, +INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF TITLE OR OWNERSHIP, IMPLIED WARRANTY OF +MERCHANTABILITY OR WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE OR USE. +IN NO EVENT SHALL THE OBJECT MANAGEMENT GROUP OR ANY OF THE COMPANIES LISTED ABOVE +BE LIABLE FOR ERRORS CONTAINED HEREIN OR FOR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +CONSEQUENTIAL, RELIANCE OR COVER DAMAGES, INCLUDING LOSS OF PROFITS, REVENUE, DATA OR +USE, INCURRED BY ANY USER OR ANY THIRD PARTY IN CONNECTION WITH THE FURNISHING, +PERFORMANCE, OR USE OF THIS MATERIAL, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. +The entire risk as to the quality and performance of software developed using this specification is borne by you. This +disclaimer of warranty constitutes an essential part of the license granted to you to use this specification. + +RESTRICTED RIGHTS LEGEND +Use, duplication or disclosure by the U.S. Government is subject to the restrictions set forth in subparagraph (c) (1) (ii) of +The Rights in Technical Data and Computer Software Clause at DFARS 252.227-7013 or in subparagraph (c)(1) and (2) +of the Commercial Computer Software - Restricted Rights clauses at 48 C.F.R. 52.227-19 or as specified in 48 C.F.R. 227- +7202-2 of the DoD F.A.R. Supplement and its successors, or as specified in 48 C.F.R. 12.212 of the Federal Acquisition +Regulations and its successors, as applicable. The specification copyright owners are as indicated above and may be +contacted through the Object Management Group, 140 Kendrick Street, Needham, MA 02494, U.S.A. + +TRADEMARKS +MDA®, Model Driven Architecture®, UML®, UML Cube logo®, OMG Logo®, CORBA® and XMI® are registered +trademarks of the Object Management Group, Inc., and Object Management Group™, OMG™ , Unified Modeling +Language™, Model Driven Architecture Logo™, Model Driven Architecture Diagram™, CORBA logos™, XMI +Logo™, CWM™, CWM Logo™, IIOP™ , IMM™ , MOF™ , OMG Interface Definition Language (IDL)™ , and OMG +Systems Modeling Language (OMG SysML)™ are trademarks of the Object Management Group. All other products or +company names mentioned are used for identification purposes only, and may be trademarks of their respective owners. + +COMPLIANCE +The copyright holders listed above acknowledge that the Object Management Group (acting itself or through its +designees) is and shall at all times be the sole entity that may authorize developers, suppliers and sellers of computer +software to use certification marks, trademarks or other special designations to indicate compliance with these materials. +Software developed under the terms of this license may claim compliance or conformance with this specification if and +only if the software compliance is of a nature fully matching the applicable compliance points as stated in the +specification. Software developed only partially matching the applicable compliance points may claim only that the +software was based on this specification, but may not claim compliance or conformance with this specification. In the +event that testing suites are implemented or approved by Object Management Group, Inc., software developed using this +specification may claim compliance or conformance with the specification only if the software satisfactorily completes +the testing suites. From a2170854983d050a7f570963d1726d7d3c8b40fe Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 22 Nov 2024 05:54:44 +0100 Subject: [PATCH 22/24] CI :: License headers --- .github/workflows/ci_check_license_headers.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_check_license_headers.yaml b/.github/workflows/ci_check_license_headers.yaml index f3b13afc153..cb3819f18a0 100644 --- a/.github/workflows/ci_check_license_headers.yaml +++ b/.github/workflows/ci_check_license_headers.yaml @@ -17,14 +17,14 @@ # under the License. # -name: "CI :: Check license headers" +name: "CI :: License headers" on: pull_request: types: [opened, synchronize, reopened, ready_for_review] jobs: - check-license-headers: + check: runs-on: ubuntu-latest steps: From d0e2f8024d736711273e58c6d6bda96b30049ab3 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Fri, 22 Nov 2024 06:07:27 +0100 Subject: [PATCH 23/24] kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources --- .rat-excludes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.rat-excludes b/.rat-excludes index ead5b5cb9f7..7e026100909 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -128,6 +128,14 @@ org.kie.kogito.internal.process.workitem.KogitoWorkItemHandlerFactory kogito.addon # kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/process/process-generation-test.skip.txt process-generation-test.skip.txt +# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotCompletedDeadline.bpmn2 +UserTasksNotCompletedDeadline.bpmn2 +# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotCompletedReassign.bpmn2 +UserTasksNotCompletedReassign.bpmn2 +# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotStartedDeadline.bpmn2 +UserTasksNotStartedDeadline.bpmn2 +# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotStartedReasssign.bpmn2 +UserTasksNotStartedReasssign.bpmn2 # kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/test/resources/sampleFile1.txt sampleFile1.txt # kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/test/resources/sampleFile2.txt From e376fd93904113dde9c8790239e4be0c3583ad89 Mon Sep 17 00:00:00 2001 From: Jozef Marko Date: Mon, 25 Nov 2024 11:50:05 +0100 Subject: [PATCH 24/24] .bpmn[2] files --- .rat-excludes | 72 ------------------- ...rySignalEventOnTaskWithTransformation.bpmn | 18 +++++ .../BPMN2-UserTaskAssignmentActor.bpmn | 18 +++++ .../BPMN2-UserTaskAssignmentActorGroup.bpmn | 18 +++++ .../BPMN2-UserTaskAssignmentGroup.bpmn | 18 +++++ .../BPMN2-UserTaskAssignmentNone.bpmn | 18 +++++ .../adhoc/BPMN2-AdHocTerminateEndEvent.bpmn2 | 18 +++++ .../BPMN2-BusinessCalendarTimer.bpmn2 | 18 +++++ .../BPMN2-EventSubprocessEscalation.bpmn2 | 18 +++++ .../escalation/BPMN2-Multiescalation.bpmn2 | 18 +++++ .../escalation/BPMN2-TopLevelEscalation.bpmn2 | 18 +++++ .../flow/BPMN2-BooleanStructureRef.bpmn2 | 18 +++++ .../bpmn2/flow/BPMN2-BrokenStructureRef.bpmn2 | 18 +++++ .../BPMN2-DefaultObjectStructureRef.bpmn2 | 18 +++++ .../bpmn2/flow/BPMN2-FloatStructureRef.bpmn2 | 18 +++++ .../flow/BPMN2-IntegerStructureRef.bpmn2 | 18 +++++ .../bpmn2/flow/BPMN2-ObjectStructureRef.bpmn2 | 18 +++++ ...iInstanceLoopSubprocessBoundaryTimer.bpmn2 | 18 +++++ ...BPMN2-SubProcessWithEntryExitScripts.bpmn2 | 18 +++++ .../resources/BPMN2-StringStructureRef.bpmn2 | 18 +++++ .../UserTasksNotCompletedDeadline.bpmn2 | 18 +++++ .../UserTasksNotCompletedReassign.bpmn2 | 20 +++++- .../UserTasksNotStartedDeadline.bpmn2 | 18 +++++ .../UserTasksNotStartedReasssign.bpmn2 | 18 +++++ .../main/resources/com/example/flexible.bpmn | 18 +++++ .../src/main/resources/AddedTask.bpmn | 18 +++++ .../src/main/resources/EmbeddedProcess.bpmn | 18 +++++ .../src/main/resources/AdHocFragments.bpmn | 18 +++++ .../src/main/resources/cinema.bpmn | 18 +++++ .../src/main/resources/monitoring.bpmn | 18 +++++ .../main/resources/multi-instance-task.bpmn | 18 +++++ .../src/main/resources/approval.bpmn | 18 +++++ .../src/main/resources/AdHocFragments.bpmn | 18 +++++ .../src/main/resources/cinema.bpmn | 18 +++++ .../src/main/resources/monitoring.bpmn | 18 +++++ .../main/resources/multi-instance-task.bpmn | 18 +++++ .../src/main/resources/approval.bpmn | 18 +++++ 37 files changed, 649 insertions(+), 73 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 7e026100909..fbf8012a8da 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -74,44 +74,6 @@ simple_invalid_migration.invalid simple_migration.mpf # jbpm/jbpm-flow-migration/src/test/resources/META-INF/migration-plan/simple_migration_version.mpf simple_migration_version.mpf -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn -BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActor.bpmn -BPMN2-UserTaskAssignmentActor.bpmn -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActorGroup.bpmn -BPMN2-UserTaskAssignmentActorGroup.bpmn -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentGroup.bpmn -BPMN2-UserTaskAssignmentGroup.bpmn -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentNone.bpmn -BPMN2-UserTaskAssignmentNone.bpmn -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/adhoc/BPMN2-AdHocTerminateEndEvent.bpmn2 -BPMN2-AdHocTerminateEndEvent.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/calendar/BPMN2-BusinessCalendarTimer.bpmn2 -BPMN2-BusinessCalendarTimer.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EventSubprocessEscalation.bpmn2 -BPMN2-EventSubprocessEscalation.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-Multiescalation.bpmn2 -BPMN2-Multiescalation.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-TopLevelEscalation.bpmn2 -BPMN2-TopLevelEscalation.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BooleanStructureRef.bpmn2 -BPMN2-BooleanStructureRef.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BrokenStructureRef.bpmn2 -BPMN2-BrokenStructureRef.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-DefaultObjectStructureRef.bpmn2 -BPMN2-DefaultObjectStructureRef.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-FloatStructureRef.bpmn2 -BPMN2-FloatStructureRef.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-IntegerStructureRef.bpmn2 -BPMN2-IntegerStructureRef.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-ObjectStructureRef.bpmn2 -BPMN2-ObjectStructureRef.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/loop/BPMN2-MultiInstanceLoopSubprocessBoundaryTimer.bpmn2 -BPMN2-MultiInstanceLoopSubprocessBoundaryTimer.bpmn2 -# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithEntryExitScripts.bpmn2 -BPMN2-SubProcessWithEntryExitScripts.bpmn2 -# jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 -BPMN2-StringStructureRef.bpmn2 # jbpm/jbpm-tests/src/test/resources/calendar.properties calendar.properties # jbpm/jbpm-tests/src/test/resources/xxe-protection/Text1.txt @@ -128,14 +90,6 @@ org.kie.kogito.internal.process.workitem.KogitoWorkItemHandlerFactory kogito.addon # kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/process/process-generation-test.skip.txt process-generation-test.skip.txt -# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotCompletedDeadline.bpmn2 -UserTasksNotCompletedDeadline.bpmn2 -# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotCompletedReassign.bpmn2 -UserTasksNotCompletedReassign.bpmn2 -# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotStartedDeadline.bpmn2 -UserTasksNotStartedDeadline.bpmn2 -# kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotStartedReasssign.bpmn2 -UserTasksNotStartedReasssign.bpmn2 # kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/test/resources/sampleFile1.txt sampleFile1.txt # kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/test/resources/sampleFile2.txt @@ -208,8 +162,6 @@ kogito.addon TrafficViolation.txt # quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test-hot-reload/src/test/resources/adult.txt adult.txt -# quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/flexible.bpmn -flexible.bpmn # quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-integration-test-hot-reload/src/test/resources/adult.txt adult.txt # quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-integration-test-hot-reload/src/test/resources/drl1.txt @@ -218,22 +170,8 @@ drl1.txt long-call.sw.yaml # quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/test/resources/__snapshots__/ServerlessWorkflowCodestartTest/testContent/src_test_resources_application.yml src_test_resources_application.yml -# quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocFragments.bpmn -AdHocFragments.bpmn -# quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/cinema.bpmn -cinema.bpmn -# quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/monitoring.bpmn -monitoring.bpmn -# quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/multi-instance-task.bpmn -multi-instance-task.bpmn -# quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AddedTask.bpmn -AddedTask.bpmn -# quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn -EmbeddedProcess.bpmn # quarkus/integration-tests/integration-tests-quarkus-rules/src/test/resources/LoanUnit.xls.properties.test LoanUnit.xls.properties.test -# quarkus/integration-tests/integration-tests-quarkus-usertasks/src/main/resources/approval.bpmn -approval.bpmn # springboot/addons/events/decisions/src/main/resources/META-INF/kogito.addon kogito.addon # springboot/addons/events/predictions/src/main/resources/META-INF/kogito.addon @@ -278,15 +216,5 @@ goal.txt .gitignore # springboot/integration-tests/integration-tests-springboot-processes-it/.gitignore .gitignore -# springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/AdHocFragments.bpmn -AdHocFragments.bpmn -# springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn -cinema.bpmn -# springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn -monitoring.bpmn -# springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn -multi-instance-task.bpmn # springboot/integration-tests/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/.gitignore .gitignore -# springboot/integration-tests/integration-tests-springboot-usertasks-it/src/main/resources/approval.bpmn -approval.bpmn diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn index abf5d076e7a..ee6aad92430 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActor.bpmn b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActor.bpmn index 6b34d02f0a1..84c60ee4f21 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActor.bpmn +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActor.bpmn @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActorGroup.bpmn b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActorGroup.bpmn index 1b11d2f4e48..4f1b3db6caa 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActorGroup.bpmn +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentActorGroup.bpmn @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentGroup.bpmn b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentGroup.bpmn index 3f8dd4c29d9..9fa56737657 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentGroup.bpmn +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentGroup.bpmn @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentNone.bpmn b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentNone.bpmn index f73402a78db..6d71eff3385 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentNone.bpmn +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskAssignmentNone.bpmn @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/adhoc/BPMN2-AdHocTerminateEndEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/adhoc/BPMN2-AdHocTerminateEndEvent.bpmn2 index 9fa6ea3c097..3cb4b05dbca 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/adhoc/BPMN2-AdHocTerminateEndEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/adhoc/BPMN2-AdHocTerminateEndEvent.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/calendar/BPMN2-BusinessCalendarTimer.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/calendar/BPMN2-BusinessCalendarTimer.bpmn2 index 490924b1f18..6abea3abfdd 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/calendar/BPMN2-BusinessCalendarTimer.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/calendar/BPMN2-BusinessCalendarTimer.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EventSubprocessEscalation.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EventSubprocessEscalation.bpmn2 index 9a923a86940..f72432f60ad 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EventSubprocessEscalation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EventSubprocessEscalation.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-Multiescalation.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-Multiescalation.bpmn2 index 053b00c8824..69e84769c4f 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-Multiescalation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-Multiescalation.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-TopLevelEscalation.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-TopLevelEscalation.bpmn2 index 140b641e691..35ec595f2e1 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-TopLevelEscalation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-TopLevelEscalation.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BooleanStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BooleanStructureRef.bpmn2 index 4f1a5f4cf1c..6fe9d32d026 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BooleanStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BooleanStructureRef.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BrokenStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BrokenStructureRef.bpmn2 index d3e534a9a0a..41ebdf3ab35 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BrokenStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-BrokenStructureRef.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-DefaultObjectStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-DefaultObjectStructureRef.bpmn2 index fa9f4215e59..6f2e1f92175 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-DefaultObjectStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-DefaultObjectStructureRef.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-FloatStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-FloatStructureRef.bpmn2 index 6adad3b6485..df0dedc9973 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-FloatStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-FloatStructureRef.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-IntegerStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-IntegerStructureRef.bpmn2 index b3897ef2253..0784051ab9e 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-IntegerStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-IntegerStructureRef.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-ObjectStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-ObjectStructureRef.bpmn2 index 103d1d5156b..9cb60b2a748 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-ObjectStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-ObjectStructureRef.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/loop/BPMN2-MultiInstanceLoopSubprocessBoundaryTimer.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/loop/BPMN2-MultiInstanceLoopSubprocessBoundaryTimer.bpmn2 index 5afcff04cbd..d95a3e1753a 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/loop/BPMN2-MultiInstanceLoopSubprocessBoundaryTimer.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/loop/BPMN2-MultiInstanceLoopSubprocessBoundaryTimer.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithEntryExitScripts.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithEntryExitScripts.bpmn2 index 0f9b4dc9e88..5d76e80189b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithEntryExitScripts.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithEntryExitScripts.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 index 60b94bb8129..2565119cc93 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 @@ -1,4 +1,22 @@ + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotCompletedDeadline.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotCompletedDeadline.bpmn2 index 1c7eb2d169e..bd2ed487829 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotCompletedDeadline.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksNotCompletedDeadline.bpmn2 @@ -1,4 +1,22 @@ + + + + + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AddedTask.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AddedTask.bpmn index 6668aa4f716..efb2f7ad948 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AddedTask.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AddedTask.bpmn @@ -1,4 +1,22 @@ + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn index 9dfe55cf448..4605d5b444f 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn @@ -1,4 +1,22 @@ + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocFragments.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocFragments.bpmn index b1f2dcd8979..3ee426fb402 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocFragments.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocFragments.bpmn @@ -1,4 +1,22 @@ + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/cinema.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/cinema.bpmn index 31001420145..e8f66a7b3c9 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/cinema.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/cinema.bpmn @@ -1,4 +1,22 @@ + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/monitoring.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/monitoring.bpmn index 417df6efeb6..b8cdfe0d4c8 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/monitoring.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/monitoring.bpmn @@ -1,4 +1,22 @@ + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/multi-instance-task.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/multi-instance-task.bpmn index 61bfd8853fa..7e22eb7fc81 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/multi-instance-task.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/multi-instance-task.bpmn @@ -1,4 +1,22 @@ + diff --git a/quarkus/integration-tests/integration-tests-quarkus-usertasks/src/main/resources/approval.bpmn b/quarkus/integration-tests/integration-tests-quarkus-usertasks/src/main/resources/approval.bpmn index 275d148f7ac..521099709e4 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-usertasks/src/main/resources/approval.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-usertasks/src/main/resources/approval.bpmn @@ -1,4 +1,22 @@ + diff --git a/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/AdHocFragments.bpmn b/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/AdHocFragments.bpmn index 5910d68133c..a9bdf9430c1 100644 --- a/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/AdHocFragments.bpmn +++ b/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/AdHocFragments.bpmn @@ -1,4 +1,22 @@ + diff --git a/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn b/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn index 07fad205630..00a1672ff1e 100644 --- a/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn +++ b/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn @@ -1,4 +1,22 @@ + diff --git a/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn b/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn index 29c2c5ca76b..acc31665c02 100644 --- a/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn +++ b/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn @@ -1,4 +1,22 @@ + diff --git a/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn b/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn index 1d6cd33cf0a..4479cce36ef 100644 --- a/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn +++ b/springboot/integration-tests/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn @@ -1,4 +1,22 @@ + diff --git a/springboot/integration-tests/integration-tests-springboot-usertasks-it/src/main/resources/approval.bpmn b/springboot/integration-tests/integration-tests-springboot-usertasks-it/src/main/resources/approval.bpmn index 275d148f7ac..521099709e4 100644 --- a/springboot/integration-tests/integration-tests-springboot-usertasks-it/src/main/resources/approval.bpmn +++ b/springboot/integration-tests/integration-tests-springboot-usertasks-it/src/main/resources/approval.bpmn @@ -1,4 +1,22 @@ +