This is an automated email from the ASF dual-hosted git repository.

jomarko pushed a commit to branch 10.0.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new f3951d17f3 [10.0.x] kie-issues#1613: Add `CI :: License headers` 
GitHub Actions workflow (#3797)
f3951d17f3 is described below

commit f3951d17f34fd262ee4fd2b3dc377e9c67077fa6
Author: Jozef Marko <[email protected]>
AuthorDate: Mon Dec 2 08:55:23 2024 +0100

    [10.0.x] kie-issues#1613: Add `CI :: License headers` GitHub Actions 
workflow (#3797)
    
    * kie-issues#1613: Add `CI :: License headers` GitHub Actions workflow 
(#3714)
    
    * Add license header
    
    * Revert "Add license header"
    
    This reverts commit 00cfcc576ecbf25385000527951183892bcf4844.
    
    * Add license header
    
    * revert beans.xml
    
    * .rat-excludes and rat check action
    
    * remove checkstyle.header.template
    
    * OMG BPMN SPEC files license
    
    * .rat-excludes fix format - escaping
    
    * .rat-excludes
    
    * storage-jpa license
    
    * apache rat 17
    
    * fix exit logic
    
    * print rat check output
    
    * align with other PRs of kie-issues#1613
    
    * license text placeholder
    
    * LICENSE SPEC
    
    * Revert "LICENSE SPEC"
    
    This reverts commit 3e4e2f87ec31c7b425eff0f51c6a337750c91bc2.
    
    * List explicitely all files in the .rat-excludes
    
    * Use apache-rat v0.16.1
    
    * Everthing -> Everything
    
    * BPMN LICENSE text
    
    * CI :: License headers
    
    * 
kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources
    
    * .bpmn[2] files
    
    * Adapt .rat-excludes
    
    * Resolve conflicts
    
    * Exclude pepe.txt
---
 .../workflows/ci_check_license_headers.yaml        |  41 ++---
 .gitignore                                         |   5 +-
 .rat-excludes                                      | 196 +++++++++++++++++++++
 ...oundarySignalEventOnTaskWithTransformation.bpmn |   1 -
 .../bpmn2/escalation/BPMN2-Multiescalation.bpmn2   |   1 -
 .../escalation/BPMN2-TopLevelEscalation.bpmn2      |   1 -
 kogito-build/kogito-build-no-bom-parent/pom.xml    |  26 ---
 pom.xml                                            |  30 ----
 .../src/main/resources/application.properties      |   2 +-
 9 files changed, 220 insertions(+), 83 deletions(-)

diff --git a/.gitignore b/.github/workflows/ci_check_license_headers.yaml
similarity index 55%
copy from .gitignore
copy to .github/workflows/ci_check_license_headers.yaml
index e3de706c44..cb3819f18a 100644
--- a/.gitignore
+++ b/.github/workflows/ci_check_license_headers.yaml
@@ -1,4 +1,4 @@
-###
+#
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information
@@ -15,29 +15,26 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-###
+#
+
+name: "CI :: License headers"
 
-target/
-/local
+on:
+  pull_request:
+    types: [opened, synchronize, reopened, ready_for_review]
 
-**/.idea
+jobs:
+  check:
+    runs-on: ubuntu-latest
 
-# Repository wide ignore mac DS_Store files
-.DS_Store
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v3
 
-# Eclipse, Netbeans and IntelliJ files
-!.gitignore
-!.github
-/nbproject
-/*.ipr
-/*.iws
-*.iml
-.settings/
-.project
-.classpath
-.factorypath
-.vscode
-.run/
-.checkstyle
+      - 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
 
-*.log
\ No newline at end of file
+      - 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."
diff --git a/.gitignore b/.gitignore
index e3de706c44..fa15842c86 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 0000000000..8b9156e5c3
--- /dev/null
+++ b/.rat-excludes
@@ -0,0 +1,196 @@
+# .rat-excludes
+.rat-excludes
+# DISCLAIMER-WIP
+DISCLAIMER-WIP
+# 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/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
+# 
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.txt
+pepe.txt
+# 
kogito-serverless-workflow/kogito-serverless-workflow-executor-python/requirements.txt
+requirements.txt
+# 
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/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-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/test/resources/__snapshots__/ServerlessWorkflowCodestartTest/testContent/src_test_resources_application.yml
+src_test_resources_application.yml
+# 
quarkus/integration-tests/integration-tests-quarkus-rules/src/test/resources/LoanUnit.xls.properties.test
+LoanUnit.xls.properties.test
+# 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/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
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 8d3c31697b..ee6aad9243 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
@@ -17,7 +17,6 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
 <definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:tns="http://www.jboss.org/drools"; 
xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" 
id="Definition" expressionLanguage="http://www.mvel.org/2.0"; 
typeLanguage="http://www.java.com/javaTypes";>
   <itemDefinition id="_xItem" structureRef="String" />
   <process id="BoundarySignalEventOnTaskWithTransformation" 
tns:packageName="org.jbpm.bpmn2.activity" name="BoundarySignalOnTask" 
isExecutable="true" processType="Private">
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 f28966ae3e..69e84769c4 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
@@ -17,7 +17,6 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:bpsim="http://www.bpsim.org/schemas/1.0"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:drools="http://www.jboss.org/drools"; id="_4D6UQA-DED2fZdcCquQDuw" 
xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd 
http://www. [...]
   <bpmn2:itemDefinition id="_dataItem" structureRef="String"/>
   <bpmn2:itemDefinition id="_enddataItem" structureRef="String"/>
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 f956dc04a9..35ec595f2e 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
@@ -17,7 +17,6 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:bpsim="http://www.bpsim.org/schemas/1.0"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:drools="http://www.jboss.org/drools"; id="_ioNE0A98ED2kMdINZFf-yQ" 
xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd 
http://www. [...]
   <bpmn2:itemDefinition id="_dataItem" structureRef="String"/>
   <bpmn2:itemDefinition 
id="__A4C8228C-1359-4663-A82B-4AA1C98C3871_dataOutputXItem" 
structureRef="String"/>
diff --git a/kogito-build/kogito-build-no-bom-parent/pom.xml 
b/kogito-build/kogito-build-no-bom-parent/pom.xml
index b1c42e6df2..361c949057 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 @@
   -->
   <properties>
     <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
-    <checkstyle.header.template><![CDATA[
-^\/\*$\n^
-\* Licensed to the Apache Software Foundation \(ASF\) under one$\n^
-\* or more contributor license agreements\.  See the NOTICE file$\n^
-\* distributed with this work for additional information$\n^
-\* regarding copyright ownership\.  The ASF licenses this file$\n^
-\* to you under the Apache License, Version 2\.0 \(the$\n^
-\* &quot;License&quot;\); you may not use this file except in compliance$\n^
-\* with the License\.  You may obtain a copy of the License at$\n^
-\*$\n^
-\*   http:\/\/www\.apache\.org\/licenses\/LICENSE-2\.0$\n^
-\*$\n^
-\* Unless required by applicable law or agreed to in writing,$\n^
-\* software distributed under the License is distributed on an$\n^
-\* &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY$\n^
-\* KIND, either express or implied\.  See the License for the$\n^
-\* specific language governing permissions and limitations$\n^
-\* under the License\.$\n^
-\*\/$
-]]>
-    </checkstyle.header.template>
-    <checkstyle.header.extensions>java,groovy</checkstyle.header.extensions>
     <checkstyle.logViolationsToConsole>true</checkstyle.logViolationsToConsole>
 
     <!-- container images for testing -->
@@ -190,10 +168,6 @@
           <configuration>
             <checkstyleRules>
               <module name="Checker">
-                <module name="RegexpHeader">
-                  <property name="header" 
value="${checkstyle.header.template}"/>
-                  <property name="fileExtensions" 
value="${checkstyle.header.extensions}"/>
-                </module>
                 <module name="TreeWalker">
                   <module name="RegexpSinglelineJava">
                     <property name="format" value="@author"/>
diff --git a/pom.xml b/pom.xml
index 8c22356176..efb3900e76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,6 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     
<project.build.outputTimestamp>2024-07-16T20:52:10Z</project.build.outputTimestamp>
     <version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
-    <version.apache-rat-plugin>0.16.1</version.apache-rat-plugin>
     <version.maven-javadoc-plugin>3.6.2</version.maven-javadoc-plugin>
   </properties>
 
@@ -115,35 +114,6 @@
             <outputTimestamp>${project.build.outputTimestamp}</outputTimestamp>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <version>${version.apache-rat-plugin}</version>
-          <configuration>
-            <excludes>
-              <exclude>.mvn/maven.config</exclude>
-              <exclude>**/simple_invalid_migration.invalid</exclude>
-              <exclude>**/*.mpf</exclude>
-              <exclude>**/src/test/**/*.txt</exclude>
-              <exclude>**/.gitkeep</exclude>
-              <exclude>**/checkstyle-cachefile</exclude>
-              <exclude>**/*.log</exclude>
-              <exclude>**/*.lst</exclude>
-              <exclude>**/requirements.txt</exclude>
-              <exclude>**/*.addon</exclude>
-              <exclude>**/*.avsc</exclude>
-              <exclude>**/LoanUnit.xls.properties.test</exclude>
-              <exclude>**/src_test_resources_application.yml</exclude>
-              <exclude>**/BPMN*.xsd</exclude>
-              <exclude>**/bpsim.xsd</exclude>
-              <exclude>**/DC.xsd</exclude>
-              <exclude>**/DI.xsd</exclude>
-              <exclude>**/DiagramDefinition.xsd</exclude>
-              <exclude>**/DiagramInterchange.xsd</exclude>
-              <exclude>**/Semantic.xsd</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>
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 53217582ae..464e44b005 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
@@ -17,4 +17,4 @@
 # under the License.
 #
 
-quarkus.native.auto-service-loader-registration=true
\ No newline at end of file
+quarkus.native.auto-service-loader-registration=true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to