From 218e3ddcc81c832392de0c02db07647c16db558d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20Zim=C3=A1nyi?= Date: Fri, 10 May 2024 17:31:34 +0200 Subject: [PATCH] [kie-issues#1168] Add license headers to files (#3498) * Adding a rat-excludes to make this easier Signed-off-by: Jason Porter * Adding ASL v2 header to .gitignore files Signed-off-by: Jason Porter * Adding ASL v2 header to adoc files Signed-off-by: Jason Porter * Adding ASL v2 license header to java files missing them. Signed-off-by: Jason Porter * Adding ASL v2 license header to sql files missing them. Signed-off-by: Jason Porter * Adding ASL v2 license header to pmml files missing them. Signed-off-by: Jason Porter * Adding ASL v2 license header to scesim files missing them. Signed-off-by: Jason Porter * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Add missing copyright headers. * Remove separate rat-excludes file. * Remove duplicate headers in PMML files. * Fix SQL files copyright headers. * Fix SQL files copyright headers. * Fix SVG files. * Fix SourceFilesAddOnIT test. * Fix tests. * Remove duplicate licensing. * Remove Apache licensing from external XSDs. --------- Signed-off-by: Jason Porter Co-authored-by: Jason Porter --- .ci/environments/README.md | 19 +++++ .ci/environments/common/update_quarkus.sh | 19 +++++ .ci/environments/update.sh | 19 +++++ .ci/jenkins/Jenkinsfile | 19 +++++ .ci/jenkins/Jenkinsfile.deploy | 19 +++++ .ci/jenkins/Jenkinsfile.promote | 19 +++++ .ci/jenkins/Jenkinsfile.setup-branch | 19 +++++ .ci/jenkins/Jenkinsfile.weekly.deploy | 19 +++++ .ci/jenkins/dsl/jobs.groovy | 19 +++++ .ci/jenkins/dsl/test.sh | 19 +++++ .ci/jenkins/tests/pom.xml | 19 +++++ .ci/jenkins/tests/setup_pipeline_env.sh | 19 +++++ .../src/test/vars/JenkinsfileDeploy.groovy | 19 +++++ .../src/test/vars/JenkinsfilePromote.groovy | 19 +++++ .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++++ .github/ISSUE_TEMPLATE/config.yml | 19 +++++ .github/ISSUE_TEMPLATE/feature_request.yml | 19 +++++ .github/ci-prerequisites.sh | 19 +++++ .github/dependabot.yml | 19 +++++ .github/pull_request_template.md | 19 +++++ .github/quarkus-ecosystem-test | 19 +++++ .github/workflows/issues.yml | 19 +++++ .github/workflows/pr-backporting.yml | 39 ++++++++++ .github/workflows/pr-downstream.yml | 19 +++++ .github/workflows/pr-jenkins.yml | 19 +++++ .github/workflows/pr-kogito-runtimes.yml | 19 +++++ .gitignore | 19 +++++ .mvn/wrapper/maven-wrapper.properties | 19 +++++ CONTRIBUTING.md | 19 +++++ Develop_on_Mac.md | 19 +++++ Makefile | 19 +++++ README.md | 19 +++++ addons/.gitignore | 19 +++++ addons/README.md | 19 +++++ addons/common/events/.gitignore | 19 +++++ addons/common/events/README.md | 19 +++++ addons/common/events/mongodb/README.md | 19 +++++ addons/common/explainability/README.md | 19 +++++ .../src/test/resources/Traffic Violation.dmn | 19 +++++ .../common/human-task-prediction/.gitignore | 19 +++++ addons/common/human-task-prediction/README.md | 19 +++++ .../human-task-prediction/api/.gitignore | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ .../human-task-prediction/smile/.gitignore | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ addons/common/jobs/README.md | 19 +++++ addons/common/jobs/api/.gitignore | 19 +++++ addons/common/knative/README.md | 19 +++++ ...loudevents.message.MessagePayloadDecorator | 19 +++++ addons/common/kubernetes/README.md | 19 +++++ addons/common/mail/README.md | 19 +++++ addons/common/messaging/README.md | 19 +++++ addons/common/monitoring/README.md | 19 +++++ addons/common/persistence/README.md | 19 +++++ .../resources/BPMN2-UserTask-Script.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ .../common/persistence/infinispan/.gitignore | 19 +++++ .../resources/BPMN2-UserTask-NoActors.bpmn2 | 19 +++++ .../resources/BPMN2-UserTask-Script.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ .../test/resources/process-with-enums.bpmn | 19 +++++ addons/common/persistence/jdbc/README.md | 19 +++++ .../db/ansi/V1.35.0__create_runtime_ansi.sql | 19 +++++ .../ansi/V10.0.0__add_business_key_ansi.sql | 19 +++++ .../ansi/V10.0.1__create_correlation_ansi.sql | 19 +++++ .../V1.35.0__create_runtime_PostgreSQL.sql | 19 +++++ .../V10.0.0__add_business_key_PostgreSQL.sql | 19 +++++ .../V10.0.1__alter_correlation_PostgreSQL.sql | 19 +++++ .../resources/BPMN2-UserTask-Script.bpmn2 | 19 +++++ .../test/resources/BPMN2-UserTask-v2.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ .../resources/BPMN2-UserTask-Script.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ .../common/persistence/postgresql/.gitignore | 19 +++++ .../resources/BPMN2-UserTask-Script.bpmn2 | 19 +++++ .../test/resources/BPMN2-UserTask-v2.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ addons/common/process-management/README.md | 19 +++++ addons/common/process-svg/README.md | 19 +++++ .../resources/META-INF/processSVG/travels.svg | 18 +++++ .../common/rest-exception-handler/README.md | 19 +++++ addons/common/task-management/README.md | 19 +++++ addons/common/tracing/README.md | 19 +++++ addons/deprecated/README.md | 19 +++++ api/.gitignore | 19 +++++ api/kogito-api-incubation-common/README.md | 19 +++++ ...n.common.objectmapper.InternalObjectMapper | 19 +++++ ...n.common.objectmapper.InternalObjectMapper | 19 +++++ api/kogito-api/.gitignore | 19 +++++ ...ogito.jobs.service.api.RecipientDescriptor | 19 +++++ ...kogito.jobs.service.api.ScheduleDescriptor | 19 +++++ api/kogito-services/.gitignore | 19 +++++ .../META-INF/resources/sources/hiring.bpmn | 19 +++++ .../resources/sources/ymlgreet.sw.yml | 19 +++++ docsimg/kogito-bom-hierarchy.drawio.xml | 19 +++++ drools/.gitignore | 19 +++++ drools/kogito-dmn/.gitignore | 19 +++++ .../src/test/resources/TrafficViolation.dmn | 19 +++++ .../org/kie/kogito/dmn/TrafficViolation.dmn | 19 +++++ .../resources/org/kie/kogito/dmn/profile.dmn | 19 +++++ drools/kogito-pmml-openapi/Readme.md | 19 +++++ .../org/kie/kogito/pmml/test_regression.pmml | 20 +++++ .../org/kie/kogito/pmml/test_tree.pmml | 20 +++++ drools/kogito-scenario-simulation/README.md | 19 +++++ .../resources/dmnPmml/KiePMMLRegression.dmn | 19 +++++ .../dmnPmml/KiePMMLRegressionTest.scesim | 19 +++++ .../test/resources/dmnPmml/KiePMMLTree.dmn | 19 +++++ .../resources/dmnPmml/KiePMMLTreeTest.scesim | 19 +++++ .../resources/dmnPmml/test_regression.pmml | 20 +++++ .../src/test/resources/dmnPmml/test_tree.pmml | 20 +++++ .../resources/importedDMN/GeneralRules.dmn | 19 +++++ .../importedDMN/TrafficViolation.dmn | 19 +++++ .../importedDMN/TrafficViolationTest.scesim | 19 +++++ .../Traffic Violation.dmn | 19 +++++ .../Using Imported.dmn | 19 +++++ .../Using Imported.scesim | 19 +++++ .../sampleTest/Traffic Violation.dmn | 19 +++++ .../sampleTest/Violation Scenarios.scesim | 19 +++++ grafana-api/README.md | 19 +++++ history2.adoc | 19 +++++ jbang-header/ApplyHeader.java | 78 +++++++++++++++++++ jbpm/.gitignore | 19 +++++ jbpm/jbpm-bpmn2/.gitignore | 19 +++++ .../src/main/resources/META-INF/BPMN20.xsd | 2 +- .../META-INF/BPMN2SemanticModule.conf | 19 +++++ .../META-INF/BPMNWorkDefinitions.conf | 19 +++++ .../src/main/resources/META-INF/drools.xsd | 19 +++++ .../org.jbpm.assembler.BPMN2ProcessProvider | 19 +++++ ...ess.builder.dialect.ProcessDialectProvider | 19 +++++ ...s.core.impl.XmlProcessDumperFactoryService | 19 +++++ ...kflow.instance.rule.DecisionRuleTypeEngine | 19 +++++ ....instance.rule.RuleFlowGroupRuleTypeEngine | 19 +++++ ...kflow.instance.rule.RuleUnitRuleTypeEngine | 19 +++++ jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd | 2 +- jbpm/jbpm-bpmn2/src/main/xsd/drools.xsd | 19 +++++ jbpm/jbpm-flow-builder/.gitignore | 19 +++++ .../process/builder/processNodeBuilder.conf | 18 +++++ ...iler.compiler.ProcessBuilderFactoryService | 19 +++++ ...jbpm.process.builder.action.ActionCompiler | 19 +++++ ...api.internal.assembler.KieAssemblerService | 19 +++++ ...g.kie.api.internal.weaver.KieWeaverService | 19 +++++ ...nal.builder.KnowledgeBuilderFactoryService | 19 +++++ .../builder/dialect/java/javaInvokers.mvel | 19 +++++ .../builder/dialect/java/javaRule.mvel | 19 +++++ .../resources/META-INF/kie.properties.conf | 19 +++++ .../TestServiceFive/TestServiceFive.wid | 21 ++++- .../TestServiceFour/TestServiceFour.wid | 21 ++++- .../TestServiceOne/TestServiceOne.wid | 19 +++++ .../TestServiceThree/TestServiceThree.wid | 19 +++++ .../TestServiceTwo/TestServiceTwo.wid | 19 +++++ .../TestServiceWithParamValues.wid | 19 +++++ .../TestServiceWithParamValuesThree.wid | 19 +++++ .../TestServiceWithParamValuesTwo.wid | 19 +++++ .../process/workitem/repository/index.conf | 19 +++++ .../workitem/repositorysingledir/repowid.wid | 19 +++++ jbpm/jbpm-flow-migration/pom.xml | 19 +++++ ...m.flow.migration.MigrationPlanFileProvider | 19 +++++ ...bpm.flow.migration.MigrationPlanFileReader | 19 +++++ ...lization.ProcessInstanceMarshallerListener | 19 +++++ jbpm/jbpm-flow/.gitignore | 19 +++++ ...ntime.process.ProcessRuntimeFactoryService | 19 +++++ ....instance.impl.NodeInstanceFactoryProvider | 19 +++++ .../resources/META-INF/kie.properties.conf | 19 +++++ .../src/test/resources/logback-test.xml | 19 +++++ .../org/jbpm/flow/util/engine.policy | 19 +++++ .../resources/org/jbpm/flow/util/kie.policy | 21 ++++- .../src/test/resources/policy/engine.policy | 19 +++++ .../src/test/resources/policy/kie.policy | 19 +++++ .../resources/wids/test-backwardscompat.wid | 19 +++++ ...-backwardscompatmixedandmissingimports.wid | 19 +++++ .../wids/test-backwardscompatpkgimport.wid | 19 +++++ .../resources/wids/test-customdatatype.wid | 19 +++++ .../wids/test-customdatatypenoimport.wid | 18 +++++ .../test/resources/wids/test-noimports.wid | 19 +++++ jbpm/jbpm-tests/pom.xml | 19 +++++ ...OutputAssignmentCustomExpressionLang.bpmn2 | 19 +++++ .../bpmn2/activity/BPMN2-ScriptTask.bpmn2 | 19 +++++ .../bpmn2/activity/BPMN2-ScriptTaskFEEL.bpmn2 | 19 +++++ .../activity/BPMN2-ScriptTaskWithIO.bpmn2 | 19 +++++ .../jbpm/bpmn2/activity/BPMN2-UserTask.bpmn2 | 21 ++++- .../BPMN2-UserTaskWithBooleanOutput.bpmn2 | 19 +++++ .../BPMN2-UserTaskWithDataStore.bpmn2 | 19 +++++ .../BPMN2-UserTaskWithIOexpression.bpmn2 | 19 +++++ .../BPMN2-UserTaskWithParametrizedInput.bpmn2 | 19 +++++ ...BPMN2-UserTaskWithSimulationMetaData.bpmn2 | 19 +++++ .../BPMN2-SubProcessInAdHocProcess.bpmn2 | 19 +++++ .../BPMN2-CollaborationBoundaryMessage.bpmn2 | 19 +++++ ...MN2-CollaborationIntermediateMessage.bpmn2 | 19 +++++ .../BPMN2-CollaborationStartMessage.bpmn2 | 19 +++++ .../compensation/BPMN2-BookResource.bpmn2 | 19 +++++ .../bpmn2/compensation/BPMN2-Booking.bpmn2 | 19 +++++ .../compensation/BPMN2-CancelResource.bpmn2 | 19 +++++ .../compensation/BPMN2-InSubSubProcess.bpmn2 | 19 +++++ .../BPMN2-IntermediateThrowEvent.bpmn2 | 19 +++++ ...edCompensationIntermediateThrowEvent.bpmn2 | 19 +++++ .../BPMN2-ThrowSpecificForSubProcess.bpmn2 | 19 +++++ ...MN2-UserTaskBeforeAssociatedActivity.bpmn2 | 19 +++++ .../BPMN2-UserTaskCompensation.bpmn2 | 19 +++++ .../jbpm/bpmn2/data/BPMN2-Association.bpmn2 | 19 +++++ .../bpmn2/data/BPMN2-CorrelationKey.bpmn2 | 19 +++++ .../data/BPMN2-DataInputAssociations.bpmn2 | 19 +++++ ...N2-DataInputAssociationsLazyCreating.bpmn2 | 19 +++++ .../BPMN2-DataInputAssociationsString.bpmn2 | 19 +++++ ...-DataInputAssociationsStringNoQuotes.bpmn2 | 19 +++++ ...N2-DataInputAssociationsStringObject.bpmn2 | 19 +++++ ...PMN2-DataInputAssociationsXmlLiteral.bpmn2 | 19 +++++ .../jbpm/bpmn2/data/BPMN2-DataObject.bpmn2 | 19 +++++ .../data/BPMN2-DataOutputAssociations.bpmn2 | 19 +++++ .../BPMN2-DataOutputAssociationsXmlNode.bpmn2 | 19 +++++ .../org/jbpm/bpmn2/data/BPMN2-DataStore.bpmn2 | 19 +++++ .../jbpm/bpmn2/data/BPMN2-Evaluation.bpmn2 | 19 +++++ .../jbpm/bpmn2/data/BPMN2-Evaluation2.bpmn2 | 19 +++++ .../jbpm/bpmn2/data/BPMN2-Evaluation3.bpmn2 | 19 +++++ .../org/jbpm/bpmn2/data/BPMN2-Import.bpmn2 | 19 +++++ ...ryErrorEventCatchingOnEntryException.bpmn2 | 19 +++++ ...aryErrorEventCatchingOnExitException.bpmn2 | 19 +++++ ...yErrorEventDefaultHandlerByErrorCode.bpmn2 | 19 +++++ ...HandlerWithErrorCodeWithStructureRef.bpmn2 | 19 +++++ ...dlerWithErrorCodeWithoutStructureRef.bpmn2 | 19 +++++ ...BPMN2-BoundaryErrorEventStructureRef.bpmn2 | 19 +++++ .../BPMN2-EndErrorWithEventSubprocess.bpmn2 | 19 +++++ ...BPMN2-ErrorBoundaryEventInterrupting.bpmn2 | 19 +++++ .../BPMN2-ErrorBoundaryEventOnTask.bpmn2 | 19 +++++ ...BPMN2-EventSubProcessErrorWithScript.bpmn2 | 19 +++++ .../error/BPMN2-EventSubprocessError.bpmn2 | 19 +++++ ...SubprocessErrorHandlingWithErrorCode.bpmn2 | 19 +++++ .../BPMN2-EscalationBoundaryEvent.bpmn2 | 19 +++++ ...-EscalationBoundaryEventInterrupting.bpmn2 | 19 +++++ .../BPMN2-EscalationBoundaryEventOnTask.bpmn2 | 19 +++++ ...ationBoundaryEventOnTaskInterrupting.bpmn2 | 19 +++++ .../escalation/BPMN2-EscalationEndEvent.bpmn2 | 19 +++++ .../BPMN2-EscalationEndEventHandling.bpmn2 | 19 +++++ .../BPMN2-EscalationWithDataMapping.bpmn2 | 19 +++++ ...MN2-IntermediateThrowEventEscalation.bpmn2 | 19 +++++ .../event/BPMN2-EndEventSignalWithData.bpmn2 | 19 +++++ .../bpmn2/event/BPMN2-ErrorEndEvent.bpmn2 | 19 +++++ ...MN2-OnEntryExitDesignerScriptProcess.bpmn2 | 19 +++++ ...ntryExitMixedNamespacedScriptProcess.bpmn2 | 19 +++++ ...2-OnEntryExitNamespacedScriptProcess.bpmn2 | 19 +++++ .../BPMN2-OnEntryExitScriptProcess.bpmn2 | 19 +++++ .../bpmn2/event/BPMN2-ParallelSplit.bpmn2 | 19 +++++ .../event/BPMN2-ParallelSplitTerminate.bpmn2 | 19 +++++ .../bpmn2/event/BPMN2-SignalEndEvent.bpmn2 | 19 +++++ ...SubprocessWithParallelSplitTerminate.bpmn2 | 19 +++++ .../jbpm/bpmn2/feel/BPMN2-GatewayFEEL.bpmn2 | 19 +++++ ...PMN2-CompositeProcessWithDIGraphical.bpmn2 | 19 +++++ .../bpmn2/flow/BPMN2-ExclusiveSplit.bpmn2 | 19 +++++ .../flow/BPMN2-ExclusiveSplitPriority.bpmn2 | 19 +++++ .../flow/BPMN2-InclusiveGatewayNested.bpmn2 | 19 +++++ .../BPMN2-InclusiveGatewayWithDefault.bpmn2 | 19 +++++ ...nclusiveGatewayWithHumanTasksProcess.bpmn2 | 19 +++++ ...BPMN2-InclusiveGatewayWithLoopInside.bpmn2 | 19 +++++ ...usiveGatewayWithLoopInsideSubprocess.bpmn2 | 19 +++++ ...iveNestedInParallelNestedInExclusive.bpmn2 | 19 +++++ .../bpmn2/flow/BPMN2-InclusiveSplit.bpmn2 | 19 +++++ .../flow/BPMN2-InclusiveSplitAndJoin.bpmn2 | 19 +++++ .../BPMN2-InclusiveSplitAndJoinEmbedded.bpmn2 | 19 +++++ ...BPMN2-InclusiveSplitAndJoinExtraPath.bpmn2 | 19 +++++ .../BPMN2-InclusiveSplitAndJoinLoop.bpmn2 | 19 +++++ .../BPMN2-InclusiveSplitAndJoinLoop2.bpmn2 | 19 +++++ .../BPMN2-InclusiveSplitAndJoinNested.bpmn2 | 19 +++++ .../BPMN2-InclusiveSplitAndJoinWithEnd.bpmn2 | 19 +++++ ...N2-InclusiveSplitAndJoinWithParallel.bpmn2 | 19 +++++ ...BPMN2-InclusiveSplitAndJoinWithTimer.bpmn2 | 19 +++++ .../bpmn/org/jbpm/bpmn2/flow/BPMN2-Lane.bpmn2 | 19 +++++ .../bpmn2/flow/BPMN2-MinimalProcess.bpmn2 | 19 +++++ .../flow/BPMN2-MinimalProcessImplicit.bpmn2 | 19 +++++ .../flow/BPMN2-MinimalProcessMetaData.bpmn2 | 19 +++++ .../BPMN2-MinimalProcessWithDIGraphical.bpmn2 | 19 +++++ .../BPMN2-MinimalProcessWithGraphical.bpmn2 | 19 +++++ .../bpmn2/flow/BPMN2-MultiConnEnabled.bpmn2 | 19 +++++ ...tiInstanceLoopCharacteristicsProcess.bpmn2 | 19 +++++ ...pCharacteristicsProcessWithORgateway.bpmn2 | 19 +++++ ...LoopCharacteristicsProcessWithOutput.bpmn2 | 19 +++++ ...racteristicsProcessWithOutputCmpCond.bpmn2 | 19 +++++ ...nceLoopCharacteristicsTaskWithOutput.bpmn2 | 19 +++++ ...CharacteristicsTaskWithOutputCmpCond.bpmn2 | 19 +++++ ...haracteristicsTaskWithOutputCmpCond2.bpmn2 | 19 +++++ .../BPMN2-MultiInstanceLoopNumbering.bpmn2 | 21 ++++- ...MultiInstanceProcessWithOutputOnTask.bpmn2 | 19 +++++ .../flow/BPMN2-MultipleGatewaysProcess.bpmn2 | 19 +++++ .../flow/BPMN2-MultipleProcessInOneFile.bpmn2 | 19 +++++ ...MN2-ProcessCustomDescriptionMetaData.bpmn2 | 19 +++++ ...essVariableCustomDescriptionMetaData.bpmn2 | 19 +++++ .../flow/BPMN2-ProcessWithVariableName.bpmn2 | 19 +++++ .../jbpm/bpmn2/flow/BPMN2-XORSameTarget.bpmn2 | 19 +++++ ...BPMN2-BoundaryConditionalEventOnTask.bpmn2 | 19 +++++ ...-BoundaryEventWithNonEffectiveSignal.bpmn2 | 19 +++++ .../BPMN2-BoundaryEventWithSignals.bpmn2 | 19 +++++ .../BPMN2-BoundaryMessageEventOnTask.bpmn2 | 19 +++++ .../BPMN2-BoundarySignalEventOnTask.bpmn | 19 +++++ ...ConditionalBoundaryEventInterrupting.bpmn2 | 19 +++++ .../BPMN2-EndThrowEventScope.bpmn2 | 19 +++++ .../intermediate/BPMN2-EventBasedSplit.bpmn2 | 19 +++++ .../intermediate/BPMN2-EventBasedSplit2.bpmn2 | 19 +++++ .../intermediate/BPMN2-EventBasedSplit3.bpmn2 | 19 +++++ .../intermediate/BPMN2-EventBasedSplit4.bpmn2 | 19 +++++ .../intermediate/BPMN2-EventBasedSplit5.bpmn2 | 19 +++++ ...N2-EventSubProcessWithLocalVariables.bpmn2 | 19 +++++ ...2-EventSubprocessErrorSignalEmbedded.bpmn2 | 19 +++++ .../BPMN2-EventSubprocessSignal.bpmn2 | 19 +++++ ...PMN2-EventSubprocessSignalExpression.bpmn2 | 19 +++++ ...N2-EventSubprocessSignalInterrupting.bpmn2 | 19 +++++ .../BPMN2-EventSubprocessSignalNested.bpmn2 | 19 +++++ ...2-EventSubprocessSignalWithStateNode.bpmn2 | 19 +++++ .../BPMN2-EventSubprocessTimer.bpmn2 | 19 +++++ .../BPMN2-EventSubprocessTimerCycle.bpmn2 | 19 +++++ ...clusiveEventBasedGatewayInSubprocess.bpmn2 | 19 +++++ ...PMN2-IntermediateCatchEventCondition.bpmn2 | 19 +++++ ...ventConditionFilterByProcessInstance.bpmn2 | 19 +++++ ...N2-IntermediateCatchEventConditionPI.bpmn2 | 19 +++++ ...eCatchEventConditionSetVariableAfter.bpmn2 | 19 +++++ .../BPMN2-IntermediateCatchEventMessage.bpmn2 | 19 +++++ ...IntermediateCatchEventMessageWithRef.bpmn2 | 19 +++++ .../BPMN2-IntermediateCatchEventSignal.bpmn2 | 19 +++++ ...-IntermediateCatchEventSignalWithRef.bpmn2 | 19 +++++ ...rmediateCatchEventSignalWithVariable.bpmn2 | 19 +++++ ...N2-IntermediateCatchEventTimerCycle1.bpmn2 | 19 +++++ ...N2-IntermediateCatchEventTimerCycle2.bpmn2 | 19 +++++ ...-IntermediateCatchEventTimerCycleISO.bpmn2 | 19 +++++ ...mediateCatchEventTimerCycleWithError.bpmn2 | 19 +++++ ...2-IntermediateCatchEventTimerDateISO.bpmn2 | 19 +++++ ...-IntermediateCatchEventTimerDuration.bpmn2 | 19 +++++ ...termediateCatchEventTimerDurationISO.bpmn2 | 19 +++++ .../BPMN2-IntermediateCatchSignalSingle.bpmn2 | 19 +++++ .../BPMN2-IntermediateLinkEvent.bpmn2 | 19 +++++ ...-IntermediateThrowEventExternalScope.bpmn2 | 19 +++++ .../BPMN2-IntermediateThrowEventNone.bpmn2 | 19 +++++ .../BPMN2-IntermediateThrowEventScope.bpmn2 | 19 +++++ .../BPMN2-IntermediateThrowEventSignal.bpmn2 | 19 +++++ ...IntermediateThrowEventSignalWithData.bpmn2 | 19 +++++ ...rmediateThrowEventSignalWithVariable.bpmn2 | 19 +++++ .../BPMN2-LinkEventCompositeProcess.bpmn2 | 19 +++++ ...iInstanceSubprocessWithBoundaryError.bpmn2 | 19 +++++ ...InstanceSubprocessWithBoundarySignal.bpmn2 | 19 +++++ ...ocessWithBoundarySignalNoInterupting.bpmn2 | 19 +++++ ...PMN2-MultipleMessageSignalSubprocess.bpmn2 | 19 +++++ ...PMN2-SignalBoundaryEventInterrupting.bpmn2 | 19 +++++ .../BPMN2-SignalBoundaryOnSubProcess.bpmn | 19 +++++ ...SignalEndEventAndSignalBoundaryEvent.bpmn2 | 19 +++++ ...ediateCatchEventSignalWithSLAOnEvent.bpmn2 | 19 +++++ .../bpmn2/sla/BPMN2-UserTaskWithSLA.bpmn2 | 19 +++++ .../bpmn2/sla/BPMN2-UserTaskWithSLAExpr.bpmn2 | 19 +++++ .../sla/BPMN2-UserTaskWithSLAOnTask.bpmn2 | 19 +++++ .../BPMN2-IntermediateThrowEventSignal.bpmn2 | 19 +++++ .../jbpm/bpmn2/start/BPMN2-MessageStart.bpmn2 | 19 +++++ ...-MultipleEventBasedStartEventProcess.bpmn2 | 19 +++++ .../BPMN2-MultipleStartEventProcess.bpmn2 | 19 +++++ ...ultipleStartEventProcessLongInterval.bpmn2 | 19 +++++ .../jbpm/bpmn2/start/BPMN2-SignalStart.bpmn2 | 19 +++++ .../bpmn2/start/BPMN2-StartTimerCycle.bpmn2 | 19 +++++ .../start/BPMN2-StartTimerDuration.bpmn2 | 19 +++++ .../jbpm/bpmn2/start/BPMN2-TimerStart.bpmn2 | 19 +++++ .../start/BPMN2-TimerStartCycleLegacy.bpmn2 | 19 +++++ .../bpmn2/start/BPMN2-TimerStartDate.bpmn2 | 19 +++++ .../start/BPMN2-TimerStartDuration.bpmn2 | 19 +++++ .../bpmn2/start/BPMN2-TimerStartISO.bpmn2 | 19 +++++ .../subprocess/BPMN2-AssignmentProcess.bpmn2 | 19 +++++ .../BPMN2-AssignmentSubProcess.bpmn2 | 19 +++++ .../bpmn2/subprocess/BPMN2-CallActivity.bpmn2 | 19 +++++ .../subprocess/BPMN2-CallActivity2.bpmn2 | 19 +++++ .../subprocess/BPMN2-CallActivity3.bpmn2 | 19 +++++ .../subprocess/BPMN2-CallActivityMI.bpmn2 | 19 +++++ ...MN2-CallActivityProcessBoundaryError.bpmn2 | 19 +++++ ...CallActivityProcessWithBoundaryEvent.bpmn2 | 19 +++++ .../BPMN2-CallActivitySubProcess.bpmn2 | 19 +++++ ...-CallActivitySubProcessBoundaryError.bpmn2 | 19 +++++ ...lActivitySubProcessWithBoundaryEvent.bpmn2 | 19 +++++ .../BPMN2-CallActivityWithBoundaryEvent.bpmn2 | 19 +++++ .../BPMN2-CallActivityWithIOexpression.bpmn2 | 19 +++++ .../subprocess/BPMN2-DynamicSignalChild.bpmn2 | 19 +++++ .../BPMN2-DynamicSignalParent.bpmn2 | 19 +++++ .../BPMN2-ErrorsBetweenProcess.bpmn2 | 19 +++++ .../BPMN2-ErrorsBetweenSubProcess.bpmn2 | 19 +++++ .../BPMN2-InputMappingUsingValue.bpmn2 | 19 +++++ .../BPMN2-MainGroupAssignment.bpmn2 | 19 +++++ .../BPMN2-SingleTaskWithVarDef.bpmn2 | 19 +++++ .../bpmn2/subprocess/BPMN2-SubProcess.bpmn2 | 19 +++++ ...BPMN2-SubProcessWithEntryExitScripts.bpmn2 | 19 +++++ ...PMN2-SubProcessWithTerminateEndEvent.bpmn2 | 19 +++++ ...essWithTerminateEndEventProcessScope.bpmn2 | 19 +++++ .../BPMN2-SubProcessWithTypeVariable.bpmn2 | 19 +++++ .../BPMN2-SubprocessGroupAssignment.bpmn2 | 19 +++++ ...BPMN2-ApprovalWithCustomVariableTags.bpmn2 | 19 +++++ ...MN2-ApprovalWithReadonlyVariableTags.bpmn2 | 19 +++++ ...MN2-ApprovalWithRequiredVariableTags.bpmn2 | 19 +++++ .../jbpm/bpmn2/task/BPMN2-ReceiveTask.bpmn2 | 19 +++++ .../org/jbpm/bpmn2/task/BPMN2-SendTask.bpmn2 | 19 +++++ .../BPMN2-IntermediateTimerEventMI.bpmn2 | 19 +++++ ...MN2-IntermediateTimerParallelGateway.bpmn2 | 19 +++++ .../BPMN2-ParallelSplitWithTimerProcess.bpmn2 | 19 +++++ .../BPMN2-TimerBoundaryEventCycle1.bpmn2 | 19 +++++ .../BPMN2-TimerBoundaryEventCycle2.bpmn2 | 19 +++++ .../BPMN2-TimerBoundaryEventCycleISO.bpmn2 | 19 +++++ .../BPMN2-TimerBoundaryEventDateISO.bpmn2 | 19 +++++ .../BPMN2-TimerBoundaryEventDuration.bpmn2 | 19 +++++ .../BPMN2-TimerBoundaryEventDurationISO.bpmn2 | 19 +++++ ...BPMN2-TimerBoundaryEventInterrupting.bpmn2 | 19 +++++ ...TimerBoundaryEventInterruptingOnTask.bpmn2 | 19 +++++ ...ryEventInterruptingOnTaskCancelTimer.bpmn2 | 19 +++++ .../test/resources/BPMN2-AdHocProcess.bpmn2 | 19 +++++ .../resources/BPMN2-AdHocSubProcess.bpmn2 | 19 +++++ .../BPMN2-AdHocSubProcessAutoComplete.bpmn2 | 19 +++++ ...dHocSubProcessAutoCompleteExpression.bpmn2 | 19 +++++ ...HocSubProcessEmptyCompleteExpression.bpmn2 | 19 +++++ .../BPMN2-AdHocTerminateEndEvent.bpmn2 | 19 +++++ .../test/resources/BPMN2-AgendaFilter.bpmn2 | 19 +++++ .../resources/BPMN2-BooleanStructureRef.bpmn2 | 19 +++++ ...dlerWithoutErrorCodeWithStructureRef.bpmn2 | 19 +++++ ...rWithoutErrorCodeWithoutStructureRef.bpmn2 | 19 +++++ ...ErrorEventSubProcessExceptionMapping.bpmn2 | 19 +++++ ...rySignalEventOnTaskWithTransformation.bpmn | 19 +++++ ...oundarySignalWithNameEventOnTaskbpmn2.bpmn | 19 +++++ .../BPMN2-BoundaryTimerCycleCron.bpmn2 | 19 +++++ ...BPMN2-BoundaryTimerCycleCronVariable.bpmn2 | 19 +++++ .../resources/BPMN2-BrokenStructureRef.bpmn2 | 19 +++++ .../resources/BPMN2-BusinessRuleTask.bpmn2 | 19 +++++ .../BPMN2-BusinessRuleTaskDynamic.bpmn2 | 19 +++++ .../BPMN2-BusinessRuleTaskLoop.bpmn2 | 19 +++++ .../BPMN2-BusinessRuleTaskWithDataInput.bpmn2 | 19 +++++ ...essRuleTaskWithDataInputIOExpression.bpmn2 | 19 +++++ ...N2-BusinessRuleTaskWithDataInputLoop.bpmn2 | 19 +++++ ...BPMN2-BusinessRuleTaskWithDataInputs.bpmn2 | 19 +++++ .../test/resources/BPMN2-BuyerProcess.bpmn2 | 19 +++++ .../resources/BPMN2-CallActivityByName.bpmn2 | 19 +++++ .../BPMN2-CallActivityMISequential.bpmn2 | 19 +++++ .../BPMN2-CallActivitySkipAbortParent.bpmn2 | 19 +++++ .../BPMN2-CallActivitySubProcessV2.bpmn2 | 19 +++++ ...BPMN2-CallActivityWithTransformation.bpmn2 | 19 +++++ .../BPMN2-ConditionalEventRuleTask.bpmn2 | 19 +++++ .../BPMN2-ConditionalFlowWithoutGateway.bpmn2 | 19 +++++ .../resources/BPMN2-ConditionalStart.bpmn2 | 19 +++++ ...N2-DataInputAssociations-two-assigns.bpmn2 | 19 +++++ ...MN2-DataOutputAssociations-HumanTask.bpmn2 | 19 +++++ .../BPMN2-DefaultObjectStructureRef.bpmn2 | 19 +++++ ...claredTypeSequenceFlowExpressionTest.bpmn2 | 19 +++++ ...ErrorBoundaryEventOnBusinessRuleTask.bpmn2 | 19 +++++ ...PMN2-ErrorBoundaryEventOnServiceTask.bpmn2 | 19 +++++ .../BPMN2-EventSubprocessConditional.bpmn2 | 19 +++++ .../BPMN2-EventSubprocessMessage.bpmn2 | 19 +++++ ...ntSubprocessSignalWithTransformation.bpmn2 | 19 +++++ ...eptionServiceProcess-ErrorSignalling.bpmn2 | 19 +++++ ...2-ExceptionServiceProcess-Signalling.bpmn2 | 19 +++++ ...PMN2-ExceptionThrowingServiceProcess.bpmn2 | 19 +++++ ...lusiveGatewayWithNoConditionsDefined.bpmn2 | 19 +++++ .../BPMN2-ExclusiveSplitDefault.bpmn2 | 19 +++++ ...MN2-ExclusiveSplitDefaultNoCondition.bpmn2 | 19 +++++ ...plitXPath-advanced-vars-not-signaled.bpmn2 | 19 +++++ ...clusiveSplitXPath-advanced-with-vars.bpmn2 | 19 +++++ .../BPMN2-ExclusiveSplitXPath-advanced.bpmn2 | 19 +++++ .../resources/BPMN2-ExclusiveSplitXPath.bpmn2 | 19 +++++ .../resources/BPMN2-FloatStructureRef.bpmn2 | 19 +++++ .../resources/BPMN2-GatewayFEEL-wrong.bpmn2 | 19 +++++ ...PMN2-GatewaySplit-SequenceConditions.bpmn2 | 19 +++++ .../BPMN2-GlobalTimerInterrupted.bpmn2 | 21 ++++- .../BPMN2-InclusiveSplitDefault.bpmn2 | 19 +++++ .../BPMN2-Incremental-Build-Invalid.bpmn2 | 19 +++++ .../BPMN2-Incremental-Build-Valid.bpmn2 | 19 +++++ .../resources/BPMN2-IntegerStructureRef.bpmn2 | 19 +++++ ...eCatchEventMessageWithTransformation.bpmn2 | 19 +++++ ...diateCatchEventNoIncommingConnection.bpmn2 | 19 +++++ .../BPMN2-IntermediateCatchEventSignal2.bpmn2 | 19 +++++ ...teCatchEventSignalWithTransformation.bpmn2 | 19 +++++ ...N2-IntermediateCatchEventTimerCycle3.bpmn2 | 19 +++++ ...IntermediateCatchEventTimerCycleCron.bpmn2 | 19 +++++ ...iateCatchEventTimerDurationWithError.bpmn2 | 19 +++++ ...ermediateCatchSignalBetweenUserTasks.bpmn2 | 19 +++++ .../BPMN2-IntermediateThrowEventMessage.bpmn2 | 19 +++++ ...eThrowEventMessageWithTransformation.bpmn2 | 19 +++++ ...teThrowEventSignalWithTransformation.bpmn2 | 19 +++++ .../BPMN2-InvalidServiceProcess.bpmn2 | 19 +++++ .../resources/BPMN2-MessageEndEvent.bpmn2 | 19 +++++ ...rrorBoundaryEventsOnBusinessRuleTask.bpmn2 | 19 +++++ ...BPMN2-MultiInstanceLoopBoundaryTimer.bpmn2 | 19 +++++ ...LoopCharacteristicsProcessSequential.bpmn2 | 19 +++++ ...teristicsProcessWithOutputAndScripts.bpmn2 | 19 +++++ ...MultiInstanceLoopCharacteristicsTask.bpmn2 | 19 +++++ ...nceLoopCharacteristicsTaskSequential.bpmn2 | 19 +++++ ...sticsTaskWithOutputCmpCondSequential.bpmn2 | 19 +++++ .../BPMN2-MultiThreadServiceProcess-Task.bpmn | 19 +++++ ...BPMN2-MultiThreadServiceProcess-Timer.bpmn | 19 +++++ .../BPMN2-MultiThreadServiceProcess.bpmn | 19 +++++ ...ltipleBoundaryTimerCycleCronVariable.bpmn2 | 19 +++++ .../resources/BPMN2-MultipleFlowEndNode.bpmn2 | 19 +++++ ...PMN2-MultipleInOutgoingSequenceFlows.bpmn2 | 19 +++++ ...BPMN2-MultipleRuleTasksWithDataInput.bpmn2 | 19 +++++ ...tipleStartEventProcessDifferentPaths.bpmn2 | 19 +++++ ...PMN2-NullVariableInScriptTaskProcess.bpmn2 | 19 +++++ .../resources/BPMN2-ObjectStructureRef.bpmn2 | 19 +++++ .../test/resources/BPMN2-ParentProcess.bpmn2 | 19 +++++ .../resources/BPMN2-ProcessEmptyScript.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-RuleTask.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-RuleTask2.bpmn2 | 19 +++++ .../resources/BPMN2-RuleTaskWithFact.bpmn2 | 19 +++++ .../BPMN2-RuleTaskWithTransformation.bpmn2 | 19 +++++ .../resources/BPMN2-ScannerChangeSet.bpmn | 19 +++++ .../resources/BPMN2-ScannerChangeSet2.bpmn | 19 +++++ .../test/resources/BPMN2-ServiceProcess.bpmn2 | 19 +++++ ...rviceProcessWithCustomTransformation.bpmn2 | 19 +++++ ...cessWithMvelCollectionTransformation.bpmn2 | 19 +++++ ...iceProcessWithMvelJaxbTransformation.bpmn2 | 19 +++++ ...ServiceProcessWithMvelTransformation.bpmn2 | 19 +++++ .../BPMN2-ServiceTask-web-service.bpmn2 | 19 +++++ .../test/resources/BPMN2-ServiceTask.bpmn2 | 19 +++++ .../BPMN2-SignalStartWithTransformation.bpmn2 | 19 +++++ .../resources/BPMN2-SimpleXMLProcess.bpmn2 | 19 +++++ .../BPMN2-SingalStartWithCustomEvent.bpmn2 | 19 +++++ ...-StartEventWithMultipleOutgoingFlows.bpmn2 | 19 +++++ .../resources/BPMN2-StartTimerCycle.bpmn2 | 19 +++++ .../resources/BPMN2-StringStructureRef.bpmn2 | 19 +++++ .../resources/BPMN2-SubProcessInvalid.bpmn2 | 19 +++++ .../resources/BPMN2-SubProcessUserTask.bpmn2 | 19 +++++ .../resources/BPMN2-SubProcessWithTimer.bpmn2 | 19 +++++ .../BPMN2-SubProcessWrongStartEvent.bpmn2 | 19 +++++ .../resources/BPMN2-TimerInterrupted.bpmn2 | 21 ++++- .../test/resources/BPMN2-TimerStart2.bpmn2 | 19 +++++ .../test/resources/BPMN2-TimerStartCron.bpmn2 | 19 +++++ .../resources/BPMN2-WorkingMessageModel.bpmn2 | 19 +++++ .../resources/BPMN2-XMLProcessWithError.bpmn2 | 19 +++++ ...2-XMLProcessWithErrorInCompositeNode.bpmn2 | 19 +++++ .../resources/BPMN2-XpathExpression.bpmn2 | 19 +++++ .../test/resources/BPMN2-gatewayTest.bpmn2 | 19 +++++ .../META-INF/BPMN2WorkDefinitions.conf | 19 +++++ .../resources/META-INF/kie.properties.conf | 19 +++++ ...ltipleSubprocessWithSignalStartEvent.bpmn2 | 19 +++++ .../PrefixesProcessIdCallActivity.bpmn2 | 19 +++++ .../test/resources/SubprocessWithTimer.bpmn2 | 19 +++++ .../test/resources/async/AsyncProcess.bpmn | 19 +++++ .../src/test/resources/build/sample.bpmn | 19 +++++ .../src/test/resources/build/sample2.bpmn | 19 +++++ .../BPMN2-Compensation-EventSubProcess.bpmn2 | 21 ++++- ...on-EventSubProcess-OnlyIn-SubProcess.bpmn2 | 19 +++++ ...nsation-StartEvent-OnlyIn-SubProcess.bpmn2 | 19 +++++ .../BPMN2-Compensation-Transaction.bpmn2 | 19 +++++ .../BPMN2-TravelBookingExample.bpmn2 | 21 ++++- .../resources/correlationkey/Process1.bpmn2 | 19 +++++ .../resources/correlationkey/Process2.bpmn2 | 19 +++++ .../resources/correlationkey/Process3.bpmn2 | 19 +++++ .../resources/correlationkey/Process4.bpmn2 | 19 +++++ .../resources/correlationkey/Process5.bpmn2 | 19 +++++ .../test/resources/dmn/0020-vacation-days.dmn | 19 +++++ .../dmn/BPMN2-BusinessRuleTaskDMN.bpmn2 | 19 +++++ ...N2-BusinessRuleTaskDMNByDecisionName.bpmn2 | 19 +++++ .../BPMN2-BusinessRuleTaskDMNModelById.bpmn2 | 19 +++++ ...ssRuleTaskDMNMultipleDecisionsOutput.bpmn2 | 19 +++++ .../src/test/resources/error/EndError.bpmn2 | 19 +++++ .../test/resources/error/ErrorVariable.bpmn2 | 19 +++++ ...PMN2-EscalationBoundaryEventWithTask.bpmn2 | 19 +++++ .../BPMN2-EventSubprocessEscalation.bpmn2 | 19 +++++ .../resources/handler/BPMN2-ReceiveTask.bpmn2 | 19 +++++ .../resources/handler/BPMN2-ScriptTask.bpmn2 | 19 +++++ .../BPMN2-UserTaskWithBooleanOutput.bpmn2 | 19 +++++ .../test/resources/handler/onboarding.bpmn | 19 +++++ .../src/test/resources/logback-debug.xml | 19 +++++ .../src/test/resources/logback-test.xml | 19 +++++ ...N2-RuleTaskWithInsertProcessInstance.bpmn2 | 21 ++++- .../BPMN2-InvalidEmdeddedSubProcess.bpmn2 | 19 +++++ ...processErrorHandlingWithOutErrorCode.bpmn2 | 19 +++++ ...BPMN2-CronTimerWithEventBasedGateway.bpmn2 | 19 +++++ .../timer/BPMN2-StartTimerCycleInvalid.bpmn2 | 19 +++++ .../timer/BPMN2-StartTimerDateInvalid.bpmn2 | 19 +++++ .../BPMN2-StartTimerDurationInvalid.bpmn2 | 19 +++++ ...BPMN2-TimerBoundaryEventCycleInvalid.bpmn2 | 19 +++++ .../BPMN2-TimerBoundaryEventDateInvalid.bpmn2 | 19 +++++ ...N2-TimerBoundaryEventDurationInvalid.bpmn2 | 19 +++++ .../xxe-protection/BPMN2-XXE-Process.bpmn2 | 21 ++++- .../resources/xxe-protection/external.dtd | 21 ++++- .../jbpm-tools-maven-plugin/pom.xml | 19 +++++ .../src/test/resources/unit/project/pom.xml | 19 +++++ ...BPMN2-SubProcessWithEntryExitScripts.bpmn2 | 19 +++++ jbpm/jbpm-tools/pom.xml | 19 +++++ .../KogitoNodeInstanceContentsProtobuf.java | 19 +++++ .../KogitoProcessInstanceProtobuf.java | 19 +++++ .../protobuf/KogitoTypesProtobuf.java | 19 +++++ .../protobuf/KogitoWorkItemsProtobuf.java | 19 +++++ .../resources/META-INF/kogito-types.proto | 19 +++++ ...jbpm.flow.serialization.NodeInstanceReader | 19 +++++ ...jbpm.flow.serialization.NodeInstanceWriter | 19 +++++ ...low.serialization.ObjectMarshallerStrategy | 19 +++++ ...erialization.protobuf.ProtobufTypeProvider | 19 +++++ .../kogito_node_instance_contents.proto | 19 +++++ .../protobuf/kogito_process_instance.proto | 19 +++++ .../serialization/protobuf/kogito_types.proto | 19 +++++ .../protobuf/kogito_work_items.proto | 19 +++++ .../META-INF/application-types.proto | 21 ++++- .../resources/META-INF/kogito-types.proto | 19 +++++ kogito-bom/.gitignore | 19 +++++ kogito-bom/pom.xml | 19 +++++ kogito-build/README.md | 19 +++++ kogito-build/kogito-dependencies-bom/pom.xml | 19 +++++ kogito-build/kogito-ide-config/README.md | 19 +++++ kogito-build/kogito-ide-config/pom.xml | 19 +++++ .../src/main/resources/eclipse-format.xml | 19 +++++ .../src/main/resources/eclipse.importorder | 19 +++++ kogito-build/kogito-kie-bom/pom.xml | 19 +++++ kogito-build/pom.xml | 19 +++++ kogito-codegen-modules/GUIDELINES.adoc | 19 +++++ kogito-codegen-modules/README.md | 19 +++++ ...rg.kie.kogito.codegen.api.GeneratorFactory | 19 +++++ .../src/test/resources/decision-NSEW/NSEW.dmn | 19 +++++ .../decision-empty-name/vacationDays.dmn | 19 +++++ .../SpecialCharsModel.dmn | 19 +++++ .../decision-test20200507/hello-world1.dmn | 19 +++++ .../decision-test20200507/hello-world2.dmn | 19 +++++ .../DTsemanticError.dmn | 19 +++++ .../duplicateName.dmn | 19 +++++ .../decision/alltypes/OneOfEachType.dmn | 19 +++++ .../models/vacationDays/vacationDays.dmn | 19 +++++ ...rg.kie.kogito.codegen.api.GeneratorFactory | 19 +++++ .../prediction/test_miningmodel.pmml | 19 +++++ .../prediction/test_multiplemodels.pmml | 20 +++++ .../resources/prediction/test_regression.pmml | 20 +++++ .../resources/prediction/test_scorecard.pmml | 20 +++++ .../test/resources/cases/ActivationAdHoc.bpmn | 19 +++++ .../test/resources/cases/AdHocFragments.bpmn | 19 +++++ .../test/resources/cases/AdHocProcess.bpmn | 19 +++++ .../cases/CaseExecutionInOneGo.bpmn2 | 19 +++++ .../cases/CaseFileConditionalEvent.bpmn2 | 19 +++++ .../cases/CaseMultiInstanceStage.bpmn2 | 19 +++++ .../cases/CaseWithBoundaryTimerStage.bpmn2 | 19 +++++ .../CaseWithExpressionOnCaseFileItem.bpmn2 | 19 +++++ .../cases/CaseWithRolesDefinition.bpmn2 | 19 +++++ .../cases/CaseWithStageAndBoundaryTimer.bpmn2 | 19 +++++ .../resources/cases/CaseWithSubCase.bpmn2 | 19 +++++ .../cases/CaseWithSubCaseQuery.bpmn2 | 19 +++++ .../resources/cases/CaseWithTwoStages.bpmn2 | 19 +++++ .../cases/CaseWithTwoStagesConditions.bpmn2 | 19 +++++ .../test/resources/cases/CompletionAdHoc.bpmn | 19 +++++ .../src/test/resources/cases/EmptyCase.bpmn2 | 19 +++++ .../test/resources/cases/EmptyCaseStage.bpmn2 | 19 +++++ .../cases/InclusiveGatewayInDynamicCase.bpmn2 | 19 +++++ .../cases/NoStartNodeAdhocCase.bpmn2 | 19 +++++ ...oStartNodeCaseWithBoundaryTimerStage.bpmn2 | 19 +++++ .../cases/ScriptRoleAssignmentCase.bpmn2 | 19 +++++ .../src/test/resources/cases/SubSubCase.bpmn2 | 19 +++++ .../resources/cases/UserStageAdhocCase.bpmn2 | 19 +++++ .../test/resources/cases/UserTaskCase.bpmn2 | 19 +++++ .../cases/UserTaskCaseBoundary.bpmn2 | 19 +++++ .../resources/cases/UserTaskCaseData.bpmn2 | 19 +++++ .../cases/UserTaskCaseDataRestrictions.bpmn2 | 19 +++++ .../UserTaskCaseRequiredCaseFileItem.bpmn2 | 19 +++++ ...skCaseRequiredRestrictedCaseFileItem.bpmn2 | 19 +++++ .../UserTaskCaseRestrictedCaseFileItem.bpmn2 | 19 +++++ .../resources/cases/UserTaskCaseWithSLA.bpmn2 | 19 +++++ .../cases/UserTaskCaseWithSLAExpr.bpmn2 | 19 +++++ .../cases/UserTaskWithStageCase.bpmn2 | 19 +++++ .../UserTaskWithStageCaseAutoStart.bpmn2 | 19 +++++ .../src/test/resources/cases/caseDef_X.bpmn2 | 19 +++++ .../src/test/resources/cases/caseDef_Y.bpmn2 | 19 +++++ .../milestones/ConditionalMilestone.bpmn | 19 +++++ .../cases/milestones/SimpleMilestone.bpmn | 19 +++++ ...NodeAdhocCaseWithActivationCondition.bpmn2 | 19 +++++ ...seWithActivationConditionNoTerminate.bpmn2 | 19 +++++ .../StageWithTaskAutocomplete.bpmn2 | 19 +++++ .../StageWithTaskCaseDataBoolean.bpmn2 | 19 +++++ .../StageWithTaskCaseDataInteger.bpmn2 | 19 +++++ .../StageWithTaskCaseDataString.bpmn2 | 19 +++++ ...geWithTaskCaseFileAndProcessVariable.bpmn2 | 19 +++++ .../StageWithTaskCaseFileVariable.bpmn2 | 19 +++++ ...tageWithTaskCaseFileVariableNoPrefix.bpmn2 | 19 +++++ .../stage/completion/StageWithTaskCount.bpmn2 | 19 +++++ .../completion/StageWithTaskNoAutoStart.bpmn2 | 19 +++++ .../StageWithTaskProcessVariable.bpmn2 | 19 +++++ ...pensation-ThrowSpecificForSubProcess.bpmn2 | 19 +++++ .../compensation/compensateAll.bpmn2 | 19 +++++ .../compensation/compensateFirst.bpmn2 | 19 +++++ .../compensation/compensateSecond.bpmn2 | 19 +++++ .../decision/models/dmnprocess.bpmn2 | 19 +++++ .../models/vacationDays/vacationDays.dmn | 19 +++++ .../vacationDaysAlt/vacationDaysAlt.dmn | 19 +++++ .../test/resources/error/BoundaryError.bpmn2 | 19 +++++ .../error/BoundaryErrorSubProcess.bpmn2 | 19 +++++ .../src/test/resources/error/EndError.bpmn2 | 19 +++++ ...ErrorInSubprocessWithEventSubprocess.bpmn2 | 19 +++++ .../error/EndErrorWithEventSubprocess.bpmn2 | 19 +++++ .../EventSubprocessSignal.bpmn2 | 19 +++++ .../EventSubprocessSignalWithData.bpmn2 | 19 +++++ .../resources/gateway/EventBasedSplit.bpmn2 | 19 +++++ .../resources/gateway/ExclusiveSplit.bpmn2 | 19 +++++ .../gateway/SplitMultilineExpression.bpmn2 | 19 +++++ .../invalid/duplicated-process-id-1.bpmn2 | 19 +++++ .../invalid/duplicated-process-id-2.bpmn2 | 19 +++++ .../intermediate-catch-event-message.bpmn2 | 19 +++++ .../intermediate-throw-event-message.bpmn2 | 19 +++++ .../invalid/invalid-message-end-event.bpmn2 | 19 +++++ .../invalid/invalid-message-start-event.bpmn2 | 19 +++++ .../invalid/invalid-process-id.bpmn2 | 19 +++++ .../invalid/parsing-more-than-one-start.bpmn2 | 19 +++++ .../parsing-multi-connection-end.bpmn2 | 19 +++++ .../parsing-service-task-no-impl.bpmn2 | 19 +++++ .../resources/invalid/validator-no-end.bpmn2 | 19 +++++ .../invalid/validator-no-start.bpmn2 | 19 +++++ .../links/DifferentLinkProcess.bpmn2 | 19 +++++ .../resources/links/EmptyLinkProcess.bpmn2 | 19 +++++ .../links/MultipleCatchLinkProcess.bpmn2 | 19 +++++ .../links/UnconnectedLinkProcess.bpmn2 | 19 +++++ .../BoundaryMessageEventOnTask.bpmn2 | 19 +++++ .../messageevent/EventNodeMalformed.bpmn2 | 19 +++++ .../IntermediateCatchEventMessage.bpmn2 | 19 +++++ .../IntermediateThrowEventMessage.bpmn2 | 19 +++++ .../messageevent/MessageEndEvent.bpmn2 | 19 +++++ .../MessageStartAndEndEvent.bpmn2 | 19 +++++ .../messagestartevent/MessageStartEvent.bpmn2 | 19 +++++ .../NoneAndMessageStartEvent.bpmn2 | 19 +++++ .../codegen/tests/BusinessRuleUnit.bpmn2 | 19 +++++ .../BusinessRuleUnitAlternateSyntax.bpmn2 | 19 +++++ .../resources/ruletask/BusinessRuleTask.bpmn2 | 19 +++++ .../ruletask/BusinessRuleTaskMalformed.bpmn2 | 19 +++++ .../BusinessRuleTaskVariableTags.bpmn2 | 19 +++++ .../BusinessRuleTaskWithIOExpression.bpmn2 | 19 +++++ .../BusinessRuleTaskWithInputExpression.bpmn | 19 +++++ .../BusinessRuleTaskWithInputExpression.dmn | 19 +++++ .../resources/ruletask/ExampleGenerated.bpmn | 19 +++++ .../ruletask/ExampleGeneratedWrong.bpmn | 19 +++++ .../src/test/resources/ruletask/ExampleP.bpmn | 19 +++++ .../MultiParamCustomResultServiceTask.bpmn2 | 19 +++++ .../MultiParamServiceProcess.bpmn2 | 19 +++++ .../MultiParamServiceProcessConstant.bpmn2 | 19 +++++ .../MultiParamServiceProcessNoOutput.bpmn2 | 19 +++++ .../servicetask/ServiceProcess.bpmn2 | 19 +++++ .../ServiceProcessDifferentOperations.bpmn2 | 19 +++++ .../ServiceProcessInferMethod.bpmn2 | 19 +++++ .../servicetask/ServiceProcessMI.bpmn2 | 19 +++++ .../servicetask/ServiceProcessMalformed.bpmn2 | 19 +++++ .../ServiceProcessOverloaded.bpmn2 | 19 +++++ .../ServiceProcessSameOperations.bpmn2 | 19 +++++ .../ServiceTaskWithReservedNameVariable.bpmn2 | 19 +++++ .../resources/servicetask/WorkItemParams.bpmn | 19 +++++ ...oundaryInterruptingSignalEventOnTask.bpmn2 | 19 +++++ .../BoundarySignalEventOnTask.bpmn2 | 19 +++++ .../signalevent/EndEventSignalWithData.bpmn2 | 19 +++++ .../IntermediateCatchEventSignal.bpmn2 | 19 +++++ .../IntermediateThrowEventSignal.bpmn2 | 19 +++++ .../resources/subprocess/CallActivity.bpmn2 | 19 +++++ .../resources/subprocess/CallActivityMI.bpmn2 | 19 +++++ .../subprocess/CallActivitySubProcess.bpmn2 | 19 +++++ .../CallActivityVarIOExpression.bpmn2 | 19 +++++ .../CallActivityWithIOexpression.bpmn2 | 19 +++++ .../CallActivityWithIOexpressionNested.bpmn2 | 19 +++++ .../subprocess/CallActivityWithTypeInfo.bpmn2 | 19 +++++ .../subprocess/EmbeddedSubProcess.bpmn2 | 19 +++++ .../EmbeddedSubProcessWithUserTask.bpmn2 | 19 +++++ .../resources/subprocess/ParentProcess.bpmn | 19 +++++ .../test/resources/subprocess/SubProcess.bpmn | 19 +++++ .../IntermediateCatchEventTimerCycleISO.bpmn2 | 19 +++++ .../IntermediateCatchEventTimerDateISO.bpmn2 | 19 +++++ ...termediateCatchEventTimerDurationISO.bpmn2 | 19 +++++ .../resources/timer/StartTimerCycle.bpmn2 | 19 +++++ .../resources/timer/StartTimerDuration.bpmn2 | 19 +++++ .../TimerBoundaryEventCycleISOOnTask.bpmn2 | 19 +++++ .../TimerBoundaryEventDateISOOnTask.bpmn2 | 19 +++++ .../timer/TimerBoundaryEventDurationISO.bpmn2 | 19 +++++ .../TimerBoundaryEventDurationISOOnTask.bpmn2 | 19 +++++ .../usertask/UserTaskWithIOexpression.bpmn2 | 19 +++++ .../resources/usertask/UserTasksProcess.bpmn2 | 19 +++++ .../UserTasksProcessWithSecurityRoles.bpmn2 | 19 +++++ ...approval-with-internal-variable-tags.bpmn2 | 19 +++++ .../approval-with-io-variable-tags.bpmn2 | 19 +++++ ...approval-with-readonly-variable-tags.bpmn2 | 19 +++++ ...approval-with-required-variable-tags.bpmn2 | 19 +++++ .../test/resources/usertask/approval.bpmn2 | 19 +++++ ...rg.kie.kogito.codegen.api.GeneratorFactory | 19 +++++ .../resources/ProcessWithDocumentation.bpmn | 19 +++++ .../ProcessWithoutDocumentation.bpmn | 19 +++++ .../src/test/resources/kogito-types.proto | 19 +++++ .../BoundaryMessageEventOnTask.bpmn2 | 19 +++++ .../IntermediateCatchEventMessage.bpmn2 | 19 +++++ .../IntermediateThrowEventMessage.bpmn2 | 19 +++++ .../messagestartevent/MessageEndEvent.bpmn2 | 19 +++++ .../MessageStartAndEndEvent.bpmn2 | 19 +++++ .../messagestartevent/MessageStartEvent.bpmn2 | 19 +++++ .../BoundarySignalEventOnTask.bpmn2 | 19 +++++ .../StartSignalEventNoPayload.bpmn2 | 19 +++++ .../StartSignalEventStringPayload.bpmn2 | 19 +++++ .../src/test/resources/svg/hiring-svg.svg | 21 ++++- .../src/test/resources/svg/hiring.bpmn | 19 +++++ .../resources/usertask/UserTasksProcess.bpmn2 | 19 +++++ .../test/resources/usertask/approval.bpmn2 | 19 +++++ ...rg.kie.kogito.codegen.api.GeneratorFactory | 19 +++++ .../kogito-codegen-sample/README.md | 19 +++++ ...rg.kie.kogito.codegen.api.GeneratorFactory | 19 +++++ kogito-maven-plugin/.gitignore | 19 +++++ kogito-serverless-workflow/README.md | 19 +++++ ....kie.kogito.process.expr.ExpressionHandler | 19 +++++ ....kie.kogito.process.expr.ExpressionHandler | 19 +++++ .../.gitignore | 19 +++++ ...low.operationid.WorkflowOperationIdFactory | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ .../pom.xml | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ .../serverless/workflow/dmn/SWFDMNTest.java | 38 +++++++++ .../kogito-serverless-workflow-dmn/pom.xml | 19 +++++ .../workflow/dmn/SWFDecisionEngine.java | 38 +++++++++ ...kflow.instance.rule.DecisionRuleTypeEngine | 19 +++++ ...ss.workflow.executor.StaticProcessRegister | 19 +++++ ...s.workflow.executor.StaticWorkflowRegister | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ .../src/test/resources/switch.yaml | 19 +++++ ...s.workflow.executor.StaticWorkflowRegister | 19 +++++ .../org.kie.kogito.event.EventEmitterFactory | 19 +++++ .../org.kie.kogito.event.EventReceiverFactory | 19 +++++ .../org.kie.kogito.event.EventEmitterFactory | 19 +++++ .../org.kie.kogito.event.EventReceiverFactory | 19 +++++ ...orkflow.executor.StaticApplicationRegister | 19 +++++ .../src/test/resources/custom.py | 17 ++++ ...orkflow.executor.StaticApplicationRegister | 19 +++++ ...orkflow.executor.StaticApplicationRegister | 19 +++++ .../src/main/proto/greeting.proto | 19 +++++ .../src/main/proto/message.proto | 19 +++++ .../org.kie.kogito.event.EventEmitterFactory | 19 +++++ .../org.kie.kogito.event.EventReceiverFactory | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ .../pom.xml | 19 +++++ ...low.operationid.WorkflowOperationIdFactory | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ ...tils.KogitoProcessContextResolverExtension | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ .../.gitignore | 19 +++++ kogito-test-utils/README.md | 19 +++++ ....workitem.rest.decorators.RequestDecorator | 19 +++++ pom.xml | 49 ++++++++++++ quarkus/addons/README.md | 19 +++++ ...rverless.workflow.parser.FunctionNamespace | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ .../io.smallrye.config.ConfigSourceFactory | 19 +++++ .../.gitignore | 19 +++++ .../pom.xml | 19 +++++ .../.gitignore | 19 +++++ .../pom.xml | 19 +++++ .../io.smallrye.config.ConfigSourceFactory | 19 +++++ .../.gitignore | 19 +++++ .../pom.xml | 19 +++++ .../io.smallrye.config.ConfigSourceFactory | 19 +++++ quarkus/addons/events/process/.gitignore | 19 +++++ .../src/main/resources/Traffic Violation.dmn | 19 +++++ ...e.catalog.KubernetesServiceCatalogProvider | 19 +++++ quarkus/addons/jobs/.gitignore | 19 +++++ quarkus/addons/knative/eventing/README.md | 19 +++++ .../io.smallrye.config.ConfigSourceFactory | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ quarkus/addons/kubernetes/README.md | 19 +++++ .../kubernetes/integration-tests/pom.xml | 19 +++++ .../src/main/resources/application.properties | 19 +++++ .../resources/knative/quarkus-greeting.yaml | 19 +++++ ...lipse.microprofile.config.spi.ConfigSource | 19 +++++ ...e.catalog.KubernetesServiceCatalogProvider | 19 +++++ quarkus/addons/monitoring/sonataflow/pom.xml | 19 +++++ .../src/main/resources/application.properties | 19 +++++ .../io.smallrye.config.ConfigSourceFactory | 19 +++++ .../resources/BPMN2-UserTask-Script.bpmn2 | 19 +++++ .../src/test/resources/BPMN2-UserTask.bpmn2 | 19 +++++ quarkus/addons/process-definitions/.gitignore | 19 +++++ quarkus/addons/process-management/.gitignore | 19 +++++ .../resources/META-INF/processSVG/travels.svg | 18 +++++ .../src/test/resources/travels-expected.svg | 21 ++++- .../src/test/resources/ymlgreet.sw.yml | 19 +++++ .../src/test/resources/LoanEligibility.dmn | 19 +++++ .../src/test/resources/OneOfEachType.dmn | 19 +++++ .../src/test/resources/Traffic Violation.dmn | 19 +++++ quarkus/bom/.gitignore | 19 +++++ quarkus/bom/README.md | 19 +++++ quarkus/extensions/README.md | 19 +++++ ...quarkus.deployment.dev.CompilationProvider | 19 +++++ .../src/main/resources/OneOfEachType.dmn | 19 +++++ .../src/main/resources/a.dmn | 19 +++++ .../base/README.tpl.qute.md | 19 +++++ .../META-INF/resources/index.entry.qute.html | 19 +++++ .../base/src/main/resources/pricing.dmn | 19 +++++ .../src/README.md | 19 +++++ .../README.md | 19 +++++ .../resources/META-INF/resources/index.html | 19 +++++ .../classic-inst/src/main/resources/hello.dmn | 19 +++++ .../src/main/resources/simple.bpmn2 | 19 +++++ .../simple-dmn/src/main/resources/hello.dmn | 19 +++++ .../main/resources/org/jbpm/orderItems.bpmn | 19 +++++ .../src/main/resources/org/jbpm/orders.bpmn | 19 +++++ .../src/main/resources/test-process.bpmn | 19 +++++ ...n.common.objectmapper.InternalObjectMapper | 19 +++++ .../src/main/resources/PMMLRegression.pmml | 19 +++++ ...quarkus.deployment.dev.CompilationProvider | 19 +++++ .../resources/dev-templates/dataindex.html | 19 +++++ .../resources/dev-templates/embedded.html | 19 +++++ .../src/test/resources/text-process.bpmn | 19 +++++ .../main/resources/com/example/flexible.bpmn | 19 +++++ .../main/resources/com/example/signal.bpmn | 19 +++++ .../resources/org/acme/travels/approval.bpmn | 19 +++++ .../resources/org/acme/travels/scripts.bpmn | 19 +++++ ...quarkus.deployment.dev.CompilationProvider | 19 +++++ ....generator.input.AsyncApiSpecInputProvider | 19 +++++ ...eployment.codegen.OpenApiSpecInputProvider | 19 +++++ .../io.quarkus.deployment.CodeGenProvider | 19 +++++ ...quarkus.deployment.dev.CompilationProvider | 19 +++++ ...t.livereload.LiveReloadableCodeGenProvider | 19 +++++ .../resources/dev-templates/dataindex.html | 19 +++++ .../resources/dev-templates/embedded.html | 19 +++++ .../src/main/proto/greeting.proto | 19 +++++ .../src/main/resources/application.properties | 19 +++++ .../.gitignore | 19 +++++ .../pom.xml | 19 +++++ ...rverless.workflow.parser.FunctionNamespace | 19 +++++ ...erless.workflow.parser.FunctionTypeHandler | 19 +++++ .../src/main/resources/application.properties | 19 +++++ .../src/main/resources/event-flow.sw.yml | 19 +++++ .../src/main/resources/event-flow2.sw.yml | 19 +++++ .../src/main/resources/greeting.proto | 19 +++++ .../src/main/resources/main-flow.sw.yml | 19 +++++ .../src/main/resources/message.proto | 19 +++++ .../src/main/resources/specs/array.yaml | 19 +++++ .../src/main/resources/specs/asyncAPI.yaml | 19 +++++ .../main/resources/specs/callbackResults.yaml | 19 +++++ .../main/resources/specs/enum-parameter.yaml | 19 +++++ .../resources/specs/external-service.yaml | 19 +++++ .../main/resources/specs/multiplication.yaml | 19 +++++ .../src/main/resources/specs/subtraction.yaml | 19 +++++ .../token-propagation-external-service1.yaml | 19 +++++ .../token-propagation-external-service2.yaml | 19 +++++ .../token-propagation-external-service3.yaml | 19 +++++ .../token-propagation-external-service4.yaml | 19 +++++ .../token-propagation-external-service5.yaml | 19 +++++ .../src/main/resources/subflow1.sw.yml | 19 +++++ .../src/main/resources/subflow2.sw.yml | 19 +++++ .../src/main/resources/subflow3.sw.yml | 19 +++++ ...rc_test_java_ilove_quark_us_GreetTest.java | 19 +++++ .../pom.xml | 19 +++++ .../base/README.tpl.qute.md | 19 +++++ .../META-INF/resources/index.entry.qute.html | 19 +++++ .../codestart.yml | 19 +++++ .../src/test/java/org/acme/GreetTest.java | 19 +++++ .../java/src/test/resources/application.yml | 19 +++++ .../src/main/resources/META-INF/beans.xml | 38 +++++++++ .../resources/META-INF/quarkus-extension.yaml | 19 +++++ ...lipse.microprofile.config.spi.ConfigSource | 19 +++++ ...tils.KogitoProcessContextResolverExtension | 19 +++++ .../resources/META-INF/resources/index.html | 19 +++++ .../resources/org/acme/travels/persons.bpmn | 19 +++++ .../org/acme/travels/singaltest.bpmn2 | 19 +++++ .../src/main/resources/DScoercion.dmn | 19 +++++ .../src/main/resources/ElementAtIndex.dmn | 19 +++++ .../src/main/resources/FaceMask.dmn | 19 +++++ .../src/main/resources/HospitalStatus.dmn | 19 +++++ .../src/main/resources/Hospitals.dmn | 19 +++++ .../src/main/resources/OneOfEachType.dmn | 19 +++++ .../src/main/resources/StatusService.dmn | 19 +++++ .../src/main/resources/basicAdd.dmn | 19 +++++ .../main/resources/java_function_context.dmn | 19 +++++ .../README.md | 19 +++++ .../.gitignore | 19 +++++ .../build.gradle | 19 +++++ .../settings.gradle | 19 +++++ .../resources/org/acme/travels/scripts.bpmn | 19 +++++ .../src/main/resources/PMMLRegression.pmml | 19 +++++ .../src/main/resources/Traffic Violation.dmn | 19 +++++ .../src/main/resources/test-process.bpmn | 19 +++++ .../src/main/resources/PMMLRegression.pmml | 20 +++++ .../src/main/resources/PMMLTree.pmml | 20 +++++ .../src/main/resources/AdHocProcess.bpmn | 19 +++++ .../src/main/resources/AsyncWIH.bpmn | 19 +++++ .../src/main/resources/CustomTask.wid | 19 +++++ .../src/main/resources/EmbeddedProcess.bpmn | 19 +++++ .../src/main/resources/HelloActivity.bpmn | 19 +++++ .../src/main/resources/HelloProcess.bpmn | 19 +++++ .../MultipleInstanceEmbeddedSubProcess.bpmn | 19 +++++ .../resources/MultipleInstanceSubProcess.bpmn | 19 +++++ .../src/main/resources/ParallelProcess.bpmn | 19 +++++ .../ReusableSubProcessWithServiceTaks.bpmn | 19 +++++ .../.gitignore | 19 +++++ .../.gitignore | 19 +++++ .../.gitignore | 19 +++++ .../.gitignore | 19 +++++ .../.gitignore | 19 +++++ .../.gitignore | 19 +++++ .../META-INF/processSVG/approvals.svg | 21 ++++- .../src/main/resources/approval.bpmn | 19 +++++ .../processSVG/approvals-expected.svg | 21 ++++- .../approvals-instance-expected.svg | 22 +++++- .../src/main/resources/AdHocFragments.bpmn | 19 +++++ .../src/main/resources/AdHocProcess.bpmn | 19 +++++ .../src/main/resources/BPMN2GatewayFEEL.bpmn2 | 19 +++++ .../META-INF/processSVG/approvals.svg | 21 ++++- .../resources/MultipleThrowLinkProcess.bpmn2 | 19 +++++ ...tipleTimerInstancesBoundaryTimerEvent.bpmn | 19 +++++ .../MultipleTimerInstancesTimerEvent.bpmn | 19 +++++ .../src/main/resources/SimpleLinkTest.bpmn | 19 +++++ .../StartSignalEventStringPayload.bpmn2 | 19 +++++ .../src/main/resources/approval.bpmn | 19 +++++ .../src/main/resources/cinema.bpmn | 19 +++++ .../src/main/resources/error-handling.bpmn | 19 +++++ .../src/main/resources/exce-proc.bpmn | 19 +++++ .../src/main/resources/handle-approvals.bpmn | 19 +++++ .../src/main/resources/handle-travellers.bpmn | 19 +++++ .../src/main/resources/monitoring.bpmn | 19 +++++ .../main/resources/multi-instance-task.bpmn | 19 +++++ .../src/main/resources/ping_message.bpmn | 19 +++++ .../src/main/resources/pong_message.bpmn | 19 +++++ .../src/main/resources/process-parent.bpmn | 19 +++++ .../main/resources/process-subprocess.bpmn | 19 +++++ .../main/resources/saga-error-handling.bpmn2 | 19 +++++ .../src/main/resources/singaltest.bpmn2 | 19 +++++ .../processSVG/approvals-expected.svg | 21 ++++- .../approvals-instance-expected.svg | 22 +++++- .../src/main/resources/a.dmn | 19 +++++ .../src/main/resources/a.dmn | 19 +++++ .../org/kie/kogito/examples/approval.bpmn | 19 +++++ .../org/kie/kogito/examples/orderItems.bpmn2 | 19 +++++ .../org/kie/kogito/examples/orders.bpmn2 | 19 +++++ .../org/kie/kogito/examples/yamlgreet.sw.yaml | 19 +++++ .../org/kie/kogito/examples/ymlgreet.sw.yml | 19 +++++ .../source/files/SourceFilesAddOnIT.java | 2 +- .../test/resources/ymlgreet-expected.sw.yml | 19 +++++ springboot/addons/README.md | 19 +++++ springboot/addons/events/kafka/.gitignore | 19 +++++ .../src/test/resources/Traffic Violation.dmn | 19 +++++ springboot/addons/jobs/.gitignore | 19 +++++ springboot/addons/kubernetes/README.md | 19 +++++ .../src/test/resources/application.properties | 19 +++++ .../resources/META-INF/processSVG/travels.svg | 18 +++++ .../src/test/resources/travels-expected.svg | 21 ++++- .../src/test/resources/OneOfEachType.dmn | 19 +++++ .../src/test/resources/Traffic Violation.dmn | 19 +++++ springboot/archetype/README.md | 19 +++++ .../resources/archetype-resources/README.md | 19 +++++ .../src/main/resources/TrafficViolation.dmn | 18 +++++ .../src/main/resources/test-process.bpmn2 | 19 +++++ springboot/bom/README.md | 19 +++++ .../src/main/resources/DScoercion.dmn | 19 +++++ .../src/main/resources/ElementAtIndex.dmn | 19 +++++ .../src/main/resources/FaceMask.dmn | 19 +++++ .../src/main/resources/HospitalStatus.dmn | 19 +++++ .../src/main/resources/Hospitals.dmn | 19 +++++ .../src/main/resources/OneOfEachType.dmn | 19 +++++ .../src/main/resources/PMMLRegression.pmml | 20 +++++ .../src/main/resources/PMMLTree.pmml | 20 +++++ .../src/main/resources/StatusService.dmn | 19 +++++ .../src/main/resources/basicAdd.dmn | 19 +++++ .../main/resources/java_function_context.dmn | 19 +++++ .../src/main/resources/handle-approvals.bpmn | 19 +++++ .../src/main/resources/ping_message.bpmn | 19 +++++ .../src/main/resources/pong_message.bpmn | 19 +++++ .../src/main/resources/PMMLRegression.pmml | 20 +++++ .../src/main/resources/Traffic Violation.dmn | 19 +++++ .../src/main/resources/test-process.bpmn | 19 +++++ .../src/main/resources/AdHocFragments.bpmn | 19 +++++ .../src/main/resources/AdHocProcess.bpmn | 19 +++++ .../src/main/resources/BPMN2GatewayFEEL.bpmn2 | 19 +++++ .../processSVG/approvals-expected.svg | 22 +++++- .../META-INF/processSVG/approvals.svg | 21 ++++- .../src/main/resources/SimpleLinkTest.bpmn | 19 +++++ .../StartSignalEventStringPayload.bpmn2 | 19 +++++ .../src/main/resources/approval.bpmn | 19 +++++ .../src/main/resources/cinema.bpmn | 19 +++++ .../src/main/resources/monitoring.bpmn | 19 +++++ .../main/resources/multi-instance-task.bpmn | 19 +++++ .../src/main/resources/process-parent.bpmn | 19 +++++ .../main/resources/process-subprocess.bpmn | 19 +++++ .../src/main/resources/singaltest.bpmn2 | 19 +++++ .../.gitignore | 19 +++++ .../.gitignore | 19 +++++ .../.gitignore | 19 +++++ .../.gitignore | 19 +++++ .../src/main/resources/AdHocProcess.bpmn | 19 +++++ .../src/main/resources/AsyncWIH.bpmn | 19 +++++ .../src/main/resources/CustomTask.wid | 19 +++++ .../src/main/resources/EmbeddedProcess.bpmn | 19 +++++ .../src/main/resources/HelloActivity.bpmn | 19 +++++ .../src/main/resources/HelloProcess.bpmn | 19 +++++ .../MultipleInstanceEmbeddedSubProcess.bpmn | 19 +++++ .../resources/MultipleInstanceSubProcess.bpmn | 19 +++++ .../src/main/resources/ParallelProcess.bpmn | 19 +++++ .../.gitignore | 19 +++++ springboot/starters/README.md | 19 +++++ 1072 files changed, 20511 insertions(+), 27 deletions(-) create mode 100644 jbang-header/ApplyHeader.java diff --git a/.ci/environments/README.md b/.ci/environments/README.md index b771023912f..c09caf4276c 100644 --- a/.ci/environments/README.md +++ b/.ci/environments/README.md @@ -1,3 +1,22 @@ + + # Environments CI scripts This folder contains update scripts which would be called for a specific environments. diff --git a/.ci/environments/common/update_quarkus.sh b/.ci/environments/common/update_quarkus.sh index 3552e7674a2..4fc7bc741a2 100755 --- a/.ci/environments/common/update_quarkus.sh +++ b/.ci/environments/common/update_quarkus.sh @@ -1,4 +1,23 @@ #!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + set -euo pipefail mvn_cmd="mvn ${BUILD_MVN_OPTS:-} ${BUILD_MVN_OPTS_QUARKUS_UPDATE:-}" diff --git a/.ci/environments/update.sh b/.ci/environments/update.sh index 0ee06957644..0df77b59c3e 100755 --- a/.ci/environments/update.sh +++ b/.ci/environments/update.sh @@ -1,4 +1,23 @@ #!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + set -euo pipefail script_dir_path=$(cd `dirname "${BASH_SOURCE[0]}"`; pwd -P) diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile index 345185c2bf4..6a7ecd52267 100644 --- a/.ci/jenkins/Jenkinsfile +++ b/.ci/jenkins/Jenkinsfile @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + @Library('jenkins-pipeline-shared-libraries')_ pr_check_script = null diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy index d67d7113e07..f9aca3a402b 100644 --- a/.ci/jenkins/Jenkinsfile.deploy +++ b/.ci/jenkins/Jenkinsfile.deploy @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import org.jenkinsci.plugins.workflow.libs.Library @Library('jenkins-pipeline-shared-libraries')_ diff --git a/.ci/jenkins/Jenkinsfile.promote b/.ci/jenkins/Jenkinsfile.promote index 8d5088f9f27..92158e07c2f 100644 --- a/.ci/jenkins/Jenkinsfile.promote +++ b/.ci/jenkins/Jenkinsfile.promote @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import org.jenkinsci.plugins.workflow.libs.Library @Library('jenkins-pipeline-shared-libraries')_ diff --git a/.ci/jenkins/Jenkinsfile.setup-branch b/.ci/jenkins/Jenkinsfile.setup-branch index 7368770775a..59e32b42f79 100644 --- a/.ci/jenkins/Jenkinsfile.setup-branch +++ b/.ci/jenkins/Jenkinsfile.setup-branch @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import org.jenkinsci.plugins.workflow.libs.Library @Library('jenkins-pipeline-shared-libraries')_ diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy b/.ci/jenkins/Jenkinsfile.weekly.deploy index 06a750b4b32..24b98483652 100644 --- a/.ci/jenkins/Jenkinsfile.weekly.deploy +++ b/.ci/jenkins/Jenkinsfile.weekly.deploy @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import org.jenkinsci.plugins.workflow.libs.Library @Library('jenkins-pipeline-shared-libraries')_ diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy index bec830b9819..fce2201fab4 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + /* * This file is describing all the Jenkins jobs in the DSL format (see https://plugins.jenkins.io/job-dsl/) * needed by the Kogito pipelines. diff --git a/.ci/jenkins/dsl/test.sh b/.ci/jenkins/dsl/test.sh index 2d518eb9f9c..a15d034b0f7 100755 --- a/.ci/jenkins/dsl/test.sh +++ b/.ci/jenkins/dsl/test.sh @@ -1,4 +1,23 @@ #!/bin/bash -e +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + file=$(mktemp) # For more usage of the script, use ./test.sh -h curl -o ${file} https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/main/dsl/seed/scripts/seed_test.sh diff --git a/.ci/jenkins/tests/pom.xml b/.ci/jenkins/tests/pom.xml index 11aa4244089..450fb053a7d 100644 --- a/.ci/jenkins/tests/pom.xml +++ b/.ci/jenkins/tests/pom.xml @@ -1,4 +1,23 @@ + + 4.0.0 org.kie.jenkins diff --git a/.ci/jenkins/tests/setup_pipeline_env.sh b/.ci/jenkins/tests/setup_pipeline_env.sh index e6f471ac293..651b9e7e60e 100755 --- a/.ci/jenkins/tests/setup_pipeline_env.sh +++ b/.ci/jenkins/tests/setup_pipeline_env.sh @@ -1,4 +1,23 @@ #!/bin/bash -e +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + TEMP_DIR=`mktemp -d` author=$1 diff --git a/.ci/jenkins/tests/src/test/vars/JenkinsfileDeploy.groovy b/.ci/jenkins/tests/src/test/vars/JenkinsfileDeploy.groovy index aa9788b88a1..3e34de6d0ed 100644 --- a/.ci/jenkins/tests/src/test/vars/JenkinsfileDeploy.groovy +++ b/.ci/jenkins/tests/src/test/vars/JenkinsfileDeploy.groovy @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import com.homeaway.devtools.jenkins.testing.JenkinsPipelineSpecification class JenkinsfileDeploy extends JenkinsPipelineSpecification { diff --git a/.ci/jenkins/tests/src/test/vars/JenkinsfilePromote.groovy b/.ci/jenkins/tests/src/test/vars/JenkinsfilePromote.groovy index 0f5c4eb8612..d12191c2f20 100644 --- a/.ci/jenkins/tests/src/test/vars/JenkinsfilePromote.groovy +++ b/.ci/jenkins/tests/src/test/vars/JenkinsfilePromote.groovy @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import com.homeaway.devtools.jenkins.testing.JenkinsPipelineSpecification class JenkinsfilePromote extends JenkinsPipelineSpecification { diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 88c8d813c50..fa01238aec2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + name: Bug Report description: Report a bug in Kogito labels: kind/bug diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 07b5e858889..5ac7d62edf0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + blank_issues_enabled: true contact_links: - name: Jira diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ea3857d267a..1a0094c5e6c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + name: Feature request / Enhancement description: Request or propose a new feature/enhancement labels: kind/enhancement diff --git a/.github/ci-prerequisites.sh b/.github/ci-prerequisites.sh index 36efe9d66c5..c1380612019 100755 --- a/.github/ci-prerequisites.sh +++ b/.github/ci-prerequisites.sh @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT 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 script is used by the Quarkus ecosystem (.github/workflows/quarkus-snapshot.yml) ################################################ diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2dcf0d8f54f..a939586c34d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + version: 2 updates: - package-ecosystem: maven diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 10bf8d7191c..5cf14e83c68 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,22 @@ + + Many thanks for submitting your Pull Request :heart:! Please make sure that your PR meets the following requirements: diff --git a/.github/quarkus-ecosystem-test b/.github/quarkus-ecosystem-test index 4afc0f62679..de03b03195b 100755 --- a/.github/quarkus-ecosystem-test +++ b/.github/quarkus-ecosystem-test @@ -1,4 +1,23 @@ #!/usr/bin/env bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + set -e set -x diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 3bb2034707d..6779e30d9dd 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + name: Workflows to notify the team about github issues on: diff --git a/.github/workflows/pr-backporting.yml b/.github/workflows/pr-backporting.yml index 5a763c70da5..88b297512e8 100644 --- a/.github/workflows/pr-backporting.yml +++ b/.github/workflows/pr-backporting.yml @@ -1,3 +1,42 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + + +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + name: Pull Request Backporting on: diff --git a/.github/workflows/pr-downstream.yml b/.github/workflows/pr-downstream.yml index d7e3a62c936..88a0fc3bd81 100644 --- a/.github/workflows/pr-downstream.yml +++ b/.github/workflows/pr-downstream.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + name: Kogito Downstream on: diff --git a/.github/workflows/pr-jenkins.yml b/.github/workflows/pr-jenkins.yml index 8c1c2061241..9b81584a389 100644 --- a/.github/workflows/pr-jenkins.yml +++ b/.github/workflows/pr-jenkins.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven diff --git a/.github/workflows/pr-kogito-runtimes.yml b/.github/workflows/pr-kogito-runtimes.yml index 89b24b5a159..8513220b2c1 100644 --- a/.github/workflows/pr-kogito-runtimes.yml +++ b/.github/workflows/pr-kogito-runtimes.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + name: Kogito Runtimes on: diff --git a/.gitignore b/.gitignore index 5aa47c7c3d7..e3de706c449 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ /local diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 598fb34156e..661b1c52443 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0ff36ca8e9..9c12041bf4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,22 @@ + + # Contribution guide **Want to contribute? Great!** diff --git a/Develop_on_Mac.md b/Develop_on_Mac.md index 9abc68bcc97..d37587f7271 100644 --- a/Develop_on_Mac.md +++ b/Develop_on_Mac.md @@ -1,3 +1,22 @@ + + Setup MAC for Native image build ================================ diff --git a/Makefile b/Makefile index 00a39c79712..40e69799f7d 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + mvn_opts= mvn_cmd=mvn $(mvn_opts) diff --git a/README.md b/README.md index a39979cd213..f2cae212294 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ + + ## Kogito **Kogito** is the next generation of business automation platform focused on cloud-native development, deployment and execution. diff --git a/addons/.gitignore b/addons/.gitignore index adf03446e4d..0cccc779a09 100755 --- a/addons/.gitignore +++ b/addons/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local diff --git a/addons/README.md b/addons/README.md index 63aaa4bf5b2..d559e11c40c 100644 --- a/addons/README.md +++ b/addons/README.md @@ -1,3 +1,22 @@ + + # Kogito Add-Ons In this package you will find the Add-Ons modules that extend the Kogito Core capabilities. They add diff --git a/addons/common/events/.gitignore b/addons/common/events/.gitignore index 1ca8a75455b..f2aa20d0d44 100755 --- a/addons/common/events/.gitignore +++ b/addons/common/events/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local /bin diff --git a/addons/common/events/README.md b/addons/common/events/README.md index b0fe3478c9c..5c0b2ac2c4e 100644 --- a/addons/common/events/README.md +++ b/addons/common/events/README.md @@ -1,3 +1,22 @@ + + # Kogito Events Add-on The Kogito Events add-on adds the capability to handle use cases with events on Kogito projects. See the following documentation sections to find out more. diff --git a/addons/common/events/mongodb/README.md b/addons/common/events/mongodb/README.md index a4208227d09..d633c214b1c 100644 --- a/addons/common/events/mongodb/README.md +++ b/addons/common/events/mongodb/README.md @@ -1,3 +1,22 @@ + + # Kogito runtime events publisher with MongoDB This MongoDB events publisher is created to support strong consistency for Kogito process data and Kogito runtime events. diff --git a/addons/common/explainability/README.md b/addons/common/explainability/README.md index d4240a0fb07..0d7be0cd88e 100644 --- a/addons/common/explainability/README.md +++ b/addons/common/explainability/README.md @@ -1,3 +1,22 @@ + + # Kogito Explainability Add-on The Kogito Explainability Add-on enables the integration with Explainability and Trusty Services. See diff --git a/addons/common/explainability/src/test/resources/Traffic Violation.dmn b/addons/common/explainability/src/test/resources/Traffic Violation.dmn index 49795301e2b..c9268632f7f 100644 --- a/addons/common/explainability/src/test/resources/Traffic Violation.dmn +++ b/addons/common/explainability/src/test/resources/Traffic Violation.dmn @@ -1,3 +1,22 @@ + + diff --git a/addons/common/human-task-prediction/.gitignore b/addons/common/human-task-prediction/.gitignore index 09322dd7f2a..3f0e39cc766 100644 --- a/addons/common/human-task-prediction/.gitignore +++ b/addons/common/human-task-prediction/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ /local diff --git a/addons/common/human-task-prediction/README.md b/addons/common/human-task-prediction/README.md index 4fc8984b4e2..b69a378525c 100644 --- a/addons/common/human-task-prediction/README.md +++ b/addons/common/human-task-prediction/README.md @@ -1,3 +1,22 @@ + + # Kogito Human Task Prediction Add-on diff --git a/addons/common/human-task-prediction/api/.gitignore b/addons/common/human-task-prediction/api/.gitignore index 09322dd7f2a..3f0e39cc766 100644 --- a/addons/common/human-task-prediction/api/.gitignore +++ b/addons/common/human-task-prediction/api/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ /local diff --git a/addons/common/human-task-prediction/api/src/test/resources/BPMN2-UserTask.bpmn2 b/addons/common/human-task-prediction/api/src/test/resources/BPMN2-UserTask.bpmn2 index 01b307e4906..5943be7dc44 100755 --- a/addons/common/human-task-prediction/api/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/addons/common/human-task-prediction/api/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/human-task-prediction/smile/.gitignore b/addons/common/human-task-prediction/smile/.gitignore index 09322dd7f2a..3f0e39cc766 100644 --- a/addons/common/human-task-prediction/smile/.gitignore +++ b/addons/common/human-task-prediction/smile/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ /local diff --git a/addons/common/human-task-prediction/smile/src/test/resources/BPMN2-UserTask.bpmn2 b/addons/common/human-task-prediction/smile/src/test/resources/BPMN2-UserTask.bpmn2 index 01b307e4906..5943be7dc44 100755 --- a/addons/common/human-task-prediction/smile/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/addons/common/human-task-prediction/smile/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/jobs/README.md b/addons/common/jobs/README.md index 443c2d26236..65eb3d70bd3 100644 --- a/addons/common/jobs/README.md +++ b/addons/common/jobs/README.md @@ -1,3 +1,22 @@ + + # Kogito Jobs Management Add-on Kogito Jobs Management Add-on allows the integration and configuration of a Kogito project with the Jobs Service supporting service. diff --git a/addons/common/jobs/api/.gitignore b/addons/common/jobs/api/.gitignore index 09322dd7f2a..3f0e39cc766 100644 --- a/addons/common/jobs/api/.gitignore +++ b/addons/common/jobs/api/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ /local diff --git a/addons/common/knative/README.md b/addons/common/knative/README.md index 50b49e038f4..0fb9fc8fbb4 100644 --- a/addons/common/knative/README.md +++ b/addons/common/knative/README.md @@ -1,3 +1,22 @@ + + # Kogito Knative Add-Ons Provides the capability to integrate Kogito projects with [Knative](https://knative.dev/). diff --git a/addons/common/knative/eventing/src/main/resources/META-INF/services/org.kie.kogito.addon.cloudevents.message.MessagePayloadDecorator b/addons/common/knative/eventing/src/main/resources/META-INF/services/org.kie.kogito.addon.cloudevents.message.MessagePayloadDecorator index 6dec8805f98..ef420dbf72f 100644 --- a/addons/common/knative/eventing/src/main/resources/META-INF/services/org.kie.kogito.addon.cloudevents.message.MessagePayloadDecorator +++ b/addons/common/knative/eventing/src/main/resources/META-INF/services/org.kie.kogito.addon.cloudevents.message.MessagePayloadDecorator @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.knative.eventing.KnativeEventingMessagePayloadDecorator \ No newline at end of file diff --git a/addons/common/kubernetes/README.md b/addons/common/kubernetes/README.md index e03761aa8bd..e69cafc7e95 100644 --- a/addons/common/kubernetes/README.md +++ b/addons/common/kubernetes/README.md @@ -1,3 +1,22 @@ + + # Kogito Kubernetes Add-On This add-on allows integration with the Kubernetes API and adds Service discovery capabilities to the Kogito Core diff --git a/addons/common/mail/README.md b/addons/common/mail/README.md index ec8e70d0c4e..e6fc394662c 100644 --- a/addons/common/mail/README.md +++ b/addons/common/mail/README.md @@ -1,3 +1,22 @@ + + # Kogito Mail Add-on The Kogito Mail Add-on adds the capability of sending emails in a Kogito Process project. An example of this is the Kogito Task diff --git a/addons/common/messaging/README.md b/addons/common/messaging/README.md index 3b16c2c749b..0c437b69c34 100644 --- a/addons/common/messaging/README.md +++ b/addons/common/messaging/README.md @@ -1,3 +1,22 @@ + + # Kogito Messaging Add-on These add-ons provide a default implementation in our supported target platforms for EventEmitter and EventReceiver interfaces. diff --git a/addons/common/monitoring/README.md b/addons/common/monitoring/README.md index e8bb9ac0aac..dd37a6d32fa 100644 --- a/addons/common/monitoring/README.md +++ b/addons/common/monitoring/README.md @@ -1,3 +1,22 @@ + + # Kogito Monitoring Add-ons The Kogito Monitoring Add-ons adds monitoring capabilities to Kogito projects. See diff --git a/addons/common/persistence/README.md b/addons/common/persistence/README.md index 402cd49d185..cdf613c78ae 100644 --- a/addons/common/persistence/README.md +++ b/addons/common/persistence/README.md @@ -1,3 +1,22 @@ + + # Kogito Persistence Add-ons The KIE Persistence Add-ons adds persistence capability to Kogito projects.See diff --git a/addons/common/persistence/filesystem/src/test/resources/BPMN2-UserTask-Script.bpmn2 b/addons/common/persistence/filesystem/src/test/resources/BPMN2-UserTask-Script.bpmn2 index 045daf9ba85..6e0fc83b72b 100755 --- a/addons/common/persistence/filesystem/src/test/resources/BPMN2-UserTask-Script.bpmn2 +++ b/addons/common/persistence/filesystem/src/test/resources/BPMN2-UserTask-Script.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/persistence/filesystem/src/test/resources/BPMN2-UserTask.bpmn2 b/addons/common/persistence/filesystem/src/test/resources/BPMN2-UserTask.bpmn2 index 85e40725b68..1aab57cd119 100755 --- a/addons/common/persistence/filesystem/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/addons/common/persistence/filesystem/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/addons/common/persistence/infinispan/src/test/resources/BPMN2-UserTask-Script.bpmn2 b/addons/common/persistence/infinispan/src/test/resources/BPMN2-UserTask-Script.bpmn2 index 045daf9ba85..6e0fc83b72b 100755 --- a/addons/common/persistence/infinispan/src/test/resources/BPMN2-UserTask-Script.bpmn2 +++ b/addons/common/persistence/infinispan/src/test/resources/BPMN2-UserTask-Script.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/persistence/infinispan/src/test/resources/BPMN2-UserTask.bpmn2 b/addons/common/persistence/infinispan/src/test/resources/BPMN2-UserTask.bpmn2 index 85e40725b68..1aab57cd119 100755 --- a/addons/common/persistence/infinispan/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/addons/common/persistence/infinispan/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + + diff --git a/addons/common/persistence/jdbc/README.md b/addons/common/persistence/jdbc/README.md index c03917e574d..19b7ca096bd 100644 --- a/addons/common/persistence/jdbc/README.md +++ b/addons/common/persistence/jdbc/README.md @@ -1,3 +1,22 @@ + + # Kogito JDBC Persistence Add-on The Kogito JDBC Persistence Add-on adds persistence capability to Kogito projects. See the [official documentation](https://docs.jboss.org/kogito/release/latest/html_single/#con-persistence_kogito-developing-process-services) to find out more. diff --git a/addons/common/persistence/jdbc/src/main/resources/db/ansi/V1.35.0__create_runtime_ansi.sql b/addons/common/persistence/jdbc/src/main/resources/db/ansi/V1.35.0__create_runtime_ansi.sql index 2868565c5ea..bf6e1b8f93d 100644 --- a/addons/common/persistence/jdbc/src/main/resources/db/ansi/V1.35.0__create_runtime_ansi.sql +++ b/addons/common/persistence/jdbc/src/main/resources/db/ansi/V1.35.0__create_runtime_ansi.sql @@ -1,3 +1,22 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + CREATE TABLE process_instances ( id character(36) NOT NULL, diff --git a/addons/common/persistence/jdbc/src/main/resources/db/ansi/V10.0.0__add_business_key_ansi.sql b/addons/common/persistence/jdbc/src/main/resources/db/ansi/V10.0.0__add_business_key_ansi.sql index dad119c2ad9..d7eacb91dd4 100644 --- a/addons/common/persistence/jdbc/src/main/resources/db/ansi/V10.0.0__add_business_key_ansi.sql +++ b/addons/common/persistence/jdbc/src/main/resources/db/ansi/V10.0.0__add_business_key_ansi.sql @@ -1,3 +1,22 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + CREATE TABLE business_key_mapping ( business_key VARCHAR (255) NOT NULL, process_instance_id VARCHAR (36) NOT NULL, diff --git a/addons/common/persistence/jdbc/src/main/resources/db/ansi/V10.0.1__create_correlation_ansi.sql b/addons/common/persistence/jdbc/src/main/resources/db/ansi/V10.0.1__create_correlation_ansi.sql index 14adf0fab3a..db146881cee 100644 --- a/addons/common/persistence/jdbc/src/main/resources/db/ansi/V10.0.1__create_correlation_ansi.sql +++ b/addons/common/persistence/jdbc/src/main/resources/db/ansi/V10.0.1__create_correlation_ansi.sql @@ -1,3 +1,22 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + CREATE TABLE correlation_instances ( id character(36) NOT NULL, diff --git a/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V1.35.0__create_runtime_PostgreSQL.sql b/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V1.35.0__create_runtime_PostgreSQL.sql index 70792ea34af..741764283e1 100644 --- a/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V1.35.0__create_runtime_PostgreSQL.sql +++ b/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V1.35.0__create_runtime_PostgreSQL.sql @@ -1,3 +1,22 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + -- To be used with kie-addons-quarkus-persistence-jdbc for Quarkus or kie-addons-springboot-persistence-jdbc for SpringBoot CREATE TABLE process_instances ( diff --git a/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V10.0.0__add_business_key_PostgreSQL.sql b/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V10.0.0__add_business_key_PostgreSQL.sql index 4d04dad0474..22ef0f40844 100644 --- a/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V10.0.0__add_business_key_PostgreSQL.sql +++ b/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V10.0.0__add_business_key_PostgreSQL.sql @@ -1,3 +1,22 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + CREATE TABLE business_key_mapping ( business_key character (255) NOT NULL, process_instance_id character (36) NOT NULL, diff --git a/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V10.0.1__alter_correlation_PostgreSQL.sql b/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V10.0.1__alter_correlation_PostgreSQL.sql index e7b60997a17..42a9340b4ea 100644 --- a/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V10.0.1__alter_correlation_PostgreSQL.sql +++ b/addons/common/persistence/jdbc/src/main/resources/db/postgresql/V10.0.1__alter_correlation_PostgreSQL.sql @@ -1,2 +1,21 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + ALTER TABLE correlation_instances ALTER COLUMN correlation TYPE character varying; diff --git a/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask-Script.bpmn2 b/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask-Script.bpmn2 index c52ea212931..fe125fd68bd 100755 --- a/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask-Script.bpmn2 +++ b/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask-Script.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask-v2.bpmn2 b/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask-v2.bpmn2 index 2f5ab0d4d09..84f45958fea 100755 --- a/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask-v2.bpmn2 +++ b/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask-v2.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask.bpmn2 b/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask.bpmn2 index 51c098adcc4..079f398762a 100755 --- a/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/addons/common/persistence/jdbc/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/persistence/mongodb/src/test/resources/BPMN2-UserTask-Script.bpmn2 b/addons/common/persistence/mongodb/src/test/resources/BPMN2-UserTask-Script.bpmn2 index 045daf9ba85..6e0fc83b72b 100755 --- a/addons/common/persistence/mongodb/src/test/resources/BPMN2-UserTask-Script.bpmn2 +++ b/addons/common/persistence/mongodb/src/test/resources/BPMN2-UserTask-Script.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/persistence/mongodb/src/test/resources/BPMN2-UserTask.bpmn2 b/addons/common/persistence/mongodb/src/test/resources/BPMN2-UserTask.bpmn2 index 489c4452922..afecac9212b 100644 --- a/addons/common/persistence/mongodb/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/addons/common/persistence/mongodb/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/addons/common/persistence/postgresql/src/test/resources/BPMN2-UserTask-v2.bpmn2 b/addons/common/persistence/postgresql/src/test/resources/BPMN2-UserTask-v2.bpmn2 index 2f5ab0d4d09..84f45958fea 100755 --- a/addons/common/persistence/postgresql/src/test/resources/BPMN2-UserTask-v2.bpmn2 +++ b/addons/common/persistence/postgresql/src/test/resources/BPMN2-UserTask-v2.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/persistence/postgresql/src/test/resources/BPMN2-UserTask.bpmn2 b/addons/common/persistence/postgresql/src/test/resources/BPMN2-UserTask.bpmn2 index 51c098adcc4..079f398762a 100755 --- a/addons/common/persistence/postgresql/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/addons/common/persistence/postgresql/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/addons/common/persistence/rocksdb/src/test/resources/BPMN2-UserTask.bpmn2 b/addons/common/persistence/rocksdb/src/test/resources/BPMN2-UserTask.bpmn2 index 85e40725b68..1aab57cd119 100755 --- a/addons/common/persistence/rocksdb/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/addons/common/persistence/rocksdb/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + + # Kogito Process Management Add-on The Kogito Process Management Add-ons adds process management capability to Kogito projects and are also part of the integration with the diff --git a/addons/common/process-svg/README.md b/addons/common/process-svg/README.md index cfb20b05544..8e277ccf9cd 100644 --- a/addons/common/process-svg/README.md +++ b/addons/common/process-svg/README.md @@ -1,3 +1,22 @@ + + # Kogito Process SVG Add-on The Kogito Process SVG Add-on adds the capability to enable SVG visualization to process diagrams. See diff --git a/addons/common/process-svg/src/test/resources/META-INF/processSVG/travels.svg b/addons/common/process-svg/src/test/resources/META-INF/processSVG/travels.svg index 55c6d68c630..a17dd1d999b 100644 --- a/addons/common/process-svg/src/test/resources/META-INF/processSVG/travels.svg +++ b/addons/common/process-svg/src/test/resources/META-INF/processSVG/travels.svg @@ -1,4 +1,22 @@ + diff --git a/addons/common/rest-exception-handler/README.md b/addons/common/rest-exception-handler/README.md index e7672521d24..4aacb2c76fd 100644 --- a/addons/common/rest-exception-handler/README.md +++ b/addons/common/rest-exception-handler/README.md @@ -1,3 +1,22 @@ + + # Kogito REST Exception Handler Add-on The Kogito REST Exception Handler Add-on is used internally by other add-ons. It is not to be used directly by end-user's projects. diff --git a/addons/common/task-management/README.md b/addons/common/task-management/README.md index 8aad2c38018..9d344caff3e 100644 --- a/addons/common/task-management/README.md +++ b/addons/common/task-management/README.md @@ -1,3 +1,22 @@ + + # Kogito Task Management Add-on The Kogito Task Management Add-on enables integration with the Kogito supporting diff --git a/addons/common/tracing/README.md b/addons/common/tracing/README.md index 642490dfb0a..2a14033d757 100644 --- a/addons/common/tracing/README.md +++ b/addons/common/tracing/README.md @@ -1,3 +1,22 @@ + + # Kogito Tracing Add-on The Kogito Tracing Add-on adds tracing capability to Kogito projects. Currently, we support DMN services tracing only. To find out more diff --git a/addons/deprecated/README.md b/addons/deprecated/README.md index 765713061b9..1033641852e 100644 --- a/addons/deprecated/README.md +++ b/addons/deprecated/README.md @@ -1,3 +1,22 @@ + + # Deprecated Add-Ons These add-ons are kept for backward compatibility only and will be removed in future releases. Please **do not** include diff --git a/api/.gitignore b/api/.gitignore index adf03446e4d..0cccc779a09 100755 --- a/api/.gitignore +++ b/api/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local diff --git a/api/kogito-api-incubation-common/README.md b/api/kogito-api-incubation-common/README.md index 01ff58245da..a6e6a125edf 100644 --- a/api/kogito-api-incubation-common/README.md +++ b/api/kogito-api-incubation-common/README.md @@ -1,3 +1,22 @@ + + # Incubation API This readme documents the design of the `common` component and the `application` component. diff --git a/api/kogito-api-incubation-common/src/test/resources/META-INF/services/org.kie.kogito.incubation.common.objectmapper.InternalObjectMapper b/api/kogito-api-incubation-common/src/test/resources/META-INF/services/org.kie.kogito.incubation.common.objectmapper.InternalObjectMapper index c425b0322f4..51ad9e9cd0a 100644 --- a/api/kogito-api-incubation-common/src/test/resources/META-INF/services/org.kie.kogito.incubation.common.objectmapper.InternalObjectMapper +++ b/api/kogito-api-incubation-common/src/test/resources/META-INF/services/org.kie.kogito.incubation.common.objectmapper.InternalObjectMapper @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.incubation.common.MyObjectMapper diff --git a/api/kogito-api-incubation-processes-services/src/test/resources/META-INF/services/org.kie.kogito.incubation.common.objectmapper.InternalObjectMapper b/api/kogito-api-incubation-processes-services/src/test/resources/META-INF/services/org.kie.kogito.incubation.common.objectmapper.InternalObjectMapper index 49f80a403f7..2694b04ee24 100644 --- a/api/kogito-api-incubation-processes-services/src/test/resources/META-INF/services/org.kie.kogito.incubation.common.objectmapper.InternalObjectMapper +++ b/api/kogito-api-incubation-processes-services/src/test/resources/META-INF/services/org.kie.kogito.incubation.common.objectmapper.InternalObjectMapper @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.incubation.processes.services.MyObjectMapper \ No newline at end of file diff --git a/api/kogito-api/.gitignore b/api/kogito-api/.gitignore index c539805d1ad..02c1f119aa8 100755 --- a/api/kogito-api/.gitignore +++ b/api/kogito-api/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local diff --git a/api/kogito-jobs-service-api/src/main/resources/META-INF/services/org.kie.kogito.jobs.service.api.RecipientDescriptor b/api/kogito-jobs-service-api/src/main/resources/META-INF/services/org.kie.kogito.jobs.service.api.RecipientDescriptor index 03502bb663b..7fb1cf90b09 100644 --- a/api/kogito-jobs-service-api/src/main/resources/META-INF/services/org.kie.kogito.jobs.service.api.RecipientDescriptor +++ b/api/kogito-jobs-service-api/src/main/resources/META-INF/services/org.kie.kogito.jobs.service.api.RecipientDescriptor @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.jobs.service.api.recipient.http.HttpRecipientDescriptor org.kie.kogito.jobs.service.api.recipient.sink.SinkRecipientDescriptor diff --git a/api/kogito-jobs-service-api/src/main/resources/META-INF/services/org.kie.kogito.jobs.service.api.ScheduleDescriptor b/api/kogito-jobs-service-api/src/main/resources/META-INF/services/org.kie.kogito.jobs.service.api.ScheduleDescriptor index 637d51da0be..836657ed678 100644 --- a/api/kogito-jobs-service-api/src/main/resources/META-INF/services/org.kie.kogito.jobs.service.api.ScheduleDescriptor +++ b/api/kogito-jobs-service-api/src/main/resources/META-INF/services/org.kie.kogito.jobs.service.api.ScheduleDescriptor @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.jobs.service.api.schedule.cron.CronScheduleDescriptor org.kie.kogito.jobs.service.api.schedule.timer.TimerScheduleDescriptor \ No newline at end of file diff --git a/api/kogito-services/.gitignore b/api/kogito-services/.gitignore index c539805d1ad..02c1f119aa8 100755 --- a/api/kogito-services/.gitignore +++ b/api/kogito-services/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local diff --git a/api/kogito-services/src/test/resources/META-INF/resources/sources/hiring.bpmn b/api/kogito-services/src/test/resources/META-INF/resources/sources/hiring.bpmn index 925ce153314..86404760bf4 100644 --- a/api/kogito-services/src/test/resources/META-INF/resources/sources/hiring.bpmn +++ b/api/kogito-services/src/test/resources/META-INF/resources/sources/hiring.bpmn @@ -1,3 +1,22 @@ + + diff --git a/api/kogito-services/src/test/resources/META-INF/resources/sources/ymlgreet.sw.yml b/api/kogito-services/src/test/resources/META-INF/resources/sources/ymlgreet.sw.yml index b2b1b449941..7db4c84dfb9 100644 --- a/api/kogito-services/src/test/resources/META-INF/resources/sources/ymlgreet.sw.yml +++ b/api/kogito-services/src/test/resources/META-INF/resources/sources/ymlgreet.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: ymlgreet version: '1.0' name: Greeting workflow diff --git a/docsimg/kogito-bom-hierarchy.drawio.xml b/docsimg/kogito-bom-hierarchy.drawio.xml index 9274a344815..45072db764a 100644 --- a/docsimg/kogito-bom-hierarchy.drawio.xml +++ b/docsimg/kogito-bom-hierarchy.drawio.xml @@ -1,4 +1,23 @@ + + diff --git a/drools/.gitignore b/drools/.gitignore index adf03446e4d..0cccc779a09 100755 --- a/drools/.gitignore +++ b/drools/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local diff --git a/drools/kogito-dmn/.gitignore b/drools/kogito-dmn/.gitignore index 8dd71d3316a..52271930417 100755 --- a/drools/kogito-dmn/.gitignore +++ b/drools/kogito-dmn/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local /bin diff --git a/drools/kogito-dmn/src/test/resources/TrafficViolation.dmn b/drools/kogito-dmn/src/test/resources/TrafficViolation.dmn index 49795301e2b..c9268632f7f 100644 --- a/drools/kogito-dmn/src/test/resources/TrafficViolation.dmn +++ b/drools/kogito-dmn/src/test/resources/TrafficViolation.dmn @@ -1,3 +1,22 @@ + + diff --git a/drools/kogito-dmn/src/test/resources/org/kie/kogito/dmn/TrafficViolation.dmn b/drools/kogito-dmn/src/test/resources/org/kie/kogito/dmn/TrafficViolation.dmn index 109d4689e12..193c851fdf9 100644 --- a/drools/kogito-dmn/src/test/resources/org/kie/kogito/dmn/TrafficViolation.dmn +++ b/drools/kogito-dmn/src/test/resources/org/kie/kogito/dmn/TrafficViolation.dmn @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-dmn/src/test/resources/org/kie/kogito/dmn/profile.dmn b/drools/kogito-dmn/src/test/resources/org/kie/kogito/dmn/profile.dmn index f0230a4e86b..ab54a568554 100644 --- a/drools/kogito-dmn/src/test/resources/org/kie/kogito/dmn/profile.dmn +++ b/drools/kogito-dmn/src/test/resources/org/kie/kogito/dmn/profile.dmn @@ -1,3 +1,22 @@ + + diff --git a/drools/kogito-pmml-openapi/Readme.md b/drools/kogito-pmml-openapi/Readme.md index 63e61ecac40..19dda6bd630 100644 --- a/drools/kogito-pmml-openapi/Readme.md +++ b/drools/kogito-pmml-openapi/Readme.md @@ -1,3 +1,22 @@ + + KOGITO-PMML-OPENAPI =================== diff --git a/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml b/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml index 5c90d571f12..66680317633 100644 --- a/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml +++ b/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_regression.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml b/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml index caf00524292..1eaad5e813a 100644 --- a/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml +++ b/drools/kogito-pmml/src/test/resources/org/kie/kogito/pmml/test_tree.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/drools/kogito-scenario-simulation/README.md b/drools/kogito-scenario-simulation/README.md index bd262120600..ae65a8f0d7f 100644 --- a/drools/kogito-scenario-simulation/README.md +++ b/drools/kogito-scenario-simulation/README.md @@ -1,3 +1,22 @@ + + Kogito Test Scenario runner =========================== diff --git a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLRegression.dmn b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLRegression.dmn index c1e1e2750b6..68e0d87b348 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLRegression.dmn +++ b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLRegression.dmn @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLRegressionTest.scesim b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLRegressionTest.scesim index 34b4934492b..89afb028cae 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLRegressionTest.scesim +++ b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLRegressionTest.scesim @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLTree.dmn b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLTree.dmn index eb5df7a5dc6..760a4458f07 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLTree.dmn +++ b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLTree.dmn @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLTreeTest.scesim b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLTreeTest.scesim index ec721c60f5d..d731a3d8a3b 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLTreeTest.scesim +++ b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/KiePMMLTreeTest.scesim @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml index 2c18ff0c235..58d3f9ce67c 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml +++ b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_regression.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml index 9d5bcf47f76..7f2a84a0dd3 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml +++ b/drools/kogito-scenario-simulation/src/test/resources/dmnPmml/test_tree.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/drools/kogito-scenario-simulation/src/test/resources/importedDMN/GeneralRules.dmn b/drools/kogito-scenario-simulation/src/test/resources/importedDMN/GeneralRules.dmn index 5b3622a9b21..742f8ce6073 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/importedDMN/GeneralRules.dmn +++ b/drools/kogito-scenario-simulation/src/test/resources/importedDMN/GeneralRules.dmn @@ -1,3 +1,22 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/importedDMN/TrafficViolation.dmn b/drools/kogito-scenario-simulation/src/test/resources/importedDMN/TrafficViolation.dmn index 901742a5133..eb6ce41f5f3 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/importedDMN/TrafficViolation.dmn +++ b/drools/kogito-scenario-simulation/src/test/resources/importedDMN/TrafficViolation.dmn @@ -1,3 +1,22 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/importedDMN/TrafficViolationTest.scesim b/drools/kogito-scenario-simulation/src/test/resources/importedDMN/TrafficViolationTest.scesim index 21c829eaa28..f671411d817 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/importedDMN/TrafficViolationTest.scesim +++ b/drools/kogito-scenario-simulation/src/test/resources/importedDMN/TrafficViolationTest.scesim @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Traffic Violation.dmn b/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Traffic Violation.dmn index 2f445507406..7f25100f635 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Traffic Violation.dmn +++ b/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Traffic Violation.dmn @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using Imported.dmn b/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using Imported.dmn index bcdad500ad7..2a7f35b2d88 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using Imported.dmn +++ b/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using Imported.dmn @@ -1,3 +1,22 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using Imported.scesim b/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using Imported.scesim index 5349fdf646b..5ac3b19f080 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using Imported.scesim +++ b/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using Imported.scesim @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/sampleTest/Traffic Violation.dmn b/drools/kogito-scenario-simulation/src/test/resources/sampleTest/Traffic Violation.dmn index 109d4689e12..193c851fdf9 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/sampleTest/Traffic Violation.dmn +++ b/drools/kogito-scenario-simulation/src/test/resources/sampleTest/Traffic Violation.dmn @@ -1,4 +1,23 @@ + + diff --git a/drools/kogito-scenario-simulation/src/test/resources/sampleTest/Violation Scenarios.scesim b/drools/kogito-scenario-simulation/src/test/resources/sampleTest/Violation Scenarios.scesim index 4298967f266..a7d1f605ed7 100644 --- a/drools/kogito-scenario-simulation/src/test/resources/sampleTest/Violation Scenarios.scesim +++ b/drools/kogito-scenario-simulation/src/test/resources/sampleTest/Violation Scenarios.scesim @@ -1,4 +1,23 @@ + + diff --git a/grafana-api/README.md b/grafana-api/README.md index 2f702acc723..2296f165c3a 100644 --- a/grafana-api/README.md +++ b/grafana-api/README.md @@ -1,3 +1,22 @@ + + Grafana API ============== diff --git a/history2.adoc b/history2.adoc index 9c558e357c4..fbfce1203d0 100644 --- a/history2.adoc +++ b/history2.adoc @@ -1 +1,20 @@ +//// +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +//// + . diff --git a/jbang-header/ApplyHeader.java b/jbang-header/ApplyHeader.java new file mode 100644 index 00000000000..b21f7831a31 --- /dev/null +++ b/jbang-header/ApplyHeader.java @@ -0,0 +1,78 @@ +//usr/bin/env jbang "$0" "$@" ; exit $? + +import java.nio.file.*; +import java.io.IOException; +import java.nio.charset.StandardCharsets; +import java.nio.file.attribute.BasicFileAttributes; + +public class ApplyHeader { + + public static void main(String[] args) { + if (args.length < 2) { + System.out.println("Usage: jbang ApplyHeader.java ''"); + System.exit(1); + } + + Path rootFolder = Paths.get(args[0]); + String globPattern = args[1]; + + try { + // Read header content + final String header = + """ + /** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + """; + + // Create a matcher for the glob pattern + PathMatcher matcher = FileSystems.getDefault().getPathMatcher("glob:" + globPattern); + + // Find files matching the glob pattern recursively + Files.walkFileTree(rootFolder, new ModifyHeader(matcher, header)); + } catch (IOException e) { + e.printStackTrace(); + } + } + + static class ModifyHeader extends SimpleFileVisitor { + private final PathMatcher matcher; + private final String header; + + ModifyHeader(PathMatcher matcher, String header) { + this.matcher = matcher; + this.header = header; + } + + @Override + public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException { + // Check to see if the file name matches + if (matcher.matches(file.getFileName())) { + // The file matches, and there is no ASF header, then add it + if (Files.lines(file, StandardCharsets.UTF_8).noneMatch(line -> line.contains("Licensed to the Apache Software Foundation"))) { + System.out.println("Executing header update on: " + file.toString()); + String content = Files.readString(file, StandardCharsets.UTF_8); + content = header + "\n" + content; + Files.writeString(file, content, StandardCharsets.UTF_8); + return FileVisitResult.CONTINUE; + } + } + return super.visitFile(file, attrs); + } + } +} \ No newline at end of file diff --git a/jbpm/.gitignore b/jbpm/.gitignore index 0d73459cf99..fd4106653a7 100755 --- a/jbpm/.gitignore +++ b/jbpm/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + bin/ /target /local diff --git a/jbpm/jbpm-bpmn2/.gitignore b/jbpm/jbpm-bpmn2/.gitignore index 083c5030c36..e3c9ebb9d2f 100755 --- a/jbpm/jbpm-bpmn2/.gitignore +++ b/jbpm/jbpm-bpmn2/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local 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 c0c997c44ee..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,5 +1,5 @@ - // The allowed properties are name, parameters, displayName, icon and customEditor diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/drools.xsd b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/drools.xsd index f4f5b20cc4e..680a102be07 100755 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/drools.xsd +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/drools.xsd @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.assembler.BPMN2ProcessProvider b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.assembler.BPMN2ProcessProvider index 9324942c9a4..e0dcebd4890 100644 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.assembler.BPMN2ProcessProvider +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.assembler.BPMN2ProcessProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.bpmn2.BPMN2ProcessProviderImpl \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.process.builder.dialect.ProcessDialectProvider b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.process.builder.dialect.ProcessDialectProvider index 254e63fdb93..c06f12788c4 100644 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.process.builder.dialect.ProcessDialectProvider +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.process.builder.dialect.ProcessDialectProvider @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.bpmn2.feel.FeelProcessDialectProvider org.jbpm.bpmn2.xpath.XPATHProcessDialectProvider \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.process.core.impl.XmlProcessDumperFactoryService b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.process.core.impl.XmlProcessDumperFactoryService index 796a88d05d0..30467d327d5 100644 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.process.core.impl.XmlProcessDumperFactoryService +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.process.core.impl.XmlProcessDumperFactoryService @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.bpmn2.xml.XmlProcessDumperFactoryServiceImpl \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.DecisionRuleTypeEngine b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.DecisionRuleTypeEngine index 3edf8be995c..9a02e284630 100644 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.DecisionRuleTypeEngine +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.DecisionRuleTypeEngine @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.bpmn2.rule.DecisionRuleTypeEngineImpl \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.RuleFlowGroupRuleTypeEngine b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.RuleFlowGroupRuleTypeEngine index 73ffb9381ce..ab4a6fa4de6 100644 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.RuleFlowGroupRuleTypeEngine +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.RuleFlowGroupRuleTypeEngine @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.bpmn2.rule.RuleFlowGroupRuleTypeEngineImpl \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.RuleUnitRuleTypeEngine b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.RuleUnitRuleTypeEngine index 50e375ac68e..f2dab241943 100644 --- a/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.RuleUnitRuleTypeEngine +++ b/jbpm/jbpm-bpmn2/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.RuleUnitRuleTypeEngine @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.bpmn2.rule.RuleUnitRuleTypeEngineImpl \ No newline at end of file diff --git a/jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd b/jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd index c0c997c44ee..6d29cb7d56e 100755 --- a/jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd +++ b/jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd @@ -1,5 +1,5 @@ - + + diff --git a/jbpm/jbpm-flow-builder/.gitignore b/jbpm/jbpm-flow-builder/.gitignore index b42343342d3..cf25a384623 100755 --- a/jbpm/jbpm-flow-builder/.gitignore +++ b/jbpm/jbpm-flow-builder/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local /bin diff --git a/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/process/builder/processNodeBuilder.conf b/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/process/builder/processNodeBuilder.conf index e69de29bb2d..5fb255256df 100755 --- a/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/process/builder/processNodeBuilder.conf +++ b/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/process/builder/processNodeBuilder.conf @@ -0,0 +1,18 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# \ No newline at end of file diff --git a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.drools.compiler.compiler.ProcessBuilderFactoryService b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.drools.compiler.compiler.ProcessBuilderFactoryService index 0dfd94a6e34..0b33e91066d 100644 --- a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.drools.compiler.compiler.ProcessBuilderFactoryService +++ b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.drools.compiler.compiler.ProcessBuilderFactoryService @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.process.builder.ProcessBuilderFactoryServiceImpl \ No newline at end of file diff --git a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.process.builder.action.ActionCompiler b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.process.builder.action.ActionCompiler index d9494beeea5..a686cf2667a 100644 --- a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.process.builder.action.ActionCompiler +++ b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.process.builder.action.ActionCompiler @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.process.builder.action.JavaActionCompiler org.jbpm.process.builder.action.MVELActionCompiler \ No newline at end of file diff --git a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.assembler.KieAssemblerService b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.assembler.KieAssemblerService index be2e07b47c9..3947027f8b8 100644 --- a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.assembler.KieAssemblerService +++ b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.assembler.KieAssemblerService @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.assembler.BPMN2AssemblerService \ No newline at end of file diff --git a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService index 618a3c7d9ef..94f5d1e8679 100644 --- a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService +++ b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.api.internal.weaver.KieWeaverService @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.weaver.BPMN2WeaverService org.jbpm.weaver.DRFWeaverService \ No newline at end of file diff --git a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.internal.builder.KnowledgeBuilderFactoryService b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.internal.builder.KnowledgeBuilderFactoryService index cae912534f1..e429a75eddd 100644 --- a/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.internal.builder.KnowledgeBuilderFactoryService +++ b/jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.kie.internal.builder.KnowledgeBuilderFactoryService @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.compiler.xml.compiler.SemanticKnowledgeBuilderFactoryService \ No newline at end of file diff --git a/jbpm/jbpm-flow-builder/src/main/resources/org/jbpm/process/builder/dialect/java/javaInvokers.mvel b/jbpm/jbpm-flow-builder/src/main/resources/org/jbpm/process/builder/dialect/java/javaInvokers.mvel index a5570ad9bac..3a6f2569589 100755 --- a/jbpm/jbpm-flow-builder/src/main/resources/org/jbpm/process/builder/dialect/java/javaInvokers.mvel +++ b/jbpm/jbpm-flow-builder/src/main/resources/org/jbpm/process/builder/dialect/java/javaInvokers.mvel @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + @declare{"actionInvoker"} package @{package}; diff --git a/jbpm/jbpm-flow-builder/src/main/resources/org/jbpm/process/builder/dialect/java/javaRule.mvel b/jbpm/jbpm-flow-builder/src/main/resources/org/jbpm/process/builder/dialect/java/javaRule.mvel index 851e6f2d4dc..656e8240c8c 100755 --- a/jbpm/jbpm-flow-builder/src/main/resources/org/jbpm/process/builder/dialect/java/javaRule.mvel +++ b/jbpm/jbpm-flow-builder/src/main/resources/org/jbpm/process/builder/dialect/java/javaRule.mvel @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + @declare{"actionMethod"} public static void @{methodName}(org.kie.kogito.internal.process.runtime.KogitoProcessContext kcontext@if{globals != empty},@end{} @foreach{type :globalTypes, identifier : globals} @{type} @{identifier} @end{","} @if{variables != empty},@end{} @foreach{type2 :variableTypes, identifier2 : variables} @{type2} @{identifier2} @end{","} ) throws Exception { org.kie.kogito.internal.process.runtime.KogitoProcessContext context = kcontext; diff --git a/jbpm/jbpm-flow-builder/src/test/resources/META-INF/kie.properties.conf b/jbpm/jbpm-flow-builder/src/test/resources/META-INF/kie.properties.conf index a92369b437e..514761b759d 100644 --- a/jbpm/jbpm-flow-builder/src/test/resources/META-INF/kie.properties.conf +++ b/jbpm/jbpm-flow-builder/src/test/resources/META-INF/kie.properties.conf @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + drools.workItemManagerFactory=org.jbpm.test.TestWorkItemManagerFactory diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceFive/TestServiceFive.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceFive/TestServiceFive.wid index 01c9b23fd6d..e9bb15266ee 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceFive/TestServiceFive.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceFive/TestServiceFive.wid @@ -1,4 +1,23 @@ -[ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + +[ [ "java.util.HashMap", { diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceFour/TestServiceFour.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceFour/TestServiceFour.wid index 24b2a455a7d..de1d864cf22 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceFour/TestServiceFour.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceFour/TestServiceFour.wid @@ -1,4 +1,23 @@ -[ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + +[ [ "java.util.HashMap", { diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceOne/TestServiceOne.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceOne/TestServiceOne.wid index 54772562a07..f74dd347596 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceOne/TestServiceOne.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceOne/TestServiceOne.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "TestServiceOne", diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceThree/TestServiceThree.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceThree/TestServiceThree.wid index 1a03bd9446f..592fc3388eb 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceThree/TestServiceThree.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceThree/TestServiceThree.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "TestServiceThree", diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceTwo/TestServiceTwo.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceTwo/TestServiceTwo.wid index 906a1f4e1b7..b2f65212886 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceTwo/TestServiceTwo.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceTwo/TestServiceTwo.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "TestServiceTwo", diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValues/TestServiceWithParamValues.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValues/TestServiceWithParamValues.wid index 20aa8b1c47a..e0825414dee 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValues/TestServiceWithParamValues.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValues/TestServiceWithParamValues.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "TestServiceWithParamValues", diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValuesThree/TestServiceWithParamValuesThree.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValuesThree/TestServiceWithParamValuesThree.wid index 55d0beebb71..8b00866b0a9 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValuesThree/TestServiceWithParamValuesThree.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValuesThree/TestServiceWithParamValuesThree.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "TestServiceWithParamValuesThree", diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValuesTwo/TestServiceWithParamValuesTwo.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValuesTwo/TestServiceWithParamValuesTwo.wid index 9f5445128a2..ff6d6759d4c 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValuesTwo/TestServiceWithParamValuesTwo.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/TestServiceWithParamValuesTwo/TestServiceWithParamValuesTwo.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "TestServiceWithParamValuesTwo", diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/index.conf b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/index.conf index cd9cc07e051..e33d8d50a86 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/index.conf +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repository/index.conf @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + TestServiceOne TestServiceTwo TestServiceThree diff --git a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repositorysingledir/repowid.wid b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repositorysingledir/repowid.wid index a98143d8cac..1aab68affb2 100755 --- a/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repositorysingledir/repowid.wid +++ b/jbpm/jbpm-flow-builder/src/test/resources/org/jbpm/process/workitem/repositorysingledir/repowid.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "RepoSingleDir", diff --git a/jbpm/jbpm-flow-migration/pom.xml b/jbpm/jbpm-flow-migration/pom.xml index 6a7e41a0af1..5ee8e6a768a 100644 --- a/jbpm/jbpm-flow-migration/pom.xml +++ b/jbpm/jbpm-flow-migration/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.migration.MigrationPlanFileProvider b/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.migration.MigrationPlanFileProvider index cda56c196f5..e0b06353f77 100644 --- a/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.migration.MigrationPlanFileProvider +++ b/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.migration.MigrationPlanFileProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.flow.migration.impl.FileSystemMigrationPlanFileProvider \ No newline at end of file diff --git a/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.migration.MigrationPlanFileReader b/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.migration.MigrationPlanFileReader index 77d67320199..4593e196170 100644 --- a/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.migration.MigrationPlanFileReader +++ b/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.migration.MigrationPlanFileReader @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.flow.migration.impl.JsonMigrationPlanFileReader \ No newline at end of file diff --git a/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.serialization.ProcessInstanceMarshallerListener b/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.serialization.ProcessInstanceMarshallerListener index f5923fd8222..012b544cfe5 100644 --- a/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.serialization.ProcessInstanceMarshallerListener +++ b/jbpm/jbpm-flow-migration/src/main/resources/META-INF/services/org.jbpm.flow.serialization.ProcessInstanceMarshallerListener @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.flow.serialization.migration.StandardMigrationProcessInstanceMarshallerListener \ No newline at end of file diff --git a/jbpm/jbpm-flow/.gitignore b/jbpm/jbpm-flow/.gitignore index 1ca8a75455b..f2aa20d0d44 100755 --- a/jbpm/jbpm-flow/.gitignore +++ b/jbpm/jbpm-flow/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local /bin diff --git a/jbpm/jbpm-flow/src/main/resources/META-INF/services/org.drools.core.runtime.process.ProcessRuntimeFactoryService b/jbpm/jbpm-flow/src/main/resources/META-INF/services/org.drools.core.runtime.process.ProcessRuntimeFactoryService index 46f478ba10c..91e30010b89 100644 --- a/jbpm/jbpm-flow/src/main/resources/META-INF/services/org.drools.core.runtime.process.ProcessRuntimeFactoryService +++ b/jbpm/jbpm-flow/src/main/resources/META-INF/services/org.drools.core.runtime.process.ProcessRuntimeFactoryService @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.process.instance.ProcessRuntimeFactoryServiceImpl \ No newline at end of file diff --git a/jbpm/jbpm-flow/src/main/resources/META-INF/services/org.jbpm.workflow.instance.impl.NodeInstanceFactoryProvider b/jbpm/jbpm-flow/src/main/resources/META-INF/services/org.jbpm.workflow.instance.impl.NodeInstanceFactoryProvider index 236f07a277a..efc33a581a3 100644 --- a/jbpm/jbpm-flow/src/main/resources/META-INF/services/org.jbpm.workflow.instance.impl.NodeInstanceFactoryProvider +++ b/jbpm/jbpm-flow/src/main/resources/META-INF/services/org.jbpm.workflow.instance.impl.NodeInstanceFactoryProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.workflow.instance.impl.factory.DefaultNodeInstanceFactoryProvider \ No newline at end of file diff --git a/jbpm/jbpm-flow/src/test/resources/META-INF/kie.properties.conf b/jbpm/jbpm-flow/src/test/resources/META-INF/kie.properties.conf index d2ebbc092a6..7d1f58d15b8 100644 --- a/jbpm/jbpm-flow/src/test/resources/META-INF/kie.properties.conf +++ b/jbpm/jbpm-flow/src/test/resources/META-INF/kie.properties.conf @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + drools.workItemManagerFactory=org.jbpm.test.TestWorkItemManagerFactory \ No newline at end of file diff --git a/jbpm/jbpm-flow/src/test/resources/logback-test.xml b/jbpm/jbpm-flow/src/test/resources/logback-test.xml index ac9daaf6284..e2693493896 100755 --- a/jbpm/jbpm-flow/src/test/resources/logback-test.xml +++ b/jbpm/jbpm-flow/src/test/resources/logback-test.xml @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-flow/src/test/resources/org/jbpm/flow/util/engine.policy b/jbpm/jbpm-flow/src/test/resources/org/jbpm/flow/util/engine.policy index 5d74bde76d8..7a0900a0b8f 100755 --- a/jbpm/jbpm-flow/src/test/resources/org/jbpm/flow/util/engine.policy +++ b/jbpm/jbpm-flow/src/test/resources/org/jbpm/flow/util/engine.policy @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + grant { permission java.security.AllPermission; }; \ No newline at end of file diff --git a/jbpm/jbpm-flow/src/test/resources/org/jbpm/flow/util/kie.policy b/jbpm/jbpm-flow/src/test/resources/org/jbpm/flow/util/kie.policy index dcf3c02c1c0..e7bf2e27fce 100755 --- a/jbpm/jbpm-flow/src/test/resources/org/jbpm/flow/util/kie.policy +++ b/jbpm/jbpm-flow/src/test/resources/org/jbpm/flow/util/kie.policy @@ -1,4 +1,23 @@ -grant { +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + +grant { permission java.util.PropertyPermission "*", "read"; permission java.lang.RuntimePermission "accessDeclaredMembers"; permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; diff --git a/jbpm/jbpm-flow/src/test/resources/policy/engine.policy b/jbpm/jbpm-flow/src/test/resources/policy/engine.policy index c429a5f3d8b..ff5d08762ee 100755 --- a/jbpm/jbpm-flow/src/test/resources/policy/engine.policy +++ b/jbpm/jbpm-flow/src/test/resources/policy/engine.policy @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + grant { permission java.security.AllPermission; }; \ No newline at end of file diff --git a/jbpm/jbpm-flow/src/test/resources/policy/kie.policy b/jbpm/jbpm-flow/src/test/resources/policy/kie.policy index 7c97d0ec3d7..a4a12795b35 100755 --- a/jbpm/jbpm-flow/src/test/resources/policy/kie.policy +++ b/jbpm/jbpm-flow/src/test/resources/policy/kie.policy @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + grant { permission java.util.PropertyPermission "*","read"; permission java.lang.RuntimePermission "createClassLoader"; diff --git a/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompat.wid b/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompat.wid index 6af91c8e267..4b05562c8cf 100755 --- a/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompat.wid +++ b/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompat.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + import org.drools.core.process.core.datatype.impl.type.StringDataType; import org.drools.core.process.core.datatype.impl.type.BooleanDataType; import org.drools.core.process.core.datatype.impl.type.FloatDataType; diff --git a/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompatmixedandmissingimports.wid b/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompatmixedandmissingimports.wid index a99da4348e8..ab972200891 100755 --- a/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompatmixedandmissingimports.wid +++ b/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompatmixedandmissingimports.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + import org.drools.core.process.core.datatype.impl.type.StringDataType; import org.drools.core.process.core.datatype.impl.type.BooleanDataType; diff --git a/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompatpkgimport.wid b/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompatpkgimport.wid index b39b77f13aa..43c8be36a2a 100755 --- a/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompatpkgimport.wid +++ b/jbpm/jbpm-flow/src/test/resources/wids/test-backwardscompatpkgimport.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + import org.drools.core.process.core.datatype.impl.type.*; [ diff --git a/jbpm/jbpm-flow/src/test/resources/wids/test-customdatatype.wid b/jbpm/jbpm-flow/src/test/resources/wids/test-customdatatype.wid index a04df9c23cf..734d2d4bad0 100755 --- a/jbpm/jbpm-flow/src/test/resources/wids/test-customdatatype.wid +++ b/jbpm/jbpm-flow/src/test/resources/wids/test-customdatatype.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + import org.jbpm.util.CustomDataType; [ diff --git a/jbpm/jbpm-flow/src/test/resources/wids/test-customdatatypenoimport.wid b/jbpm/jbpm-flow/src/test/resources/wids/test-customdatatypenoimport.wid index 4488e70f92b..dc3c7004bfd 100755 --- a/jbpm/jbpm-flow/src/test/resources/wids/test-customdatatypenoimport.wid +++ b/jbpm/jbpm-flow/src/test/resources/wids/test-customdatatypenoimport.wid @@ -1,3 +1,21 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// [ [ diff --git a/jbpm/jbpm-flow/src/test/resources/wids/test-noimports.wid b/jbpm/jbpm-flow/src/test/resources/wids/test-noimports.wid index db1c00e91d4..79afd0d819c 100755 --- a/jbpm/jbpm-flow/src/test/resources/wids/test-noimports.wid +++ b/jbpm/jbpm-flow/src/test/resources/wids/test-noimports.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "MyFirstWorkItem", diff --git a/jbpm/jbpm-tests/pom.xml b/jbpm/jbpm-tests/pom.xml index 489f28b2877..c89301e3fb3 100644 --- a/jbpm/jbpm-tests/pom.xml +++ b/jbpm/jbpm-tests/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-DataOutputAssignmentCustomExpressionLang.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-DataOutputAssignmentCustomExpressionLang.bpmn2 index 7fc9cc24828..02549221828 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-DataOutputAssignmentCustomExpressionLang.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-DataOutputAssignmentCustomExpressionLang.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + - + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskWithDataStore.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskWithDataStore.bpmn2 index 518141dc457..8010e271bc1 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskWithDataStore.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskWithDataStore.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskWithParametrizedInput.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskWithParametrizedInput.bpmn2 index 8d2fd1a6704..e24e2ccae49 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskWithParametrizedInput.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-UserTaskWithParametrizedInput.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationBoundaryMessage.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationBoundaryMessage.bpmn2 index 9edd3b54e65..6342ee92965 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationBoundaryMessage.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationBoundaryMessage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationIntermediateMessage.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationIntermediateMessage.bpmn2 index 186e9549b38..d600efe6d5a 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationIntermediateMessage.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationIntermediateMessage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationStartMessage.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationStartMessage.bpmn2 index 035cad49367..a35b8adda75 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationStartMessage.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/collaboration/BPMN2-CollaborationStartMessage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-BookResource.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-BookResource.bpmn2 index 1ada5ecec0d..b84dca80b7d 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-BookResource.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-BookResource.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-CancelResource.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-CancelResource.bpmn2 index e6e6ac451ba..f114cfd7c5c 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-CancelResource.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-CancelResource.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-InSubSubProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-InSubSubProcess.bpmn2 index 4dd2cc95987..b146d2da278 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-InSubSubProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-InSubSubProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-ParallelOrderedCompensationIntermediateThrowEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-ParallelOrderedCompensationIntermediateThrowEvent.bpmn2 index 3b7ba2a16cb..62cd8eb39a0 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-ParallelOrderedCompensationIntermediateThrowEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-ParallelOrderedCompensationIntermediateThrowEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-ThrowSpecificForSubProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-ThrowSpecificForSubProcess.bpmn2 index 87ac749dba4..4624fe8c6f1 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-ThrowSpecificForSubProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-ThrowSpecificForSubProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-UserTaskBeforeAssociatedActivity.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-UserTaskBeforeAssociatedActivity.bpmn2 index 6dd31ccd6f5..728648bad91 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-UserTaskBeforeAssociatedActivity.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-UserTaskBeforeAssociatedActivity.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-UserTaskCompensation.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-UserTaskCompensation.bpmn2 index 8120d3e398f..272e8ad1b7f 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-UserTaskCompensation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/compensation/BPMN2-UserTaskCompensation.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/data/BPMN2-Association.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/data/BPMN2-Association.bpmn2 index d7da3a8c8ab..55934220a66 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/data/BPMN2-Association.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/data/BPMN2-Association.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/data/BPMN2-DataInputAssociations.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/data/BPMN2-DataInputAssociations.bpmn2 index cdca32020aa..dc97a0ce993 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/data/BPMN2-DataInputAssociations.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/data/BPMN2-DataInputAssociations.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventCatchingOnExitException.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventCatchingOnExitException.bpmn2 index f11ebf9a70d..6a12470d88d 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventCatchingOnExitException.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventCatchingOnExitException.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerByErrorCode.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerByErrorCode.bpmn2 index 6419f85d8b9..3d2dc44e844 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerByErrorCode.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerByErrorCode.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerWithErrorCodeWithStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerWithErrorCodeWithStructureRef.bpmn2 index 838c2990492..e6a736263ad 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerWithErrorCodeWithStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerWithErrorCodeWithStructureRef.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerWithErrorCodeWithoutStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerWithErrorCodeWithoutStructureRef.bpmn2 index 45432e3077d..68d1c72aa3d 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerWithErrorCodeWithoutStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventDefaultHandlerWithErrorCodeWithoutStructureRef.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventStructureRef.bpmn2 index 0a70fda1ee0..2c0fe29a6eb 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-BoundaryErrorEventStructureRef.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EndErrorWithEventSubprocess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EndErrorWithEventSubprocess.bpmn2 index 533e79df39b..f159c20f4b4 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EndErrorWithEventSubprocess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EndErrorWithEventSubprocess.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-ErrorBoundaryEventInterrupting.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-ErrorBoundaryEventInterrupting.bpmn2 index 2a4d4938e00..553b6d2060b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-ErrorBoundaryEventInterrupting.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-ErrorBoundaryEventInterrupting.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubProcessErrorWithScript.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubProcessErrorWithScript.bpmn2 index 40440cb3c72..c01732626f8 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubProcessErrorWithScript.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubProcessErrorWithScript.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubprocessError.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubprocessError.bpmn2 index 32df6441e0d..20534f4efc3 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubprocessError.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubprocessError.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubprocessErrorHandlingWithErrorCode.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubprocessErrorHandlingWithErrorCode.bpmn2 index 2a3877bd58a..7ac81639ca7 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubprocessErrorHandlingWithErrorCode.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/error/BPMN2-EventSubprocessErrorHandlingWithErrorCode.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationBoundaryEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationBoundaryEvent.bpmn2 index 3d8a4e33d0a..92490e0dc40 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationBoundaryEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationBoundaryEvent.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationBoundaryEventOnTaskInterrupting.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationBoundaryEventOnTaskInterrupting.bpmn2 index 17b5c557fb8..20620d70dc7 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationBoundaryEventOnTaskInterrupting.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationBoundaryEventOnTaskInterrupting.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationEndEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationEndEvent.bpmn2 index 5b609216e10..82b63f9e29d 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationEndEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationEndEvent.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationWithDataMapping.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationWithDataMapping.bpmn2 index 69c60d342b0..a0ac3c87319 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationWithDataMapping.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-EscalationWithDataMapping.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-IntermediateThrowEventEscalation.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-IntermediateThrowEventEscalation.bpmn2 index 19d49a85a7e..7ea6f6f80fb 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-IntermediateThrowEventEscalation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/escalation/BPMN2-IntermediateThrowEventEscalation.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-ErrorEndEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-ErrorEndEvent.bpmn2 index 737283c9b57..3ce3c7685c4 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-ErrorEndEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-ErrorEndEvent.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-OnEntryExitMixedNamespacedScriptProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-OnEntryExitMixedNamespacedScriptProcess.bpmn2 index 4e258e2af0a..fae049dd094 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-OnEntryExitMixedNamespacedScriptProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-OnEntryExitMixedNamespacedScriptProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-SignalEndEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-SignalEndEvent.bpmn2 index 99acb443490..4c6592da63b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-SignalEndEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/event/BPMN2-SignalEndEvent.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/feel/BPMN2-GatewayFEEL.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/feel/BPMN2-GatewayFEEL.bpmn2 index 102d26e67b6..15cc61e2dda 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/feel/BPMN2-GatewayFEEL.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/feel/BPMN2-GatewayFEEL.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-CompositeProcessWithDIGraphical.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-CompositeProcessWithDIGraphical.bpmn2 index e97e89a2ab5..2ba6a355c20 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-CompositeProcessWithDIGraphical.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-CompositeProcessWithDIGraphical.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithDefault.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithDefault.bpmn2 index 3ba5bf60e63..0c4e7fc35a5 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithDefault.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithDefault.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithLoopInside.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithLoopInside.bpmn2 index d019cf190a4..c0b8b5f8a64 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithLoopInside.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithLoopInside.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithLoopInsideSubprocess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithLoopInsideSubprocess.bpmn2 index d6e11f02448..1890ad24a84 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithLoopInsideSubprocess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveGatewayWithLoopInsideSubprocess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveNestedInParallelNestedInExclusive.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveNestedInParallelNestedInExclusive.bpmn2 index 44485920fa2..38e17bf3584 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveNestedInParallelNestedInExclusive.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveNestedInParallelNestedInExclusive.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplit.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplit.bpmn2 index 530492e499f..a15e8cb1a2e 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplit.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplit.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinEmbedded.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinEmbedded.bpmn2 index 64039cccaf6..73d2526b83d 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinEmbedded.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinEmbedded.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinExtraPath.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinExtraPath.bpmn2 index 7a42cf393d0..1164c4436d3 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinExtraPath.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinExtraPath.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinLoop.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinLoop.bpmn2 index 76ceaa57af8..afd4250878e 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinLoop.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinLoop.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinLoop2.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinLoop2.bpmn2 index b1e4a7f83a0..e6455e2b333 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinLoop2.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinLoop2.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinNested.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinNested.bpmn2 index e895b779919..db8177436f1 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinNested.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinNested.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithEnd.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithEnd.bpmn2 index 6e751ecc79c..f663e1b444b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithEnd.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithEnd.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithParallel.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithParallel.bpmn2 index e524fd860d5..6c28cf4b755 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithParallel.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithParallel.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithTimer.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithTimer.bpmn2 index 484ca579bda..1bacaabe04a 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithTimer.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-InclusiveSplitAndJoinWithTimer.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-Lane.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-Lane.bpmn2 index c75e658e2da..02332e8f7a5 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-Lane.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-Lane.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcess.bpmn2 index 90a28f02aa6..45ddba2e04a 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcessWithOutput.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcessWithOutput.bpmn2 index 0c8c8f00284..15b7f767e72 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcessWithOutput.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcessWithOutput.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcessWithOutputCmpCond.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcessWithOutputCmpCond.bpmn2 index 02c3149ccd6..bd5dcd68c00 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcessWithOutputCmpCond.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsProcessWithOutputCmpCond.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsTaskWithOutput.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsTaskWithOutput.bpmn2 index a7422177b8a..e47530de021 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsTaskWithOutput.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultiInstanceLoopCharacteristicsTaskWithOutput.bpmn2 @@ -1,4 +1,23 @@ + + + + + + - + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultipleGatewaysProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultipleGatewaysProcess.bpmn2 index 3c092da8c04..738aaa1312a 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultipleGatewaysProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultipleGatewaysProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultipleProcessInOneFile.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultipleProcessInOneFile.bpmn2 index 1bb07aa2d6e..f0fcbe1060c 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultipleProcessInOneFile.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-MultipleProcessInOneFile.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-XORSameTarget.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-XORSameTarget.bpmn2 index fb23c173093..eb31b60d3f8 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-XORSameTarget.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/flow/BPMN2-XORSameTarget.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryConditionalEventOnTask.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryConditionalEventOnTask.bpmn2 index 302bf0c5024..d0644b026f3 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryConditionalEventOnTask.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryConditionalEventOnTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryEventWithNonEffectiveSignal.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryEventWithNonEffectiveSignal.bpmn2 index 23466955b1b..19c9fd1909b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryEventWithNonEffectiveSignal.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryEventWithNonEffectiveSignal.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryEventWithSignals.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryEventWithSignals.bpmn2 index c02d2bf3b51..efd35ae82a5 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryEventWithSignals.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryEventWithSignals.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryMessageEventOnTask.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryMessageEventOnTask.bpmn2 index 9b9acaa766a..d26e85c8136 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryMessageEventOnTask.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundaryMessageEventOnTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundarySignalEventOnTask.bpmn b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundarySignalEventOnTask.bpmn index c65cc091042..c9f56d23a58 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundarySignalEventOnTask.bpmn +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-BoundarySignalEventOnTask.bpmn @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-ConditionalBoundaryEventInterrupting.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-ConditionalBoundaryEventInterrupting.bpmn2 index e310fcc85f8..67e93a6659f 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-ConditionalBoundaryEventInterrupting.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-ConditionalBoundaryEventInterrupting.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EndThrowEventScope.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EndThrowEventScope.bpmn2 index 526c8862504..63c78561b5c 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EndThrowEventScope.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EndThrowEventScope.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventBasedSplit.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventBasedSplit.bpmn2 index 5ef909ec3eb..5cf599b6ad6 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventBasedSplit.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventBasedSplit.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignal.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignal.bpmn2 index dab041b37e2..45576bae747 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignal.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignal.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalExpression.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalExpression.bpmn2 index 54f8ce46c13..d65429ee9a2 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalExpression.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalExpression.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalInterrupting.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalInterrupting.bpmn2 index 3d7c0bcee01..c4fa65a7740 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalInterrupting.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalInterrupting.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalNested.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalNested.bpmn2 index 7146a23425c..6063241da45 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalNested.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessSignalNested.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessTimer.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessTimer.bpmn2 index 058b4e72d54..29afc089506 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessTimer.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessTimer.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessTimerCycle.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessTimerCycle.bpmn2 index 3db30f02dc2..e9d903fe718 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessTimerCycle.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-EventSubprocessTimerCycle.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-ExclusiveEventBasedGatewayInSubprocess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-ExclusiveEventBasedGatewayInSubprocess.bpmn2 index b2377dc11e2..cff3fe0d3cf 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-ExclusiveEventBasedGatewayInSubprocess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-ExclusiveEventBasedGatewayInSubprocess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventCondition.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventCondition.bpmn2 index 87e3b1871b9..a52e9f71397 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventCondition.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventCondition.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventConditionPI.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventConditionPI.bpmn2 index ffe59c6d01e..06e5c755524 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventConditionPI.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventConditionPI.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventMessage.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventMessage.bpmn2 index 2893c64e804..7bb95116f70 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventMessage.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateCatchEventMessage.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateLinkEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateLinkEvent.bpmn2 index 033c6c4c58e..c9dad8bbc9f 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateLinkEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateLinkEvent.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventNone.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventNone.bpmn2 index 9c8d630ca98..6f6d261e9ae 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventNone.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventNone.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventSignal.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventSignal.bpmn2 index f4ccb7e9b1e..7054f4c118b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventSignal.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventSignal.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventSignalWithVariable.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventSignalWithVariable.bpmn2 index 509458751dd..64a09e4d1b3 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventSignalWithVariable.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-IntermediateThrowEventSignalWithVariable.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultiInstanceSubprocessWithBoundarySignal.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultiInstanceSubprocessWithBoundarySignal.bpmn2 index 4e61fd40cab..786b1b39b66 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultiInstanceSubprocessWithBoundarySignal.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultiInstanceSubprocessWithBoundarySignal.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultiInstanceSubprocessWithBoundarySignalNoInterupting.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultiInstanceSubprocessWithBoundarySignalNoInterupting.bpmn2 index 696edd1cea2..a8afbf470f7 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultiInstanceSubprocessWithBoundarySignalNoInterupting.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultiInstanceSubprocessWithBoundarySignalNoInterupting.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultipleMessageSignalSubprocess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultipleMessageSignalSubprocess.bpmn2 index 5d123fa3fe5..e27c4447d4d 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultipleMessageSignalSubprocess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-MultipleMessageSignalSubprocess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-SignalBoundaryEventInterrupting.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-SignalBoundaryEventInterrupting.bpmn2 index aa711e844ee..6fab0883e21 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-SignalBoundaryEventInterrupting.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-SignalBoundaryEventInterrupting.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-SubprocessWithSignalEndEventAndSignalBoundaryEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-SubprocessWithSignalEndEventAndSignalBoundaryEvent.bpmn2 index d1532888d2e..09e4b7d57e9 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-SubprocessWithSignalEndEventAndSignalBoundaryEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/intermediate/BPMN2-SubprocessWithSignalEndEventAndSignalBoundaryEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/sla/BPMN2-IntermediateCatchEventSignalWithSLAOnEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/sla/BPMN2-IntermediateCatchEventSignalWithSLAOnEvent.bpmn2 index ae48a4f1556..76859b426c3 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/sla/BPMN2-IntermediateCatchEventSignalWithSLAOnEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/sla/BPMN2-IntermediateCatchEventSignalWithSLAOnEvent.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-MultipleStartEventProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-MultipleStartEventProcess.bpmn2 index 7f745354aba..de82a81b8f5 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-MultipleStartEventProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-MultipleStartEventProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-MultipleStartEventProcessLongInterval.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-MultipleStartEventProcessLongInterval.bpmn2 index 83e0aa6e7e3..812aceb522f 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-MultipleStartEventProcessLongInterval.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-MultipleStartEventProcessLongInterval.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-SignalStart.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-SignalStart.bpmn2 index caca24640f0..6470dd93cab 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-SignalStart.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-SignalStart.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-TimerStartDuration.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-TimerStartDuration.bpmn2 index 28f6d85feaf..2291d194c03 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-TimerStartDuration.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-TimerStartDuration.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-TimerStartISO.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-TimerStartISO.bpmn2 index fcc97ab3050..2bb3a3122d6 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-TimerStartISO.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/start/BPMN2-TimerStartISO.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-AssignmentProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-AssignmentProcess.bpmn2 index 46de8ad94b0..38a238fd51a 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-AssignmentProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-AssignmentProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-AssignmentSubProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-AssignmentSubProcess.bpmn2 index e2235bed267..0ed717b449e 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-AssignmentSubProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-AssignmentSubProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivity.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivity.bpmn2 index 1d903ca1a35..9eff4f36b3f 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivity.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivity.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityProcessWithBoundaryEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityProcessWithBoundaryEvent.bpmn2 index 1383cd2f510..ffec7e83ee2 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityProcessWithBoundaryEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityProcessWithBoundaryEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivitySubProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivitySubProcess.bpmn2 index 73ef99b1575..eda3c80abdc 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivitySubProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivitySubProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivitySubProcessWithBoundaryEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivitySubProcessWithBoundaryEvent.bpmn2 index 564228283be..37b58c90f60 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivitySubProcessWithBoundaryEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivitySubProcessWithBoundaryEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityWithBoundaryEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityWithBoundaryEvent.bpmn2 index e11e65c9be4..e500643e226 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityWithBoundaryEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityWithBoundaryEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityWithIOexpression.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityWithIOexpression.bpmn2 index 5f6a84da77d..6ea18652ceb 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityWithIOexpression.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-CallActivityWithIOexpression.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-DynamicSignalChild.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-DynamicSignalChild.bpmn2 index dd127b48f39..4b516a53811 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-DynamicSignalChild.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-DynamicSignalChild.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-DynamicSignalParent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-DynamicSignalParent.bpmn2 index 826ad4a1194..5a373981527 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-DynamicSignalParent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-DynamicSignalParent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-ErrorsBetweenProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-ErrorsBetweenProcess.bpmn2 index ab140b29456..d78566da0b4 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-ErrorsBetweenProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-ErrorsBetweenProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-ErrorsBetweenSubProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-ErrorsBetweenSubProcess.bpmn2 index 8dc20663065..e9fc8e1c78b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-ErrorsBetweenSubProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-ErrorsBetweenSubProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-InputMappingUsingValue.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-InputMappingUsingValue.bpmn2 index 448b5a3a8fb..bf25c379c7b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-InputMappingUsingValue.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-InputMappingUsingValue.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-MainGroupAssignment.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-MainGroupAssignment.bpmn2 index d23a64e5eaa..42b30e18d0e 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-MainGroupAssignment.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-MainGroupAssignment.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SingleTaskWithVarDef.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SingleTaskWithVarDef.bpmn2 index 59497219fc5..25d108d2fd7 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SingleTaskWithVarDef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SingleTaskWithVarDef.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcess.bpmn2 index ccdc2aa0d41..7fbdcfb36f0 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTerminateEndEvent.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTerminateEndEvent.bpmn2 index 410283af98b..89f29f35d64 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTerminateEndEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTerminateEndEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTerminateEndEventProcessScope.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTerminateEndEventProcessScope.bpmn2 index 23add5acbca..6be327a4bea 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTerminateEndEventProcessScope.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTerminateEndEventProcessScope.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTypeVariable.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTypeVariable.bpmn2 index 173e8ae1486..c9dcdc36f5b 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTypeVariable.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubProcessWithTypeVariable.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubprocessGroupAssignment.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubprocessGroupAssignment.bpmn2 index c545f138241..73cb258389f 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubprocessGroupAssignment.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/subprocess/BPMN2-SubprocessGroupAssignment.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithCustomVariableTags.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithCustomVariableTags.bpmn2 index 08df468f252..c3cde1f2b03 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithCustomVariableTags.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithCustomVariableTags.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithReadonlyVariableTags.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithReadonlyVariableTags.bpmn2 index 586130982f4..21e31b5aad5 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithReadonlyVariableTags.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithReadonlyVariableTags.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithRequiredVariableTags.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithRequiredVariableTags.bpmn2 index fa427ec8b63..5ead033af30 100644 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithRequiredVariableTags.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/tags/BPMN2-ApprovalWithRequiredVariableTags.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/task/BPMN2-ReceiveTask.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/task/BPMN2-ReceiveTask.bpmn2 index a1e8a24c842..48b33161758 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/task/BPMN2-ReceiveTask.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/task/BPMN2-ReceiveTask.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-IntermediateTimerParallelGateway.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-IntermediateTimerParallelGateway.bpmn2 index 786302b01c1..ccc5054fcf4 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-IntermediateTimerParallelGateway.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-IntermediateTimerParallelGateway.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-ParallelSplitWithTimerProcess.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-ParallelSplitWithTimerProcess.bpmn2 index 493163c9536..631e54a48f7 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-ParallelSplitWithTimerProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-ParallelSplitWithTimerProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventCycle1.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventCycle1.bpmn2 index 571991dd6b5..291838ae3eb 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventCycle1.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventCycle1.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventDateISO.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventDateISO.bpmn2 index 2e6a1f28d89..972c6d7bdde 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventDateISO.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventDateISO.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventDuration.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventDuration.bpmn2 index 6434a46304f..68ade100ee2 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventDuration.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventDuration.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventInterrupting.bpmn2 b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventInterrupting.bpmn2 index 6c637cc32eb..26cea2ddee3 100755 --- a/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventInterrupting.bpmn2 +++ b/jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/timer/BPMN2-TimerBoundaryEventInterrupting.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-AdHocProcess.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-AdHocProcess.bpmn2 index a1b74f2e256..0b04701b5ad 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-AdHocProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-AdHocProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-AgendaFilter.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-AgendaFilter.bpmn2 index 84a87b86b8c..5aee1e2fea9 100644 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-AgendaFilter.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-AgendaFilter.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BooleanStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BooleanStructureRef.bpmn2 index 0d98cf0f425..efd2d260d99 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BooleanStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BooleanStructureRef.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryErrorEventDefaultHandlerWithoutErrorCodeWithoutStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryErrorEventDefaultHandlerWithoutErrorCodeWithoutStructureRef.bpmn2 index 2ba557d2e51..0d29ebbcaab 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryErrorEventDefaultHandlerWithoutErrorCodeWithoutStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryErrorEventDefaultHandlerWithoutErrorCodeWithoutStructureRef.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryErrorEventSubProcessExceptionMapping.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryErrorEventSubProcessExceptionMapping.bpmn2 index 2ba557d2e51..0d29ebbcaab 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryErrorEventSubProcessExceptionMapping.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryErrorEventSubProcessExceptionMapping.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn index 5d5cc24b38a..8c88dc39add 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundarySignalWithNameEventOnTaskbpmn2.bpmn b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundarySignalWithNameEventOnTaskbpmn2.bpmn index 6913ef68662..dda36a9bac5 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundarySignalWithNameEventOnTaskbpmn2.bpmn +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundarySignalWithNameEventOnTaskbpmn2.bpmn @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryTimerCycleCron.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryTimerCycleCron.bpmn2 index 84ee8536e76..ae50cb8a525 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryTimerCycleCron.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryTimerCycleCron.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryTimerCycleCronVariable.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryTimerCycleCronVariable.bpmn2 index c3bada7a167..a82655cc6d9 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryTimerCycleCronVariable.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BoundaryTimerCycleCronVariable.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BrokenStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BrokenStructureRef.bpmn2 index f429a4b0fce..14605f2e86a 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BrokenStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BrokenStructureRef.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskDynamic.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskDynamic.bpmn2 index 31485f0539e..6557678df02 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskDynamic.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskDynamic.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskLoop.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskLoop.bpmn2 index fdd91c1d761..49dade5be09 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskLoop.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskLoop.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInput.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInput.bpmn2 index b7c224a4ce4..0aa52aa08d9 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInput.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInput.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputIOExpression.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputIOExpression.bpmn2 index beb9742b887..c86aea1539b 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputIOExpression.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputIOExpression.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputLoop.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputLoop.bpmn2 index ad44c450e6f..acf58399ff7 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputLoop.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputLoop.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputs.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputs.bpmn2 index 9eff49d6a68..ca8da9d0dfc 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputs.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-BusinessRuleTaskWithDataInputs.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-CallActivityWithTransformation.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-CallActivityWithTransformation.bpmn2 index 4815da97b80..37e7194823f 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-CallActivityWithTransformation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-CallActivityWithTransformation.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-ConditionalFlowWithoutGateway.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-ConditionalFlowWithoutGateway.bpmn2 index eb21ce0eead..f6816308fa7 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-ConditionalFlowWithoutGateway.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-ConditionalFlowWithoutGateway.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-ConditionalStart.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-ConditionalStart.bpmn2 index a6a0a6a0561..441c7c6741b 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-ConditionalStart.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-ConditionalStart.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-ErrorBoundaryEventOnBusinessRuleTask.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-ErrorBoundaryEventOnBusinessRuleTask.bpmn2 index 1d1346a86e9..9dbb8ecbbf2 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-ErrorBoundaryEventOnBusinessRuleTask.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-ErrorBoundaryEventOnBusinessRuleTask.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessConditional.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessConditional.bpmn2 index 0f7bb1ea3a5..d259c8b3473 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessConditional.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessConditional.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessMessage.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessMessage.bpmn2 index a2ef7fe93e4..130b499d879 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessMessage.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessMessage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessSignalWithTransformation.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessSignalWithTransformation.bpmn2 index c31366764fa..99972a8d8ac 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessSignalWithTransformation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-EventSubprocessSignalWithTransformation.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-ExceptionServiceProcess-ErrorSignalling.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-ExceptionServiceProcess-ErrorSignalling.bpmn2 index cc96de8dfbe..ee463734de9 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-ExceptionServiceProcess-ErrorSignalling.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-ExceptionServiceProcess-ErrorSignalling.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-ExclusiveSplitDefault.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-ExclusiveSplitDefault.bpmn2 index 0300e7c10fb..455e6b4a0c1 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-ExclusiveSplitDefault.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-ExclusiveSplitDefault.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-GatewaySplit-SequenceConditions.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-GatewaySplit-SequenceConditions.bpmn2 index 850ecd7c5ff..b5b98479dee 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-GatewaySplit-SequenceConditions.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-GatewaySplit-SequenceConditions.bpmn2 @@ -1,4 +1,23 @@ + + - + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-Incremental-Build-Valid.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-Incremental-Build-Valid.bpmn2 index ef545fb0022..d27a5fc6f7a 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-Incremental-Build-Valid.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-Incremental-Build-Valid.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-IntegerStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-IntegerStructureRef.bpmn2 index c3984e2531a..3da64df5076 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-IntegerStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-IntegerStructureRef.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-IntermediateCatchSignalBetweenUserTasks.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-IntermediateCatchSignalBetweenUserTasks.bpmn2 index 2164c71da55..df400244748 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-IntermediateCatchSignalBetweenUserTasks.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-IntermediateCatchSignalBetweenUserTasks.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultiInstanceLoopBoundaryTimer.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultiInstanceLoopBoundaryTimer.bpmn2 index 09d7e0304c1..6e64db33701 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultiInstanceLoopBoundaryTimer.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultiInstanceLoopBoundaryTimer.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultiInstanceLoopCharacteristicsTask.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultiInstanceLoopCharacteristicsTask.bpmn2 index 06648ac4195..e0d7802b44a 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultiInstanceLoopCharacteristicsTask.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultiInstanceLoopCharacteristicsTask.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleFlowEndNode.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleFlowEndNode.bpmn2 index 140fcc441e7..fc0b6471161 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleFlowEndNode.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleFlowEndNode.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleInOutgoingSequenceFlows.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleInOutgoingSequenceFlows.bpmn2 index 16cd0381313..cc6f328e301 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleInOutgoingSequenceFlows.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleInOutgoingSequenceFlows.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleRuleTasksWithDataInput.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleRuleTasksWithDataInput.bpmn2 index 75e596e005b..836372ec6c6 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleRuleTasksWithDataInput.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleRuleTasksWithDataInput.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleStartEventProcessDifferentPaths.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleStartEventProcessDifferentPaths.bpmn2 index c4d230358d2..3107da96d44 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleStartEventProcessDifferentPaths.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-MultipleStartEventProcessDifferentPaths.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-NullVariableInScriptTaskProcess.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-NullVariableInScriptTaskProcess.bpmn2 index b9fa9d40238..70289725257 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-NullVariableInScriptTaskProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-NullVariableInScriptTaskProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-ProcessEmptyScript.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-ProcessEmptyScript.bpmn2 index 56f425af311..d163a0e99b9 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-ProcessEmptyScript.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-ProcessEmptyScript.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-RuleTaskWithTransformation.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-RuleTaskWithTransformation.bpmn2 index 3540015c640..1d0d5b7695f 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-RuleTaskWithTransformation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-RuleTaskWithTransformation.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-ScannerChangeSet.bpmn b/jbpm/jbpm-tests/src/test/resources/BPMN2-ScannerChangeSet.bpmn index 6b5ecb3b585..a67381babc7 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-ScannerChangeSet.bpmn +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-ScannerChangeSet.bpmn @@ -1,4 +1,23 @@ + + + + + + + + + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-ServiceTask.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-ServiceTask.bpmn2 index ab99f7fac95..cdd54812030 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-ServiceTask.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-ServiceTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-SignalStartWithTransformation.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-SignalStartWithTransformation.bpmn2 index 7bda88934a2..73f8ff10dd3 100644 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-SignalStartWithTransformation.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-SignalStartWithTransformation.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-StartEventWithMultipleOutgoingFlows.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-StartEventWithMultipleOutgoingFlows.bpmn2 index ce4abdc55c9..cf531ec4a21 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-StartEventWithMultipleOutgoingFlows.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-StartEventWithMultipleOutgoingFlows.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-StartTimerCycle.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-StartTimerCycle.bpmn2 index f65088acbf0..cd930be9678 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-StartTimerCycle.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-StartTimerCycle.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 index db6c3366430..184ccc9f0f6 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-StringStructureRef.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-SubProcessWrongStartEvent.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-SubProcessWrongStartEvent.bpmn2 index 83f611af355..b29ca7b5021 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-SubProcessWrongStartEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-SubProcessWrongStartEvent.bpmn2 @@ -1,4 +1,23 @@ + + - + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-XMLProcessWithError.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-XMLProcessWithError.bpmn2 index 42f56a19d8e..512865ef327 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-XMLProcessWithError.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-XMLProcessWithError.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-XMLProcessWithErrorInCompositeNode.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-XMLProcessWithErrorInCompositeNode.bpmn2 index eb8ed60be37..a9973adb780 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-XMLProcessWithErrorInCompositeNode.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-XMLProcessWithErrorInCompositeNode.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/BPMN2-XpathExpression.bpmn2 b/jbpm/jbpm-tests/src/test/resources/BPMN2-XpathExpression.bpmn2 index 2f5c1a150cc..dadbb455970 100755 --- a/jbpm/jbpm-tests/src/test/resources/BPMN2-XpathExpression.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/BPMN2-XpathExpression.bpmn2 @@ -1,4 +1,23 @@ + + + diff --git a/jbpm/jbpm-tests/src/test/resources/META-INF/BPMN2WorkDefinitions.conf b/jbpm/jbpm-tests/src/test/resources/META-INF/BPMN2WorkDefinitions.conf index 0065e8a5083..659d3d6cf2d 100755 --- a/jbpm/jbpm-tests/src/test/resources/META-INF/BPMN2WorkDefinitions.conf +++ b/jbpm/jbpm-tests/src/test/resources/META-INF/BPMN2WorkDefinitions.conf @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + import org.jbpm.process.core.datatype.impl.type.ObjectDataType; import org.jbpm.process.core.datatype.impl.type.StringDataType; diff --git a/jbpm/jbpm-tests/src/test/resources/META-INF/kie.properties.conf b/jbpm/jbpm-tests/src/test/resources/META-INF/kie.properties.conf index a9abfae2f37..20033fb38f8 100755 --- a/jbpm/jbpm-tests/src/test/resources/META-INF/kie.properties.conf +++ b/jbpm/jbpm-tests/src/test/resources/META-INF/kie.properties.conf @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + drools.workDefinitions = BPMN2WorkDefinitions.conf WorkDefinitions.conf drools.workItemManagerFactory=org.jbpm.bpmn2.test.TestWorkItemManagerFactory diff --git a/jbpm/jbpm-tests/src/test/resources/MultipleSubprocessWithSignalStartEvent.bpmn2 b/jbpm/jbpm-tests/src/test/resources/MultipleSubprocessWithSignalStartEvent.bpmn2 index 351aaffbf6c..c0d8db9da16 100755 --- a/jbpm/jbpm-tests/src/test/resources/MultipleSubprocessWithSignalStartEvent.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/MultipleSubprocessWithSignalStartEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/PrefixesProcessIdCallActivity.bpmn2 b/jbpm/jbpm-tests/src/test/resources/PrefixesProcessIdCallActivity.bpmn2 index 9a291a4e438..b0efec95eea 100755 --- a/jbpm/jbpm-tests/src/test/resources/PrefixesProcessIdCallActivity.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/PrefixesProcessIdCallActivity.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/async/AsyncProcess.bpmn b/jbpm/jbpm-tests/src/test/resources/async/AsyncProcess.bpmn index 58280a98161..76c614324d2 100644 --- a/jbpm/jbpm-tests/src/test/resources/async/AsyncProcess.bpmn +++ b/jbpm/jbpm-tests/src/test/resources/async/AsyncProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/build/sample.bpmn b/jbpm/jbpm-tests/src/test/resources/build/sample.bpmn index 14d344fdc3c..9ed8bef55fd 100755 --- a/jbpm/jbpm-tests/src/test/resources/build/sample.bpmn +++ b/jbpm/jbpm-tests/src/test/resources/build/sample.bpmn @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/build/sample2.bpmn b/jbpm/jbpm-tests/src/test/resources/build/sample2.bpmn index 340878ac543..529310eaa9c 100755 --- a/jbpm/jbpm-tests/src/test/resources/build/sample2.bpmn +++ b/jbpm/jbpm-tests/src/test/resources/build/sample2.bpmn @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/compensation/BPMN2-Compensation-EventSubProcess.bpmn2 b/jbpm/jbpm-tests/src/test/resources/compensation/BPMN2-Compensation-EventSubProcess.bpmn2 index 1ae6601d953..3d189604be6 100755 --- a/jbpm/jbpm-tests/src/test/resources/compensation/BPMN2-Compensation-EventSubProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/compensation/BPMN2-Compensation-EventSubProcess.bpmn2 @@ -1,5 +1,24 @@ - + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/compensation/bad/BPMN2-Bad-Compensation-StartEvent-OnlyIn-SubProcess.bpmn2 b/jbpm/jbpm-tests/src/test/resources/compensation/bad/BPMN2-Bad-Compensation-StartEvent-OnlyIn-SubProcess.bpmn2 index f6242d12330..197c7196dd2 100755 --- a/jbpm/jbpm-tests/src/test/resources/compensation/bad/BPMN2-Bad-Compensation-StartEvent-OnlyIn-SubProcess.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/compensation/bad/BPMN2-Bad-Compensation-StartEvent-OnlyIn-SubProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-TravelBookingExample.bpmn2 b/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-TravelBookingExample.bpmn2 index cbd4edeba67..5392de2174c 100755 --- a/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-TravelBookingExample.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-TravelBookingExample.bpmn2 @@ -1,5 +1,24 @@ - + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process2.bpmn2 b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process2.bpmn2 index 459c8dd5e70..166ebc84aee 100755 --- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process2.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process2.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process3.bpmn2 b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process3.bpmn2 index a7bf0f76361..ebda1acc755 100755 --- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process3.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process3.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process4.bpmn2 b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process4.bpmn2 index cdf054f2cfa..2d2311fd3fa 100755 --- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process4.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process4.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process5.bpmn2 b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process5.bpmn2 index e4d07625d5f..c270809f499 100755 --- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process5.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process5.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/dmn/0020-vacation-days.dmn b/jbpm/jbpm-tests/src/test/resources/dmn/0020-vacation-days.dmn index f19ffe2fec4..749d3e28d66 100755 --- a/jbpm/jbpm-tests/src/test/resources/dmn/0020-vacation-days.dmn +++ b/jbpm/jbpm-tests/src/test/resources/dmn/0020-vacation-days.dmn @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNByDecisionName.bpmn2 b/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNByDecisionName.bpmn2 index ec6537d40a8..70d24cd5d27 100755 --- a/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNByDecisionName.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNByDecisionName.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNModelById.bpmn2 b/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNModelById.bpmn2 index 733239fa321..dd18c99e58e 100755 --- a/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNModelById.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNModelById.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNMultipleDecisionsOutput.bpmn2 b/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNMultipleDecisionsOutput.bpmn2 index f0c06fd25bf..2038899f474 100755 --- a/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNMultipleDecisionsOutput.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/dmn/BPMN2-BusinessRuleTaskDMNMultipleDecisionsOutput.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/error/EndError.bpmn2 b/jbpm/jbpm-tests/src/test/resources/error/EndError.bpmn2 index 2cfd84e87fb..4f7ee3b9920 100644 --- a/jbpm/jbpm-tests/src/test/resources/error/EndError.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/error/EndError.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/error/ErrorVariable.bpmn2 b/jbpm/jbpm-tests/src/test/resources/error/ErrorVariable.bpmn2 index ea48cb0b384..11a44c7f5b5 100644 --- a/jbpm/jbpm-tests/src/test/resources/error/ErrorVariable.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/error/ErrorVariable.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/escalation/BPMN2-EscalationBoundaryEventWithTask.bpmn2 b/jbpm/jbpm-tests/src/test/resources/escalation/BPMN2-EscalationBoundaryEventWithTask.bpmn2 index 7e76632e286..df9e975bbaf 100755 --- a/jbpm/jbpm-tests/src/test/resources/escalation/BPMN2-EscalationBoundaryEventWithTask.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/escalation/BPMN2-EscalationBoundaryEventWithTask.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/handler/BPMN2-ReceiveTask.bpmn2 b/jbpm/jbpm-tests/src/test/resources/handler/BPMN2-ReceiveTask.bpmn2 index e8f8c7b4593..ac61402685f 100755 --- a/jbpm/jbpm-tests/src/test/resources/handler/BPMN2-ReceiveTask.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/handler/BPMN2-ReceiveTask.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/handler/onboarding.bpmn b/jbpm/jbpm-tests/src/test/resources/handler/onboarding.bpmn index 0b88afc454f..31edbef042b 100644 --- a/jbpm/jbpm-tests/src/test/resources/handler/onboarding.bpmn +++ b/jbpm/jbpm-tests/src/test/resources/handler/onboarding.bpmn @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/logback-debug.xml b/jbpm/jbpm-tests/src/test/resources/logback-debug.xml index 99d6c50da62..e64b3fa6e08 100755 --- a/jbpm/jbpm-tests/src/test/resources/logback-debug.xml +++ b/jbpm/jbpm-tests/src/test/resources/logback-debug.xml @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/logback-test.xml b/jbpm/jbpm-tests/src/test/resources/logback-test.xml index 57c15c2cce8..307131ef125 100755 --- a/jbpm/jbpm-tests/src/test/resources/logback-test.xml +++ b/jbpm/jbpm-tests/src/test/resources/logback-test.xml @@ -1,4 +1,23 @@ + + \ No newline at end of file diff --git a/jbpm/jbpm-tests/src/test/resources/memory/BPMN2-RuleTaskWithInsertProcessInstance.bpmn2 b/jbpm/jbpm-tests/src/test/resources/memory/BPMN2-RuleTaskWithInsertProcessInstance.bpmn2 index 2f608a5299c..2eeebc47d04 100755 --- a/jbpm/jbpm-tests/src/test/resources/memory/BPMN2-RuleTaskWithInsertProcessInstance.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/memory/BPMN2-RuleTaskWithInsertProcessInstance.bpmn2 @@ -1,5 +1,24 @@ - + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/subprocess/EventSubprocessErrorHandlingWithOutErrorCode.bpmn2 b/jbpm/jbpm-tests/src/test/resources/subprocess/EventSubprocessErrorHandlingWithOutErrorCode.bpmn2 index 3d6f1af0694..75608a51acb 100755 --- a/jbpm/jbpm-tests/src/test/resources/subprocess/EventSubprocessErrorHandlingWithOutErrorCode.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/subprocess/EventSubprocessErrorHandlingWithOutErrorCode.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-CronTimerWithEventBasedGateway.bpmn2 b/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-CronTimerWithEventBasedGateway.bpmn2 index bc6c27d2731..aca286f3318 100755 --- a/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-CronTimerWithEventBasedGateway.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-CronTimerWithEventBasedGateway.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-StartTimerCycleInvalid.bpmn2 b/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-StartTimerCycleInvalid.bpmn2 index 0e24bf86a9a..23d40fca071 100755 --- a/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-StartTimerCycleInvalid.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-StartTimerCycleInvalid.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + diff --git a/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-TimerBoundaryEventDateInvalid.bpmn2 b/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-TimerBoundaryEventDateInvalid.bpmn2 index a49d76efa87..e64ef3899b9 100755 --- a/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-TimerBoundaryEventDateInvalid.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-TimerBoundaryEventDateInvalid.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-TimerBoundaryEventDurationInvalid.bpmn2 b/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-TimerBoundaryEventDurationInvalid.bpmn2 index 5e270c539b1..b0ca917baba 100755 --- a/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-TimerBoundaryEventDurationInvalid.bpmn2 +++ b/jbpm/jbpm-tests/src/test/resources/timer/BPMN2-TimerBoundaryEventDurationInvalid.bpmn2 @@ -1,4 +1,23 @@ + + - + + diff --git a/jbpm/jbpm-tests/src/test/resources/xxe-protection/external.dtd b/jbpm/jbpm-tests/src/test/resources/xxe-protection/external.dtd index 3891291ea6a..c89bac8a196 100755 --- a/jbpm/jbpm-tests/src/test/resources/xxe-protection/external.dtd +++ b/jbpm/jbpm-tests/src/test/resources/xxe-protection/external.dtd @@ -1,2 +1,21 @@ - + + + diff --git a/jbpm/jbpm-tools/jbpm-tools-maven-plugin/pom.xml b/jbpm/jbpm-tools/jbpm-tools-maven-plugin/pom.xml index 41765f07c8b..4a98a490e8d 100644 --- a/jbpm/jbpm-tools/jbpm-tools-maven-plugin/pom.xml +++ b/jbpm/jbpm-tools/jbpm-tools-maven-plugin/pom.xml @@ -1,4 +1,23 @@ + + + + diff --git a/jbpm/jbpm-tools/jbpm-tools-maven-plugin/src/test/resources/unit/project/src/main/bpmn/BPMN2-SubProcessWithEntryExitScripts.bpmn2 b/jbpm/jbpm-tools/jbpm-tools-maven-plugin/src/test/resources/unit/project/src/main/bpmn/BPMN2-SubProcessWithEntryExitScripts.bpmn2 index 3dce9dac8c6..82c335553bc 100755 --- a/jbpm/jbpm-tools/jbpm-tools-maven-plugin/src/test/resources/unit/project/src/main/bpmn/BPMN2-SubProcessWithEntryExitScripts.bpmn2 +++ b/jbpm/jbpm-tools/jbpm-tools-maven-plugin/src/test/resources/unit/project/src/main/bpmn/BPMN2-SubProcessWithEntryExitScripts.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/jbpm/jbpm-tools/pom.xml b/jbpm/jbpm-tools/pom.xml index fe362d5b00b..29529d35217 100644 --- a/jbpm/jbpm-tools/pom.xml +++ b/jbpm/jbpm-tools/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoNodeInstanceContentsProtobuf.java b/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoNodeInstanceContentsProtobuf.java index 45877ed746d..142057afb43 100644 --- a/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoNodeInstanceContentsProtobuf.java +++ b/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoNodeInstanceContentsProtobuf.java @@ -1,3 +1,22 @@ +/** +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + // Generated by the protocol buffer compiler. DO NOT EDIT! // source: org/jbpm/flow/serialization/protobuf/kogito_node_instance_contents.proto diff --git a/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoProcessInstanceProtobuf.java b/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoProcessInstanceProtobuf.java index fdc6e856991..b7f4410f764 100644 --- a/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoProcessInstanceProtobuf.java +++ b/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoProcessInstanceProtobuf.java @@ -1,3 +1,22 @@ +/** +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + // Generated by the protocol buffer compiler. DO NOT EDIT! // source: org/jbpm/flow/serialization/protobuf/kogito_process_instance.proto diff --git a/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoTypesProtobuf.java b/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoTypesProtobuf.java index 66f5e7b9565..6e27e48caae 100644 --- a/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoTypesProtobuf.java +++ b/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoTypesProtobuf.java @@ -1,3 +1,22 @@ +/** +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + // Generated by the protocol buffer compiler. DO NOT EDIT! // source: org/jbpm/flow/serialization/protobuf/kogito_types.proto diff --git a/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoWorkItemsProtobuf.java b/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoWorkItemsProtobuf.java index 5e17794d3ea..277465a7155 100644 --- a/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoWorkItemsProtobuf.java +++ b/jbpm/process-serialization-protobuf/src/main/java/org/jbpm/flow/serialization/protobuf/KogitoWorkItemsProtobuf.java @@ -1,3 +1,22 @@ +/** +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + // Generated by the protocol buffer compiler. DO NOT EDIT! // source: org/jbpm/flow/serialization/protobuf/kogito_work_items.proto diff --git a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/kogito-types.proto b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/kogito-types.proto index 7da0e5127a6..b5d4e7c8807 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/kogito-types.proto +++ b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/kogito-types.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto2"; package kogito; diff --git a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.NodeInstanceReader b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.NodeInstanceReader index 77fa53e0dd3..645e72d5563 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.NodeInstanceReader +++ b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.NodeInstanceReader @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.flow.serialization.impl.marshallers.state.AsyncEventNodeInstanceReader org.jbpm.flow.serialization.impl.marshallers.state.CompositeContextNodeInstanceReader org.jbpm.flow.serialization.impl.marshallers.state.DynamicNodeInstanceReader diff --git a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.NodeInstanceWriter b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.NodeInstanceWriter index 293ab4529da..f8116c29e51 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.NodeInstanceWriter +++ b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.NodeInstanceWriter @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.flow.serialization.impl.marshallers.state.AsyncEventNodeInstanceWriter org.jbpm.flow.serialization.impl.marshallers.state.CompositeContextNodeInstanceWriter org.jbpm.flow.serialization.impl.marshallers.state.DynamicNodeInstanceWriter diff --git a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.ObjectMarshallerStrategy b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.ObjectMarshallerStrategy index dadf1ff1bd9..ed8d8a019ed 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.ObjectMarshallerStrategy +++ b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.ObjectMarshallerStrategy @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.flow.serialization.impl.marshallers.ProtobufStringMarshallerStrategy org.jbpm.flow.serialization.impl.marshallers.ProtobufObjectMarshallerStrategy org.jbpm.flow.serialization.impl.marshallers.ProtobufBooleanMarshallerStrategy diff --git a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.protobuf.ProtobufTypeProvider b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.protobuf.ProtobufTypeProvider index 73cba4957a2..9eb8e104061 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.protobuf.ProtobufTypeProvider +++ b/jbpm/process-serialization-protobuf/src/main/resources/META-INF/services/org.jbpm.flow.serialization.protobuf.ProtobufTypeProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.jbpm.flow.serialization.protobuf.ProtostreamProtobufAdapterTypeProvider \ No newline at end of file diff --git a/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_node_instance_contents.proto b/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_node_instance_contents.proto index 4c2aa68a519..b773cd9788e 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_node_instance_contents.proto +++ b/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_node_instance_contents.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; package org.jbpm.flow.serialization.protobuf; diff --git a/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_process_instance.proto b/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_process_instance.proto index cae295ba256..f6a8f1d7d5b 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_process_instance.proto +++ b/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_process_instance.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; package org.jbpm.flow.serialization.protobuf; diff --git a/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_types.proto b/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_types.proto index f06033d3101..91fc4357c52 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_types.proto +++ b/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_types.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; package org.jbpm.flow.serialization.protobuf; diff --git a/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_work_items.proto b/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_work_items.proto index a69bed30345..6c29fab4621 100644 --- a/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_work_items.proto +++ b/jbpm/process-serialization-protobuf/src/main/resources/org/jbpm/flow/serialization/protobuf/kogito_work_items.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; package org.jbpm.flow.serialization.protobuf; diff --git a/jbpm/process-serialization-protobuf/src/test/resources/META-INF/application-types.proto b/jbpm/process-serialization-protobuf/src/test/resources/META-INF/application-types.proto index ee0a4801b1f..3ab07a0e359 100644 --- a/jbpm/process-serialization-protobuf/src/test/resources/META-INF/application-types.proto +++ b/jbpm/process-serialization-protobuf/src/test/resources/META-INF/application-types.proto @@ -1,4 +1,23 @@ -syntax = "proto2"; +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +syntax = "proto2"; package org.kie.kogito.app; import "kogito-types.proto"; diff --git a/jbpm/process-serialization-protobuf/src/test/resources/META-INF/kogito-types.proto b/jbpm/process-serialization-protobuf/src/test/resources/META-INF/kogito-types.proto index 57ea029c8b2..2f54814c2a6 100644 --- a/jbpm/process-serialization-protobuf/src/test/resources/META-INF/kogito-types.proto +++ b/jbpm/process-serialization-protobuf/src/test/resources/META-INF/kogito-types.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto2"; package kogito; diff --git a/kogito-bom/.gitignore b/kogito-bom/.gitignore index 979d724a00f..1fe458260de 100755 --- a/kogito-bom/.gitignore +++ b/kogito-bom/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target /local diff --git a/kogito-bom/pom.xml b/kogito-bom/pom.xml index 2a00e688bd8..ff530de56e8 100755 --- a/kogito-bom/pom.xml +++ b/kogito-bom/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/kogito-build/README.md b/kogito-build/README.md index ea445c1f810..bf66a829cb6 100644 --- a/kogito-build/README.md +++ b/kogito-build/README.md @@ -1,3 +1,22 @@ + + # Kogito BOMs Hierarchy and Usage Each Kogito BOM descriptor has a specific usage. See the hierarchy diagram and read the sections below to know more. diff --git a/kogito-build/kogito-dependencies-bom/pom.xml b/kogito-build/kogito-dependencies-bom/pom.xml index a4100cbd39c..2a8f0d2d879 100644 --- a/kogito-build/kogito-dependencies-bom/pom.xml +++ b/kogito-build/kogito-dependencies-bom/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/kogito-build/kogito-ide-config/README.md b/kogito-build/kogito-ide-config/README.md index f1a0d3fec55..e953464c96e 100644 --- a/kogito-build/kogito-ide-config/README.md +++ b/kogito-build/kogito-ide-config/README.md @@ -1,3 +1,22 @@ + + # IDE Setup Instructions Before you start contributing, please follow the instructions below to setup a code style for an IDE of your choice. diff --git a/kogito-build/kogito-ide-config/pom.xml b/kogito-build/kogito-ide-config/pom.xml index cefa7aedc79..7acf9b7ade5 100644 --- a/kogito-build/kogito-ide-config/pom.xml +++ b/kogito-build/kogito-ide-config/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/kogito-build/kogito-ide-config/src/main/resources/eclipse-format.xml b/kogito-build/kogito-ide-config/src/main/resources/eclipse-format.xml index 237f0f05ce9..52d30738817 100644 --- a/kogito-build/kogito-ide-config/src/main/resources/eclipse-format.xml +++ b/kogito-build/kogito-ide-config/src/main/resources/eclipse-format.xml @@ -1,4 +1,23 @@ + + diff --git a/kogito-build/kogito-ide-config/src/main/resources/eclipse.importorder b/kogito-build/kogito-ide-config/src/main/resources/eclipse.importorder index bcd40a4cbd6..edb1aaa6a95 100644 --- a/kogito-build/kogito-ide-config/src/main/resources/eclipse.importorder +++ b/kogito-build/kogito-ide-config/src/main/resources/eclipse.importorder @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + #Organize Import Order #Wed Jan 23 12:03:29 AEDT 2019 0=java diff --git a/kogito-build/kogito-kie-bom/pom.xml b/kogito-build/kogito-kie-bom/pom.xml index 836f4c4cbd3..683003cdccb 100644 --- a/kogito-build/kogito-kie-bom/pom.xml +++ b/kogito-build/kogito-kie-bom/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/kogito-build/pom.xml b/kogito-build/pom.xml index bdf1049287c..ebf50213f12 100644 --- a/kogito-build/pom.xml +++ b/kogito-build/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/GUIDELINES.adoc b/kogito-codegen-modules/GUIDELINES.adoc index 909d7a2b316..6d31d15890a 100644 --- a/kogito-codegen-modules/GUIDELINES.adoc +++ b/kogito-codegen-modules/GUIDELINES.adoc @@ -1,3 +1,22 @@ +//// +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +//// + # Codegen Guidelines .Rule of Thumb diff --git a/kogito-codegen-modules/README.md b/kogito-codegen-modules/README.md index 99d5156f98d..ec1d5591ca5 100644 --- a/kogito-codegen-modules/README.md +++ b/kogito-codegen-modules/README.md @@ -1,3 +1,22 @@ + + # Kogito Codegen This repository contains the shared (Maven Plug-In, Quarkus Extension, ...) diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory b/kogito-codegen-modules/kogito-codegen-decisions/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory index bc45dac017b..15fff4b098c 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.codegen.decision.DecisionCodegenFactory \ No newline at end of file diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-NSEW/NSEW.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-NSEW/NSEW.dmn index 3112b9b61b4..90f6aacb66c 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-NSEW/NSEW.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-NSEW/NSEW.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-empty-name/vacationDays.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-empty-name/vacationDays.dmn index e6b96c58a76..adfefc27072 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-empty-name/vacationDays.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-empty-name/vacationDays.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-special-chars-name/SpecialCharsModel.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-special-chars-name/SpecialCharsModel.dmn index 440a6d1a71b..5d890f3227a 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-special-chars-name/SpecialCharsModel.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-special-chars-name/SpecialCharsModel.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-test20200507/hello-world1.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-test20200507/hello-world1.dmn index 7563b6c0b57..fd974695518 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-test20200507/hello-world1.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-test20200507/hello-world1.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-test20200507/hello-world2.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-test20200507/hello-world2.dmn index 0e150a802eb..e1468af005c 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-test20200507/hello-world2.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-test20200507/hello-world2.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-validation-DTsemanticError/DTsemanticError.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-validation-DTsemanticError/DTsemanticError.dmn index bc690f61c62..122301b97ec 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-validation-DTsemanticError/DTsemanticError.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-validation-DTsemanticError/DTsemanticError.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-validation-duplicateName/duplicateName.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-validation-duplicateName/duplicateName.dmn index 9a364e6f94d..c53dfdd73d4 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-validation-duplicateName/duplicateName.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision-validation-duplicateName/duplicateName.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision/alltypes/OneOfEachType.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision/alltypes/OneOfEachType.dmn index b08363988a8..c76195eca16 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision/alltypes/OneOfEachType.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision/alltypes/OneOfEachType.dmn @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision/models/vacationDays/vacationDays.dmn b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision/models/vacationDays/vacationDays.dmn index 0ed467617a2..2d8806944a8 100644 --- a/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision/models/vacationDays/vacationDays.dmn +++ b/kogito-codegen-modules/kogito-codegen-decisions/src/test/resources/decision/models/vacationDays/vacationDays.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-predictions/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory b/kogito-codegen-modules/kogito-codegen-predictions/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory index f4c4d2d615d..47bf84af150 100644 --- a/kogito-codegen-modules/kogito-codegen-predictions/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory +++ b/kogito-codegen-modules/kogito-codegen-predictions/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.codegen.prediction.PredictionCodegenFactory \ No newline at end of file diff --git a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml index 4e36578c21a..d6e456f34e9 100644 --- a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml +++ b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_miningmodel.pmml @@ -1,4 +1,23 @@ + +
diff --git a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_multiplemodels.pmml b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_multiplemodels.pmml index 9d15fba3b7b..e62047a0510 100644 --- a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_multiplemodels.pmml +++ b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_multiplemodels.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml index 6287974ac6b..288596e1248 100644 --- a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml +++ b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_regression.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml index 07a2bf8029b..f9c7cc920f2 100644 --- a/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml +++ b/kogito-codegen-modules/kogito-codegen-predictions/src/test/resources/prediction/test_scorecard.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/ActivationAdHoc.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/ActivationAdHoc.bpmn index 7963957c016..3ceeeac8ca1 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/ActivationAdHoc.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/ActivationAdHoc.bpmn @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/AdHocFragments.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/AdHocFragments.bpmn index b46d2c36cf8..682744aa7e2 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/AdHocFragments.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/AdHocFragments.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/AdHocProcess.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/AdHocProcess.bpmn index 6fe9e9d5664..90878bbdd28 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/AdHocProcess.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/AdHocProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseExecutionInOneGo.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseExecutionInOneGo.bpmn2 index fd9cbbff216..f7249bee055 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseExecutionInOneGo.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseExecutionInOneGo.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseFileConditionalEvent.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseFileConditionalEvent.bpmn2 index ee0cbc98f68..6c540de7d5e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseFileConditionalEvent.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseFileConditionalEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseMultiInstanceStage.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseMultiInstanceStage.bpmn2 index 8da381b6c23..47e590a39b6 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseMultiInstanceStage.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseMultiInstanceStage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithBoundaryTimerStage.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithBoundaryTimerStage.bpmn2 index 539541e9348..c40a0968ac2 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithBoundaryTimerStage.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithBoundaryTimerStage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithExpressionOnCaseFileItem.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithExpressionOnCaseFileItem.bpmn2 index e19289e15ab..5c695e18952 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithExpressionOnCaseFileItem.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithExpressionOnCaseFileItem.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithRolesDefinition.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithRolesDefinition.bpmn2 index 52610408b2e..912fe4bf780 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithRolesDefinition.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithRolesDefinition.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithStageAndBoundaryTimer.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithStageAndBoundaryTimer.bpmn2 index d82156e3a57..77a6cffd036 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithStageAndBoundaryTimer.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithStageAndBoundaryTimer.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithSubCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithSubCase.bpmn2 index 21e24a8f1a4..f410752b425 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithSubCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithSubCase.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithSubCaseQuery.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithSubCaseQuery.bpmn2 index 43b9f74b754..b958d5c9394 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithSubCaseQuery.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithSubCaseQuery.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithTwoStages.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithTwoStages.bpmn2 index 49ebb2fc39c..e67cca2bf4e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithTwoStages.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithTwoStages.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithTwoStagesConditions.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithTwoStagesConditions.bpmn2 index fc8aaacef1b..df17ff046c7 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithTwoStagesConditions.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CaseWithTwoStagesConditions.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CompletionAdHoc.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CompletionAdHoc.bpmn index 1f2f5d687a3..57de1227c28 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CompletionAdHoc.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/CompletionAdHoc.bpmn @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/EmptyCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/EmptyCase.bpmn2 index 1d774e17c73..a9ae3f8c875 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/EmptyCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/EmptyCase.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/InclusiveGatewayInDynamicCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/InclusiveGatewayInDynamicCase.bpmn2 index 1dc48b8db92..10676a9e7c2 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/InclusiveGatewayInDynamicCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/InclusiveGatewayInDynamicCase.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/NoStartNodeAdhocCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/NoStartNodeAdhocCase.bpmn2 index 6177e0e7bd4..239f1740e59 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/NoStartNodeAdhocCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/NoStartNodeAdhocCase.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/NoStartNodeCaseWithBoundaryTimerStage.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/NoStartNodeCaseWithBoundaryTimerStage.bpmn2 index c4d3aec391d..bb758b2ff34 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/NoStartNodeCaseWithBoundaryTimerStage.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/NoStartNodeCaseWithBoundaryTimerStage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/ScriptRoleAssignmentCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/ScriptRoleAssignmentCase.bpmn2 index 5d039995995..3eaa873a367 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/ScriptRoleAssignmentCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/ScriptRoleAssignmentCase.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/SubSubCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/SubSubCase.bpmn2 index 7758b504252..830a7c25472 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/SubSubCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/SubSubCase.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserStageAdhocCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserStageAdhocCase.bpmn2 index 7fcbaeb88c5..c25d3e640ba 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserStageAdhocCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserStageAdhocCase.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCase.bpmn2 index 974e2ea4360..461941c91ba 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCase.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseBoundary.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseBoundary.bpmn2 index 9745e7647b5..601ca6480ba 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseBoundary.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseBoundary.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseData.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseData.bpmn2 index 0fba7525f4c..696a268dd20 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseData.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseData.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseDataRestrictions.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseDataRestrictions.bpmn2 index dd0960eca84..f8d7d57181e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseDataRestrictions.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseDataRestrictions.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRequiredCaseFileItem.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRequiredCaseFileItem.bpmn2 index 2dd50f4546d..df79029587a 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRequiredCaseFileItem.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRequiredCaseFileItem.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRequiredRestrictedCaseFileItem.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRequiredRestrictedCaseFileItem.bpmn2 index ce40e70c310..e10fabcc57a 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRequiredRestrictedCaseFileItem.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRequiredRestrictedCaseFileItem.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRestrictedCaseFileItem.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRestrictedCaseFileItem.bpmn2 index ae8b9fe26e2..21cef035215 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRestrictedCaseFileItem.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseRestrictedCaseFileItem.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseWithSLA.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseWithSLA.bpmn2 index 5086170a5a6..d233cb0867e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseWithSLA.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseWithSLA.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseWithSLAExpr.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseWithSLAExpr.bpmn2 index 92a0b5c370b..b0fbacc0099 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseWithSLAExpr.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskCaseWithSLAExpr.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskWithStageCase.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskWithStageCase.bpmn2 index 106defe973e..1782368ced4 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskWithStageCase.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskWithStageCase.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskWithStageCaseAutoStart.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskWithStageCaseAutoStart.bpmn2 index 50ce924617f..b7c8c236aaf 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskWithStageCaseAutoStart.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/UserTaskWithStageCaseAutoStart.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/caseDef_X.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/caseDef_X.bpmn2 index 1263cd6f6e5..146a43191ae 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/caseDef_X.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/caseDef_X.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/caseDef_Y.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/caseDef_Y.bpmn2 index 8875701f16b..7098277c11b 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/caseDef_Y.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/caseDef_Y.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/milestones/ConditionalMilestone.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/milestones/ConditionalMilestone.bpmn index 5a47e870858..9dcf9284162 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/milestones/ConditionalMilestone.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/milestones/ConditionalMilestone.bpmn @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/milestones/SimpleMilestone.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/milestones/SimpleMilestone.bpmn index 28bc30920da..6e0da1753de 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/milestones/SimpleMilestone.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/milestones/SimpleMilestone.bpmn @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/activation/NoStartNodeAdhocCaseWithActivationCondition.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/activation/NoStartNodeAdhocCaseWithActivationCondition.bpmn2 index 8ef03353921..647155ba384 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/activation/NoStartNodeAdhocCaseWithActivationCondition.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/activation/NoStartNodeAdhocCaseWithActivationCondition.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/activation/NoStartNodeAdhocCaseWithActivationConditionNoTerminate.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/activation/NoStartNodeAdhocCaseWithActivationConditionNoTerminate.bpmn2 index 6a98918f44e..38e5852d794 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/activation/NoStartNodeAdhocCaseWithActivationConditionNoTerminate.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/activation/NoStartNodeAdhocCaseWithActivationConditionNoTerminate.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskAutocomplete.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskAutocomplete.bpmn2 index 430b1413338..af4fb3d2c10 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskAutocomplete.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskAutocomplete.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataBoolean.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataBoolean.bpmn2 index ed3955e1ec4..6547c40853f 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataBoolean.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataBoolean.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataInteger.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataInteger.bpmn2 index ef74d60ed4d..4aab9983620 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataInteger.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataInteger.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataString.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataString.bpmn2 index c5d95524aa3..89aae6b6561 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataString.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseDataString.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileAndProcessVariable.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileAndProcessVariable.bpmn2 index 221af574981..4f7636cb172 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileAndProcessVariable.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileAndProcessVariable.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileVariable.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileVariable.bpmn2 index 45a8ecfa17c..49ad173dac6 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileVariable.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileVariable.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileVariableNoPrefix.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileVariableNoPrefix.bpmn2 index 3009d5b511f..c807b14678d 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileVariableNoPrefix.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCaseFileVariableNoPrefix.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCount.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCount.bpmn2 index 7ccdf4d7fe8..33fcd6813bc 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCount.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskCount.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskNoAutoStart.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskNoAutoStart.bpmn2 index eafa87d723f..aa84906f846 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskNoAutoStart.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskNoAutoStart.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskProcessVariable.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskProcessVariable.bpmn2 index bdae4c967d2..f719eeeff8c 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskProcessVariable.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/cases/stage/completion/StageWithTaskProcessVariable.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/BPMN2-Compensation-ThrowSpecificForSubProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/BPMN2-Compensation-ThrowSpecificForSubProcess.bpmn2 index 7e99ff40bf2..93f0703a4c9 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/BPMN2-Compensation-ThrowSpecificForSubProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/BPMN2-Compensation-ThrowSpecificForSubProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateAll.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateAll.bpmn2 index 2623ec520f5..3b2e242f6d7 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateAll.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateAll.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateFirst.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateFirst.bpmn2 index ea28f974ddf..4cce2d1e179 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateFirst.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateFirst.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateSecond.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateSecond.bpmn2 index 7b1320facea..22a6a774cfb 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateSecond.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/compensation/compensateSecond.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/dmnprocess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/dmnprocess.bpmn2 index f38a62d43be..ebcfb778094 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/dmnprocess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/dmnprocess.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/vacationDays/vacationDays.dmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/vacationDays/vacationDays.dmn index 0ed467617a2..2d8806944a8 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/vacationDays/vacationDays.dmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/vacationDays/vacationDays.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/vacationDaysAlt/vacationDaysAlt.dmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/vacationDaysAlt/vacationDaysAlt.dmn index 85835e4b44a..afce44d4f6e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/vacationDaysAlt/vacationDaysAlt.dmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/decision/models/vacationDaysAlt/vacationDaysAlt.dmn @@ -1,4 +1,23 @@ + + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/BoundaryErrorSubProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/BoundaryErrorSubProcess.bpmn2 index 0c3811e7f60..cb597f4b244 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/BoundaryErrorSubProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/BoundaryErrorSubProcess.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndError.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndError.bpmn2 index 2cfd84e87fb..4f7ee3b9920 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndError.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndError.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndErrorInSubprocessWithEventSubprocess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndErrorInSubprocessWithEventSubprocess.bpmn2 index 8ccffebc869..6ee00faa259 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndErrorInSubprocessWithEventSubprocess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndErrorInSubprocessWithEventSubprocess.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndErrorWithEventSubprocess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndErrorWithEventSubprocess.bpmn2 index 28a7a7f6eb4..0d2580dd805 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndErrorWithEventSubprocess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/error/EndErrorWithEventSubprocess.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/event-subprocess/EventSubprocessSignal.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/event-subprocess/EventSubprocessSignal.bpmn2 index 2da8a823130..98040e5dd4f 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/event-subprocess/EventSubprocessSignal.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/event-subprocess/EventSubprocessSignal.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/event-subprocess/EventSubprocessSignalWithData.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/event-subprocess/EventSubprocessSignalWithData.bpmn2 index 84b9fdd01ca..f776d952071 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/event-subprocess/EventSubprocessSignalWithData.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/event-subprocess/EventSubprocessSignalWithData.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/EventBasedSplit.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/EventBasedSplit.bpmn2 index 0a274aa2ff0..70155f9b6d8 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/EventBasedSplit.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/EventBasedSplit.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/ExclusiveSplit.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/ExclusiveSplit.bpmn2 index 7baf65ccaf7..7f77145d113 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/ExclusiveSplit.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/ExclusiveSplit.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/SplitMultilineExpression.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/SplitMultilineExpression.bpmn2 index 55b4e7fe02c..0d1ea7d047e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/SplitMultilineExpression.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/gateway/SplitMultilineExpression.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/duplicated-process-id-1.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/duplicated-process-id-1.bpmn2 index a96903b0bd0..3d73476bf28 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/duplicated-process-id-1.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/duplicated-process-id-1.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/duplicated-process-id-2.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/duplicated-process-id-2.bpmn2 index db17ad0d367..f230686cc10 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/duplicated-process-id-2.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/duplicated-process-id-2.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/intermediate-catch-event-message.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/intermediate-catch-event-message.bpmn2 index 015e93cd6a0..8a7048a0e9e 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/intermediate-catch-event-message.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/intermediate-catch-event-message.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/intermediate-throw-event-message.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/intermediate-throw-event-message.bpmn2 index f3ca8a746af..d34548891f9 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/intermediate-throw-event-message.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/intermediate-throw-event-message.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-message-end-event.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-message-end-event.bpmn2 index 9f9d38c7fce..68572ae7a51 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-message-end-event.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-message-end-event.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-message-start-event.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-message-start-event.bpmn2 index 48532f95097..268fecd65a1 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-message-start-event.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-message-start-event.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-process-id.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-process-id.bpmn2 index b3a17cd4d1e..ac8775ed576 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-process-id.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/invalid-process-id.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-more-than-one-start.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-more-than-one-start.bpmn2 index 8ea8f36ca3f..7629eada470 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-more-than-one-start.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-more-than-one-start.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-multi-connection-end.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-multi-connection-end.bpmn2 index 68c66292978..f4a0e73586b 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-multi-connection-end.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-multi-connection-end.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-service-task-no-impl.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-service-task-no-impl.bpmn2 index 5fb247d4db5..8fd1815f31e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-service-task-no-impl.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/parsing-service-task-no-impl.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/validator-no-end.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/validator-no-end.bpmn2 index e9c27a7d444..aa6be9dc9a3 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/validator-no-end.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/validator-no-end.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/validator-no-start.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/validator-no-start.bpmn2 index d1e5c6d2a8c..ad10a7cf563 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/validator-no-start.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/invalid/validator-no-start.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/DifferentLinkProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/DifferentLinkProcess.bpmn2 index dd634d1f9ac..feed6e3c48e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/DifferentLinkProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/DifferentLinkProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/EmptyLinkProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/EmptyLinkProcess.bpmn2 index 6153465edf6..ec4570d8636 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/EmptyLinkProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/EmptyLinkProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/MultipleCatchLinkProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/MultipleCatchLinkProcess.bpmn2 index 872b0ef73a1..c247aaf97ae 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/MultipleCatchLinkProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/MultipleCatchLinkProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/UnconnectedLinkProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/UnconnectedLinkProcess.bpmn2 index efb70426e3d..bc18db7268c 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/UnconnectedLinkProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/links/UnconnectedLinkProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/BoundaryMessageEventOnTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/BoundaryMessageEventOnTask.bpmn2 index 022030ee983..102f8f3f0da 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/BoundaryMessageEventOnTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/BoundaryMessageEventOnTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/EventNodeMalformed.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/EventNodeMalformed.bpmn2 index 0f5aa15d13c..c260ed03327 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/EventNodeMalformed.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/EventNodeMalformed.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/IntermediateCatchEventMessage.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/IntermediateCatchEventMessage.bpmn2 index 5e081d2d783..df329186ca4 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/IntermediateCatchEventMessage.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/IntermediateCatchEventMessage.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/IntermediateThrowEventMessage.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/IntermediateThrowEventMessage.bpmn2 index 2ec0b3b44db..75c5b1aa495 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/IntermediateThrowEventMessage.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/IntermediateThrowEventMessage.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/MessageEndEvent.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/MessageEndEvent.bpmn2 index 1f5dfef1a41..2354c1d88f0 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/MessageEndEvent.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messageevent/MessageEndEvent.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/MessageStartAndEndEvent.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/MessageStartAndEndEvent.bpmn2 index fd0228be59e..bb5fd713bbb 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/MessageStartAndEndEvent.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/MessageStartAndEndEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/MessageStartEvent.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/MessageStartEvent.bpmn2 index 9e3da2e521d..54b12d0f29d 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/MessageStartEvent.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/MessageStartEvent.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/NoneAndMessageStartEvent.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/NoneAndMessageStartEvent.bpmn2 index f91df518b5e..f0b1292d91e 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/NoneAndMessageStartEvent.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/messagestartevent/NoneAndMessageStartEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/tests/BusinessRuleUnit.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/tests/BusinessRuleUnit.bpmn2 index f76ccf8cabf..8b85612b63d 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/tests/BusinessRuleUnit.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/tests/BusinessRuleUnit.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/tests/BusinessRuleUnitAlternateSyntax.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/tests/BusinessRuleUnitAlternateSyntax.bpmn2 index c2c88804c3f..dcb296a3304 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/tests/BusinessRuleUnitAlternateSyntax.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/org/kie/kogito/codegen/tests/BusinessRuleUnitAlternateSyntax.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTask.bpmn2 index 52c738a0cab..375e1610586 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskMalformed.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskMalformed.bpmn2 index f7973833bf0..9d2595ef532 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskMalformed.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskMalformed.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskVariableTags.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskVariableTags.bpmn2 index fb36bc32609..f255cc6376b 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskVariableTags.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskVariableTags.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithIOExpression.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithIOExpression.bpmn2 index 36d85b75892..6d3be79c724 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithIOExpression.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithIOExpression.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithInputExpression.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithInputExpression.bpmn index cd2a06436d8..336a51ad8e5 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithInputExpression.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithInputExpression.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithInputExpression.dmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithInputExpression.dmn index 53cf94351ed..b084eb3ddee 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithInputExpression.dmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/BusinessRuleTaskWithInputExpression.dmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleGenerated.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleGenerated.bpmn index 3ed9de4e0dd..0539074bcae 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleGenerated.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleGenerated.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleGeneratedWrong.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleGeneratedWrong.bpmn index 2ed27799bfd..e56a059b01f 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleGeneratedWrong.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleGeneratedWrong.bpmn @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleP.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleP.bpmn index b11581060a7..303d9035f98 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleP.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/ruletask/ExampleP.bpmn @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamCustomResultServiceTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamCustomResultServiceTask.bpmn2 index a038de73852..43f27bf84fd 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamCustomResultServiceTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamCustomResultServiceTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamServiceProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamServiceProcess.bpmn2 index 18c1e41ebe0..55151b658ef 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamServiceProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamServiceProcess.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamServiceProcessNoOutput.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamServiceProcessNoOutput.bpmn2 index 3e2fe72824b..31e130c5fd3 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamServiceProcessNoOutput.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/MultiParamServiceProcessNoOutput.bpmn2 @@ -1,4 +1,23 @@ + + + + + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessInferMethod.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessInferMethod.bpmn2 index f805e7d8e20..52d004e288c 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessInferMethod.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessInferMethod.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessMI.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessMI.bpmn2 index b7b83fc803f..c5e17a75954 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessMI.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessMI.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessMalformed.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessMalformed.bpmn2 index 5060e0169ee..e8f25e15541 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessMalformed.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessMalformed.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessOverloaded.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessOverloaded.bpmn2 index 27ba834f594..1120d970c76 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessOverloaded.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessOverloaded.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessSameOperations.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessSameOperations.bpmn2 index ab78eccda51..a3995ccce6d 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessSameOperations.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceProcessSameOperations.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceTaskWithReservedNameVariable.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceTaskWithReservedNameVariable.bpmn2 index 25db797e345..90939a2179c 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceTaskWithReservedNameVariable.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/ServiceTaskWithReservedNameVariable.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/WorkItemParams.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/WorkItemParams.bpmn index a3b84ac5237..cb56464578d 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/WorkItemParams.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/servicetask/WorkItemParams.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/BoundaryInterruptingSignalEventOnTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/BoundaryInterruptingSignalEventOnTask.bpmn2 index 33a83d93d78..e0df327d934 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/BoundaryInterruptingSignalEventOnTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/BoundaryInterruptingSignalEventOnTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/BoundarySignalEventOnTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/BoundarySignalEventOnTask.bpmn2 index d859d3ffc30..6bc70d12f3d 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/BoundarySignalEventOnTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/BoundarySignalEventOnTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/EndEventSignalWithData.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/EndEventSignalWithData.bpmn2 index c407c1ea176..9acbb99a2d8 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/EndEventSignalWithData.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/EndEventSignalWithData.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/IntermediateCatchEventSignal.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/IntermediateCatchEventSignal.bpmn2 index 7250668f5aa..531d26d8e43 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/IntermediateCatchEventSignal.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/IntermediateCatchEventSignal.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/IntermediateThrowEventSignal.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/IntermediateThrowEventSignal.bpmn2 index c5cc2f8f71b..f1bd42af429 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/IntermediateThrowEventSignal.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/signalevent/IntermediateThrowEventSignal.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivity.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivity.bpmn2 index 911cd8a746a..c13fb94feb7 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivity.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivity.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithIOexpression.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithIOexpression.bpmn2 index fcc48f4f13b..ccb6676c735 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithIOexpression.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithIOexpression.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithIOexpressionNested.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithIOexpressionNested.bpmn2 index cda843544a4..3ef670f7427 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithIOexpressionNested.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithIOexpressionNested.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithTypeInfo.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithTypeInfo.bpmn2 index 318bf0f630f..e4a6d554e9f 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithTypeInfo.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/CallActivityWithTypeInfo.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/EmbeddedSubProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/EmbeddedSubProcess.bpmn2 index 22e98b6c8f6..572a7e2f8f9 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/EmbeddedSubProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/EmbeddedSubProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/EmbeddedSubProcessWithUserTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/EmbeddedSubProcessWithUserTask.bpmn2 index 5e6d3a07ffe..0e81a598dad 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/EmbeddedSubProcessWithUserTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/EmbeddedSubProcessWithUserTask.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/ParentProcess.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/ParentProcess.bpmn index 1e125c6b846..de14b84bb21 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/ParentProcess.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/ParentProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/SubProcess.bpmn b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/SubProcess.bpmn index 6daf7b9dd9a..92d91a2fce7 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/SubProcess.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/subprocess/SubProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/IntermediateCatchEventTimerCycleISO.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/IntermediateCatchEventTimerCycleISO.bpmn2 index c502f35f5d3..10b8db96e1d 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/IntermediateCatchEventTimerCycleISO.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/IntermediateCatchEventTimerCycleISO.bpmn2 @@ -1,4 +1,23 @@ + + + + + + + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/StartTimerDuration.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/StartTimerDuration.bpmn2 index 2506a604627..955986376e2 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/StartTimerDuration.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/StartTimerDuration.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventCycleISOOnTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventCycleISOOnTask.bpmn2 index bff83ce7d3d..765feb27727 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventCycleISOOnTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventCycleISOOnTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventDateISOOnTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventDateISOOnTask.bpmn2 index 4a5b18ad603..9c3b10e7437 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventDateISOOnTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventDateISOOnTask.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventDurationISOOnTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventDurationISOOnTask.bpmn2 index 22ac00c3720..e3d78102970 100755 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventDurationISOOnTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/timer/TimerBoundaryEventDurationISOOnTask.bpmn2 @@ -1,4 +1,23 @@ + + + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksProcess.bpmn2 index e992b986301..c64a58c5f85 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksProcessWithSecurityRoles.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksProcessWithSecurityRoles.bpmn2 index bbba9099701..a48e56bc6a1 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksProcessWithSecurityRoles.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/UserTasksProcessWithSecurityRoles.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-internal-variable-tags.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-internal-variable-tags.bpmn2 index 748175f054e..8155997f14c 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-internal-variable-tags.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-internal-variable-tags.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-io-variable-tags.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-io-variable-tags.bpmn2 index 52ec15a2b6e..3bbe1682cb5 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-io-variable-tags.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-io-variable-tags.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-readonly-variable-tags.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-readonly-variable-tags.bpmn2 index 6236497d802..fda6b718d7c 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-readonly-variable-tags.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-readonly-variable-tags.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-required-variable-tags.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-required-variable-tags.bpmn2 index 64272d1cc9d..86817607474 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-required-variable-tags.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval-with-required-variable-tags.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval.bpmn2 index 9771c8fe3b9..6cf3142f771 100644 --- a/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes-integration-tests/src/test/resources/usertask/approval.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory b/kogito-codegen-modules/kogito-codegen-processes/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory index 1cd153ac33a..c41776afc44 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory +++ b/kogito-codegen-modules/kogito-codegen-processes/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.codegen.process.ProcessCodegenFactory \ No newline at end of file diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/ProcessWithDocumentation.bpmn b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/ProcessWithDocumentation.bpmn index 17d214cda64..87a435224fc 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/ProcessWithDocumentation.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/ProcessWithDocumentation.bpmn @@ -1,3 +1,22 @@ + + This is the documentation diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/ProcessWithoutDocumentation.bpmn b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/ProcessWithoutDocumentation.bpmn index 9f307022caa..ec642f6db84 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/ProcessWithoutDocumentation.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/ProcessWithoutDocumentation.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/kogito-types.proto b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/kogito-types.proto index f095d3d5181..f265ec3e3a2 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/kogito-types.proto +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/kogito-types.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT 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 is for test purpose only so the content is less relevant syntax = "proto2"; diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/BoundaryMessageEventOnTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/BoundaryMessageEventOnTask.bpmn2 index 022030ee983..102f8f3f0da 100755 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/BoundaryMessageEventOnTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/BoundaryMessageEventOnTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/IntermediateCatchEventMessage.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/IntermediateCatchEventMessage.bpmn2 index 1a7ca987828..7b578b21b96 100755 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/IntermediateCatchEventMessage.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/IntermediateCatchEventMessage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/IntermediateThrowEventMessage.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/IntermediateThrowEventMessage.bpmn2 index 0453554ca2f..3ee88228b99 100755 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/IntermediateThrowEventMessage.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messageevent/IntermediateThrowEventMessage.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageEndEvent.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageEndEvent.bpmn2 index ca6aa91b9b2..9ee2f766846 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageEndEvent.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageEndEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageStartAndEndEvent.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageStartAndEndEvent.bpmn2 index fd0228be59e..bb5fd713bbb 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageStartAndEndEvent.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageStartAndEndEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageStartEvent.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageStartEvent.bpmn2 index 37a16408d1f..b8e4baeb87d 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageStartEvent.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/messagestartevent/MessageStartEvent.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/signalevent/BoundarySignalEventOnTask.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/signalevent/BoundarySignalEventOnTask.bpmn2 index d859d3ffc30..6bc70d12f3d 100755 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/signalevent/BoundarySignalEventOnTask.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/signalevent/BoundarySignalEventOnTask.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/startsignal/StartSignalEventNoPayload.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/startsignal/StartSignalEventNoPayload.bpmn2 index 1176e5b1fa0..84f6ee9d654 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/startsignal/StartSignalEventNoPayload.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/startsignal/StartSignalEventNoPayload.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/startsignal/StartSignalEventStringPayload.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/startsignal/StartSignalEventStringPayload.bpmn2 index 87f37a88fbe..23ba7456a25 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/startsignal/StartSignalEventStringPayload.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/startsignal/StartSignalEventStringPayload.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/svg/hiring-svg.svg b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/svg/hiring-svg.svg index 279686733e3..0169920cce8 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/svg/hiring-svg.svg +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/svg/hiring-svg.svg @@ -1 +1,20 @@ -HR InterviewIT Interview \ No newline at end of file + + + HR InterviewIT Interview \ No newline at end of file diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/svg/hiring.bpmn b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/svg/hiring.bpmn index c0b3057fe0b..14cd1d6f4d7 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/svg/hiring.bpmn +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/svg/hiring.bpmn @@ -1,3 +1,22 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/usertask/UserTasksProcess.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/usertask/UserTasksProcess.bpmn2 index e992b986301..c64a58c5f85 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/usertask/UserTasksProcess.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/usertask/UserTasksProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/usertask/approval.bpmn2 b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/usertask/approval.bpmn2 index 9771c8fe3b9..6cf3142f771 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/usertask/approval.bpmn2 +++ b/kogito-codegen-modules/kogito-codegen-processes/src/test/resources/usertask/approval.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/kogito-codegen-modules/kogito-codegen-rules/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory b/kogito-codegen-modules/kogito-codegen-rules/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory index 53f08c5711d..1e72ced3256 100644 --- a/kogito-codegen-modules/kogito-codegen-rules/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory +++ b/kogito-codegen-modules/kogito-codegen-rules/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.codegen.rules.RuleCodegenFactory \ No newline at end of file diff --git a/kogito-codegen-modules/kogito-codegen-sample/README.md b/kogito-codegen-modules/kogito-codegen-sample/README.md index 9257356f31e..dec4c3ce4e7 100644 --- a/kogito-codegen-modules/kogito-codegen-sample/README.md +++ b/kogito-codegen-modules/kogito-codegen-sample/README.md @@ -1,3 +1,22 @@ + + # Sample generator This repository contains an example of a generator. The output of this generator is quite simple, but it implements all diff --git a/kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory b/kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory index 83d6697093f..2a513a85f55 100644 --- a/kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory +++ b/kogito-codegen-modules/kogito-codegen-sample/kogito-codegen-sample-generator/src/main/resources/META-INF/services/org.kie.kogito.codegen.api.GeneratorFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.codegen.sample.generator.SampleCodegenFactory \ No newline at end of file diff --git a/kogito-maven-plugin/.gitignore b/kogito-maven-plugin/.gitignore index 222af0cf114..164334d6d59 100644 --- a/kogito-maven-plugin/.gitignore +++ b/kogito-maven-plugin/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local diff --git a/kogito-serverless-workflow/README.md b/kogito-serverless-workflow/README.md index f0347bebce2..d87bab9b819 100644 --- a/kogito-serverless-workflow/README.md +++ b/kogito-serverless-workflow/README.md @@ -1,3 +1,22 @@ + + # Kogito Serverless Workflow Kogito is an implementation of the [CNCF Serverless Workflow Specification](https://serverlessworkflow.io/). diff --git a/kogito-serverless-workflow/kogito-jq-expression/src/main/resources/META-INF/services/org.kie.kogito.process.expr.ExpressionHandler b/kogito-serverless-workflow/kogito-jq-expression/src/main/resources/META-INF/services/org.kie.kogito.process.expr.ExpressionHandler index 80a601f8dd9..cc8c793f678 100644 --- a/kogito-serverless-workflow/kogito-jq-expression/src/main/resources/META-INF/services/org.kie.kogito.process.expr.ExpressionHandler +++ b/kogito-serverless-workflow/kogito-jq-expression/src/main/resources/META-INF/services/org.kie.kogito.process.expr.ExpressionHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.expr.jq.JqExpressionHandler \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-jsonpath-expression/src/main/resources/META-INF/services/org.kie.kogito.process.expr.ExpressionHandler b/kogito-serverless-workflow/kogito-jsonpath-expression/src/main/resources/META-INF/services/org.kie.kogito.process.expr.ExpressionHandler index 5b41d6c5d9d..3c639c557f7 100644 --- a/kogito-serverless-workflow/kogito-jsonpath-expression/src/main/resources/META-INF/services/org.kie.kogito.process.expr.ExpressionHandler +++ b/kogito-serverless-workflow/kogito-jsonpath-expression/src/main/resources/META-INF/services/org.kie.kogito.process.expr.ExpressionHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.expr.jsonpath.JsonPathExpressionHandler \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-builder/.gitignore b/kogito-serverless-workflow/kogito-serverless-workflow-builder/.gitignore index 1ca8a75455b..f2aa20d0d44 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-builder/.gitignore +++ b/kogito-serverless-workflow/kogito-serverless-workflow-builder/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local /bin diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.operationid.WorkflowOperationIdFactory b/kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.operationid.WorkflowOperationIdFactory index 65b79ab1581..88ce4e669d1 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.operationid.WorkflowOperationIdFactory +++ b/kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.operationid.WorkflowOperationIdFactory @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.operationid.FileNameWorkflowOperationIdFactory org.kie.kogito.serverless.workflow.operationid.URIWorkflowOperationIdFactory org.kie.kogito.serverless.workflow.operationid.FunctionWorkflowOperationIdFactory \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index 5d4b5a255b8..a212cdbddb3 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.parser.types.ExpressionTypeHandler org.kie.kogito.serverless.workflow.parser.types.AsyncAPITypeHandler org.kie.kogito.serverless.workflow.parser.types.ScriptTypeHandler diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/pom.xml b/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/pom.xml index cbb756c105a..0b4268f3312 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/pom.xml +++ b/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/pom.xml @@ -1,3 +1,22 @@ + + 4.0.0 diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index 8169c5bf60a..938879889c0 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.parser.types.DMNTypeHandler diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/src/test/java/org/kie/kogito/serverless/workflow/dmn/SWFDMNTest.java b/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/src/test/java/org/kie/kogito/serverless/workflow/dmn/SWFDMNTest.java index d2828b98930..bdacd9ad463 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/src/test/java/org/kie/kogito/serverless/workflow/dmn/SWFDMNTest.java +++ b/kogito-serverless-workflow/kogito-serverless-workflow-dmn-parser/src/test/java/org/kie/kogito/serverless/workflow/dmn/SWFDMNTest.java @@ -1,3 +1,41 @@ +/** +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package org.kie.kogito.serverless.workflow.dmn; import java.io.IOException; diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-dmn/pom.xml b/kogito-serverless-workflow/kogito-serverless-workflow-dmn/pom.xml index 7a8d68802b3..8a564138bb7 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-dmn/pom.xml +++ b/kogito-serverless-workflow/kogito-serverless-workflow-dmn/pom.xml @@ -1,3 +1,22 @@ + + 4.0.0 diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-dmn/src/main/java/org/kie/kogito/serverless/workflow/dmn/SWFDecisionEngine.java b/kogito-serverless-workflow/kogito-serverless-workflow-dmn/src/main/java/org/kie/kogito/serverless/workflow/dmn/SWFDecisionEngine.java index c84acfc652a..fb0e36aa410 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-dmn/src/main/java/org/kie/kogito/serverless/workflow/dmn/SWFDecisionEngine.java +++ b/kogito-serverless-workflow/kogito-serverless-workflow-dmn/src/main/java/org/kie/kogito/serverless/workflow/dmn/SWFDecisionEngine.java @@ -1,3 +1,41 @@ +/** +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package org.kie.kogito.serverless.workflow.dmn; import java.util.HashMap; diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-dmn/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.DecisionRuleTypeEngine b/kogito-serverless-workflow/kogito-serverless-workflow-dmn/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.DecisionRuleTypeEngine index 077e0fb2c7d..085e4ff2862 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-dmn/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.DecisionRuleTypeEngine +++ b/kogito-serverless-workflow/kogito-serverless-workflow-dmn/src/main/resources/META-INF/services/org.jbpm.workflow.instance.rule.DecisionRuleTypeEngine @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.dmn.SWFDecisionEngine \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticProcessRegister b/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticProcessRegister index 251cce72805..a54e30eb05a 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticProcessRegister +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticProcessRegister @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.StaticEventRegister \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticWorkflowRegister b/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticWorkflowRegister index 8c80c084f5d..cc1e0aaaa65 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticWorkflowRegister +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticWorkflowRegister @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.StaticJavaRegister \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index 4850afcf807..fb9956bce42 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.parser.types.JavaTypeHandler diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/test/resources/switch.yaml b/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/test/resources/switch.yaml index 1af16001cb2..d755be6cdc2 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/test/resources/switch.yaml +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/test/resources/switch.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + version: 1.0.0 specVersion: "0.8" id: Switch test diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-grpc/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticWorkflowRegister b/kogito-serverless-workflow/kogito-serverless-workflow-executor-grpc/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticWorkflowRegister index e8c0834c401..d29d3fff75e 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-grpc/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticWorkflowRegister +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-grpc/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticWorkflowRegister @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.StaticRPCRegister \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/main/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory b/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/main/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory index c3b90e8b095..d2704793730 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/main/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/main/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.KafkaEventEmitterFactory \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/main/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory b/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/main/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory index c8d44d881e2..c46b28dc9dd 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/main/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/main/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.KafkaEventReceiverFactory \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory b/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory index 9b7eaf7f881..5d6d7ee1251 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.MockKafkaEventEmitterFactory \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory b/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory index 9b26c8ca7a2..51fd7c0980e 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.MockKafkaEventReceiverFactory \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister index 18d568d8d8c..7451be8992c 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.StaticPythonScriptRegister \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/test/resources/custom.py b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/test/resources/custom.py index ae007011be1..1dde3b4f3f4 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/test/resources/custom.py +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/test/resources/custom.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + def factorial(x): result = 1 if x > 1: diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-rest/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister b/kogito-serverless-workflow/kogito-serverless-workflow-executor-rest/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister index e2013fa33d2..5215bc6da6a 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-rest/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-rest/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.StaticRestRegister \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-service/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister b/kogito-serverless-workflow/kogito-serverless-workflow-executor-service/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister index 86da25eca01..851cce339ed 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-service/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-service/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.executor.StaticApplicationRegister @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.StaticServiceRegister \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/main/proto/greeting.proto b/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/main/proto/greeting.proto index b9dcc532fd1..a42b65e923a 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/main/proto/greeting.proto +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/main/proto/greeting.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; option java_package="org.kie.kogito.serverless.workflow.executor.greeting"; diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/main/proto/message.proto b/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/main/proto/message.proto index 978dcc7b635..607d00dbef3 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/main/proto/message.proto +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/main/proto/message.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; option java_package="org.kie.kogito.serverless.workflow.executor.greeting"; diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory b/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory index 9b7eaf7f881..5d6d7ee1251 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/META-INF/services/org.kie.kogito.event.EventEmitterFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.MockKafkaEventEmitterFactory \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory b/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory index 9b26c8ca7a2..51fd7c0980e 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory +++ b/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/resources/META-INF/services/org.kie.kogito.event.EventReceiverFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.executor.MockKafkaEventReceiverFactory \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-grpc-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/kogito-serverless-workflow/kogito-serverless-workflow-grpc-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index 89ebef6275a..621222b3e94 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-grpc-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/kogito-serverless-workflow/kogito-serverless-workflow-grpc-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.parser.types.RPCTypeHandler diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-monitoring/pom.xml b/kogito-serverless-workflow/kogito-serverless-workflow-monitoring/pom.xml index b18431472d9..c99d413f584 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-monitoring/pom.xml +++ b/kogito-serverless-workflow/kogito-serverless-workflow-monitoring/pom.xml @@ -1,3 +1,22 @@ + + 4.0.0 diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-openapi-common/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.operationid.WorkflowOperationIdFactory b/kogito-serverless-workflow/kogito-serverless-workflow-openapi-common/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.operationid.WorkflowOperationIdFactory index 55c015d4610..6a30cb42343 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-openapi-common/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.operationid.WorkflowOperationIdFactory +++ b/kogito-serverless-workflow/kogito-serverless-workflow-openapi-common/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.operationid.WorkflowOperationIdFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.operationid.SpecWorkflowOperationIdFactory \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-openapi-generated/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/kogito-serverless-workflow/kogito-serverless-workflow-openapi-generated/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index b284b262e8b..b5fcb559236 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-openapi-generated/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/kogito-serverless-workflow/kogito-serverless-workflow-openapi-generated/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.parser.rest.GeneratedRestOperationHandler diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-openapi-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/kogito-serverless-workflow/kogito-serverless-workflow-openapi-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index 8a764870047..a311112acdb 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-openapi-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/kogito-serverless-workflow/kogito-serverless-workflow-openapi-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.parser.rest.DescriptorRestOperationHandler diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-python-runtime/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.utils.KogitoProcessContextResolverExtension b/kogito-serverless-workflow/kogito-serverless-workflow-python-runtime/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.utils.KogitoProcessContextResolverExtension index b096c01e4c1..01b67a0d445 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-python-runtime/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.utils.KogitoProcessContextResolverExtension +++ b/kogito-serverless-workflow/kogito-serverless-workflow-python-runtime/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.utils.KogitoProcessContextResolverExtension @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.python.PythonContextResolver \ No newline at end of file diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-rest-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/kogito-serverless-workflow/kogito-serverless-workflow-rest-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index b1c167d5c1c..23e2bc89ebf 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-rest-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/kogito-serverless-workflow/kogito-serverless-workflow-rest-parser/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.parser.types.RestTypeHandler diff --git a/kogito-serverless-workflow/kogito-serverless-workflow-runtime/.gitignore b/kogito-serverless-workflow/kogito-serverless-workflow-runtime/.gitignore index df3bafd5e3e..dbc2d3d9833 100644 --- a/kogito-serverless-workflow/kogito-serverless-workflow-runtime/.gitignore +++ b/kogito-serverless-workflow/kogito-serverless-workflow-runtime/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local /bin diff --git a/kogito-test-utils/README.md b/kogito-test-utils/README.md index 799d03d81a9..7ff17650556 100644 --- a/kogito-test-utils/README.md +++ b/kogito-test-utils/README.md @@ -1,3 +1,22 @@ + + # Common Utils For Kogito Add the needed utils dependency in the _pom.xml_ file: diff --git a/kogito-workitems/kogito-rest-workitem/src/main/resources/META-INF/services/org.kogito.workitem.rest.decorators.RequestDecorator b/kogito-workitems/kogito-rest-workitem/src/main/resources/META-INF/services/org.kogito.workitem.rest.decorators.RequestDecorator index 9e2b93af847..5da309146b5 100644 --- a/kogito-workitems/kogito-rest-workitem/src/main/resources/META-INF/services/org.kogito.workitem.rest.decorators.RequestDecorator +++ b/kogito-workitems/kogito-rest-workitem/src/main/resources/META-INF/services/org.kogito.workitem.rest.decorators.RequestDecorator @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kogito.workitem.rest.decorators.HeaderMetadataDecorator diff --git a/pom.xml b/pom.xml index fbe18c88c2e..c49d45469b0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,23 @@ + + @@ -54,6 +73,7 @@ UTF-8 2024-01-16T00:00:00Z 3.4.1 + 0.16.1 @@ -67,6 +87,35 @@ ${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 + + + diff --git a/quarkus/addons/README.md b/quarkus/addons/README.md index 5a575158ac1..4ae39a6af2d 100644 --- a/quarkus/addons/README.md +++ b/quarkus/addons/README.md @@ -1,3 +1,22 @@ + + # Kogito Quarkus Add-ons In this module you will find all the add-ons supported by the community for Quarkus Kogito projects: diff --git a/quarkus/addons/camel/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionNamespace b/quarkus/addons/camel/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionNamespace index e02836e7d13..4d0eb3a009a 100644 --- a/quarkus/addons/camel/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionNamespace +++ b/quarkus/addons/camel/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionNamespace @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.quarkus.camel.deployment.CamelWorkItemFunctionNamespace \ No newline at end of file diff --git a/quarkus/addons/camel/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/quarkus/addons/camel/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index d98cf22fd02..e661f06eff4 100644 --- a/quarkus/addons/camel/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/quarkus/addons/camel/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.quarkus.camel.deployment.CamelWorkItemTypeHandler \ No newline at end of file diff --git a/quarkus/addons/camel/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory b/quarkus/addons/camel/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory index 054b0f60630..b813735ac67 100644 --- a/quarkus/addons/camel/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory +++ b/quarkus/addons/camel/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.quarkus.camel.runtime.CamelConfigSourceFactory \ No newline at end of file diff --git a/quarkus/addons/common/kogito-addons-quarkus-common-health/.gitignore b/quarkus/addons/common/kogito-addons-quarkus-common-health/.gitignore index 5ff6309b719..eef7c80055a 100644 --- a/quarkus/addons/common/kogito-addons-quarkus-common-health/.gitignore +++ b/quarkus/addons/common/kogito-addons-quarkus-common-health/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ !.mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ diff --git a/quarkus/addons/common/kogito-addons-quarkus-common-health/pom.xml b/quarkus/addons/common/kogito-addons-quarkus-common-health/pom.xml index d375bfd345e..8e5520fb712 100644 --- a/quarkus/addons/common/kogito-addons-quarkus-common-health/pom.xml +++ b/quarkus/addons/common/kogito-addons-quarkus-common-health/pom.xml @@ -1,3 +1,22 @@ + + 4.0.0 diff --git a/quarkus/addons/common/kogito-addons-quarkus-data-index-health/.gitignore b/quarkus/addons/common/kogito-addons-quarkus-data-index-health/.gitignore index 5ff6309b719..eef7c80055a 100644 --- a/quarkus/addons/common/kogito-addons-quarkus-data-index-health/.gitignore +++ b/quarkus/addons/common/kogito-addons-quarkus-data-index-health/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ !.mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ diff --git a/quarkus/addons/common/kogito-addons-quarkus-data-index-health/pom.xml b/quarkus/addons/common/kogito-addons-quarkus-data-index-health/pom.xml index e4d0ec3f084..88ad4996b5d 100644 --- a/quarkus/addons/common/kogito-addons-quarkus-data-index-health/pom.xml +++ b/quarkus/addons/common/kogito-addons-quarkus-data-index-health/pom.xml @@ -1,3 +1,22 @@ + + 4.0.0 diff --git a/quarkus/addons/common/kogito-addons-quarkus-data-index-health/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory b/quarkus/addons/common/kogito-addons-quarkus-data-index-health/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory index 59a8408281b..515aa0d5080 100644 --- a/quarkus/addons/common/kogito-addons-quarkus-data-index-health/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory +++ b/quarkus/addons/common/kogito-addons-quarkus-data-index-health/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addon.quarkus.index.health.DataIndexAvailabilityHealthCheckConfigSourceFactory \ No newline at end of file diff --git a/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/.gitignore b/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/.gitignore index 5ff6309b719..eef7c80055a 100644 --- a/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/.gitignore +++ b/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ !.mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ diff --git a/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/pom.xml b/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/pom.xml index 2fc3db65431..d628ee5fe2b 100644 --- a/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/pom.xml +++ b/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/pom.xml @@ -1,3 +1,22 @@ + + 4.0.0 diff --git a/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory b/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory index 47353a9d507..9a25fda4f95 100644 --- a/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory +++ b/quarkus/addons/common/kogito-addons-quarkus-jobs-service-health/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addon.quarkus.jobs.health.JobsServiceAvailabilityHealthCheckConfigSourceFactory diff --git a/quarkus/addons/events/process/.gitignore b/quarkus/addons/events/process/.gitignore index 1ca8a75455b..f2aa20d0d44 100755 --- a/quarkus/addons/events/process/.gitignore +++ b/quarkus/addons/events/process/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local /bin diff --git a/quarkus/addons/explainability/integration-tests/src/main/resources/Traffic Violation.dmn b/quarkus/addons/explainability/integration-tests/src/main/resources/Traffic Violation.dmn index 293ef254d5b..a6f9daac627 100644 --- a/quarkus/addons/explainability/integration-tests/src/main/resources/Traffic Violation.dmn +++ b/quarkus/addons/explainability/integration-tests/src/main/resources/Traffic Violation.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/addons/fabric8-kubernetes-service-catalog/runtime/src/main/resources/META-INF/services/org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider b/quarkus/addons/fabric8-kubernetes-service-catalog/runtime/src/main/resources/META-INF/services/org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider index 9b801f01a01..d72fb9c8aa5 100644 --- a/quarkus/addons/fabric8-kubernetes-service-catalog/runtime/src/main/resources/META-INF/services/org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider +++ b/quarkus/addons/fabric8-kubernetes-service-catalog/runtime/src/main/resources/META-INF/services/org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.quarkus.fabric8.k8s.service.catalog.Fabric8KubernetesServiceCatalogProvider \ No newline at end of file diff --git a/quarkus/addons/jobs/.gitignore b/quarkus/addons/jobs/.gitignore index 09322dd7f2a..3f0e39cc766 100644 --- a/quarkus/addons/jobs/.gitignore +++ b/quarkus/addons/jobs/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ /local diff --git a/quarkus/addons/knative/eventing/README.md b/quarkus/addons/knative/eventing/README.md index b2b2e96ecd1..ba1a731c676 100644 --- a/quarkus/addons/knative/eventing/README.md +++ b/quarkus/addons/knative/eventing/README.md @@ -1,3 +1,22 @@ + + # Knative Eventing Quarkus Add-On See the general information about this add-on [in this document](../../../../addons/common/knative/README.md). diff --git a/quarkus/addons/knative/eventing/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory b/quarkus/addons/knative/eventing/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory index cc470773ad5..c8eb4afe84a 100644 --- a/quarkus/addons/knative/eventing/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory +++ b/quarkus/addons/knative/eventing/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.quarkus.knative.eventing.KnativeEventingConfigSourceFactory org.kie.kogito.addons.quarkus.knative.eventing.KSinkInjectionHealthCheckConfigSourceFactory \ No newline at end of file diff --git a/quarkus/addons/knative/serving/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/quarkus/addons/knative/serving/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index 1160e0a65e7..60a875616e3 100644 --- a/quarkus/addons/knative/serving/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/quarkus/addons/knative/serving/deployment/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.quarkus.knative.serving.deployment.customfunctions.KnativeTypeHandler \ No newline at end of file diff --git a/quarkus/addons/kubernetes/README.md b/quarkus/addons/kubernetes/README.md index 9eaaa29dfde..b9099f45f7c 100644 --- a/quarkus/addons/kubernetes/README.md +++ b/quarkus/addons/kubernetes/README.md @@ -1,3 +1,22 @@ + + # Kogito Quarkus Kubernetes Add-On See the [main README](../../../addons/common/kubernetes) for a full description and examples of this add-on. diff --git a/quarkus/addons/kubernetes/integration-tests/pom.xml b/quarkus/addons/kubernetes/integration-tests/pom.xml index 0fae4733083..2b0db4ae146 100644 --- a/quarkus/addons/kubernetes/integration-tests/pom.xml +++ b/quarkus/addons/kubernetes/integration-tests/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/quarkus/addons/kubernetes/integration-tests/src/main/resources/application.properties b/quarkus/addons/kubernetes/integration-tests/src/main/resources/application.properties index 7801eebd2af..1ef0b33455b 100644 --- a/quarkus/addons/kubernetes/integration-tests/src/main/resources/application.properties +++ b/quarkus/addons/kubernetes/integration-tests/src/main/resources/application.properties @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + my_service=${knative:services.v1.serving.knative.dev/default/serverless-workflow-greeting-quarkus}/path quarkus.native.auto-service-loader-registration=true \ No newline at end of file diff --git a/quarkus/addons/kubernetes/integration-tests/src/test/resources/knative/quarkus-greeting.yaml b/quarkus/addons/kubernetes/integration-tests/src/test/resources/knative/quarkus-greeting.yaml index 712d182b28e..cd9993e4003 100644 --- a/quarkus/addons/kubernetes/integration-tests/src/test/resources/knative/quarkus-greeting.yaml +++ b/quarkus/addons/kubernetes/integration-tests/src/test/resources/knative/quarkus-greeting.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + apiVersion: serving.knative.dev/v1 kind: Service metadata: diff --git a/quarkus/addons/kubernetes/runtime/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource b/quarkus/addons/kubernetes/runtime/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource index e330682e51e..47ff64fe61a 100644 --- a/quarkus/addons/kubernetes/runtime/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource +++ b/quarkus/addons/kubernetes/runtime/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.quarkus.k8s.config.KubernetesAddonConfigSource \ No newline at end of file diff --git a/quarkus/addons/microprofile-config-service-catalog/runtime/src/main/resources/META-INF/services/org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider b/quarkus/addons/microprofile-config-service-catalog/runtime/src/main/resources/META-INF/services/org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider index 30a60027222..b4145cdc450 100644 --- a/quarkus/addons/microprofile-config-service-catalog/runtime/src/main/resources/META-INF/services/org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider +++ b/quarkus/addons/microprofile-config-service-catalog/runtime/src/main/resources/META-INF/services/org.kie.kogito.addons.k8s.resource.catalog.KubernetesServiceCatalogProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.addons.quarkus.microprofile.config.service.catalog.MicroProfileConfigServiceCatalogProvider \ No newline at end of file diff --git a/quarkus/addons/monitoring/sonataflow/pom.xml b/quarkus/addons/monitoring/sonataflow/pom.xml index b98fd7cfd05..eb71b164930 100644 --- a/quarkus/addons/monitoring/sonataflow/pom.xml +++ b/quarkus/addons/monitoring/sonataflow/pom.xml @@ -1,3 +1,22 @@ + + 4.0.0 diff --git a/quarkus/addons/monitoring/sonataflow/src/main/resources/application.properties b/quarkus/addons/monitoring/sonataflow/src/main/resources/application.properties index 7373d20328b..1794ba8878c 100644 --- a/quarkus/addons/monitoring/sonataflow/src/main/resources/application.properties +++ b/quarkus/addons/monitoring/sonataflow/src/main/resources/application.properties @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + kogito.monitoring.process.useDefault=false \ No newline at end of file diff --git a/quarkus/addons/persistence/jdbc/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory b/quarkus/addons/persistence/jdbc/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory index 07d018456c2..0ce6025b8aa 100644 --- a/quarkus/addons/persistence/jdbc/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory +++ b/quarkus/addons/persistence/jdbc/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceFactory @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.persistence.quarkus.KogitoAddOnPersistenceJDBCConfigSourceFactory diff --git a/quarkus/addons/persistence/kafka/runtime/src/test/resources/BPMN2-UserTask-Script.bpmn2 b/quarkus/addons/persistence/kafka/runtime/src/test/resources/BPMN2-UserTask-Script.bpmn2 index 045daf9ba85..6e0fc83b72b 100644 --- a/quarkus/addons/persistence/kafka/runtime/src/test/resources/BPMN2-UserTask-Script.bpmn2 +++ b/quarkus/addons/persistence/kafka/runtime/src/test/resources/BPMN2-UserTask-Script.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/quarkus/addons/persistence/kafka/runtime/src/test/resources/BPMN2-UserTask.bpmn2 b/quarkus/addons/persistence/kafka/runtime/src/test/resources/BPMN2-UserTask.bpmn2 index 85e40725b68..1aab57cd119 100644 --- a/quarkus/addons/persistence/kafka/runtime/src/test/resources/BPMN2-UserTask.bpmn2 +++ b/quarkus/addons/persistence/kafka/runtime/src/test/resources/BPMN2-UserTask.bpmn2 @@ -1,4 +1,23 @@ + + + diff --git a/quarkus/addons/process-svg/runtime/src/test/resources/travels-expected.svg b/quarkus/addons/process-svg/runtime/src/test/resources/travels-expected.svg index 80725895ef5..5d91a7c833c 100644 --- a/quarkus/addons/process-svg/runtime/src/test/resources/travels-expected.svg +++ b/quarkus/addons/process-svg/runtime/src/test/resources/travels-expected.svg @@ -1,4 +1,23 @@ - + + + diff --git a/quarkus/addons/source-files/runtime/src/test/resources/ymlgreet.sw.yml b/quarkus/addons/source-files/runtime/src/test/resources/ymlgreet.sw.yml index b2b1b449941..7db4c84dfb9 100644 --- a/quarkus/addons/source-files/runtime/src/test/resources/ymlgreet.sw.yml +++ b/quarkus/addons/source-files/runtime/src/test/resources/ymlgreet.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: ymlgreet version: '1.0' name: Greeting workflow diff --git a/quarkus/addons/tracing-decision/integration-tests/src/test/resources/LoanEligibility.dmn b/quarkus/addons/tracing-decision/integration-tests/src/test/resources/LoanEligibility.dmn index a65ba995241..c57cb5007f2 100644 --- a/quarkus/addons/tracing-decision/integration-tests/src/test/resources/LoanEligibility.dmn +++ b/quarkus/addons/tracing-decision/integration-tests/src/test/resources/LoanEligibility.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/addons/tracing-decision/runtime/src/test/resources/OneOfEachType.dmn b/quarkus/addons/tracing-decision/runtime/src/test/resources/OneOfEachType.dmn index b08363988a8..c76195eca16 100644 --- a/quarkus/addons/tracing-decision/runtime/src/test/resources/OneOfEachType.dmn +++ b/quarkus/addons/tracing-decision/runtime/src/test/resources/OneOfEachType.dmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/addons/tracing-decision/runtime/src/test/resources/Traffic Violation.dmn b/quarkus/addons/tracing-decision/runtime/src/test/resources/Traffic Violation.dmn index 293ef254d5b..a6f9daac627 100644 --- a/quarkus/addons/tracing-decision/runtime/src/test/resources/Traffic Violation.dmn +++ b/quarkus/addons/tracing-decision/runtime/src/test/resources/Traffic Violation.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/bom/.gitignore b/quarkus/bom/.gitignore index 979d724a00f..1fe458260de 100755 --- a/quarkus/bom/.gitignore +++ b/quarkus/bom/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target /local diff --git a/quarkus/bom/README.md b/quarkus/bom/README.md index 7bb88df7162..8ffa6166a0b 100644 --- a/quarkus/bom/README.md +++ b/quarkus/bom/README.md @@ -1,3 +1,22 @@ + + # Kogito Quarkus BOM In this module you will find the `kogito-quarkus-bom` diff --git a/quarkus/extensions/README.md b/quarkus/extensions/README.md index b397d5b26e7..c614e4f88c2 100644 --- a/quarkus/extensions/README.md +++ b/quarkus/extensions/README.md @@ -1,3 +1,22 @@ + + ## Kogito Quarkus extensions This module contains all the code of the extensions that Kogito provides diff --git a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider index 47021a80970..7cbc55ed8fc 100644 --- a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider +++ b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.quarkus.decisions.deployment.DecisionsCompilationProvider diff --git a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test/src/main/resources/OneOfEachType.dmn b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test/src/main/resources/OneOfEachType.dmn index b08363988a8..c76195eca16 100644 --- a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test/src/main/resources/OneOfEachType.dmn +++ b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test/src/main/resources/OneOfEachType.dmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test/src/main/resources/a.dmn b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test/src/main/resources/a.dmn index dd95eb2f905..687e4554e48 100644 --- a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test/src/main/resources/a.dmn +++ b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions-integration-test/src/main/resources/a.dmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/README.tpl.qute.md b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/README.tpl.qute.md index 10dfc8daf6f..ebd6fa7084c 100644 --- a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/README.tpl.qute.md +++ b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/README.tpl.qute.md @@ -1,3 +1,22 @@ + + {#include readme-header /} This Drools DMN Quarkus codestart contains a sample DMN model as described in the [Quarkus Drools DMN guide](https://quarkus.io/guides/drools-dmn). diff --git a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/src/main/resources/META-INF/resources/index.entry.qute.html b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/src/main/resources/META-INF/resources/index.entry.qute.html index c475cca0a17..404f599d1d6 100644 --- a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/src/main/resources/META-INF/resources/index.entry.qute.html +++ b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/src/main/resources/META-INF/resources/index.entry.qute.html @@ -1,4 +1,23 @@ {#include index-entry /} + +

If the OpenAPI and Swagger UI Quarkus extension is included, the /pricing REST endpoint generated from the DMN model will be fully documented and annotated with the domain modeling in the Swagger UI here.

\ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/src/main/resources/pricing.dmn b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/src/main/resources/pricing.dmn index 4c76b31be54..eb6ec2f99e8 100644 --- a/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/src/main/resources/pricing.dmn +++ b/quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/drools-dmn-codestart/base/src/main/resources/pricing.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-extension-spi/src/README.md b/quarkus/extensions/kogito-quarkus-extension-spi/src/README.md index 155ceff7358..908f67f26a6 100644 --- a/quarkus/extensions/kogito-quarkus-extension-spi/src/README.md +++ b/quarkus/extensions/kogito-quarkus-extension-spi/src/README.md @@ -1,3 +1,22 @@ + + # Kogito Quarkus Extension SPI SPI module that works as a bridge between [`BuildItem`](https://quarkus.io/guides/writing-extensions#build-items) producers and consumers. diff --git a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/README.md b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/README.md index 9920e9717d3..ed882a38835 100644 --- a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/README.md +++ b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/README.md @@ -1,3 +1,22 @@ + + # KOGITO-4499 Hot reload false negative instrumentation for DecisionModels The DecisionModels is meant to be reloaded, but it would seems that for some reasons the quarkus dev mode hotreload instrumentation thinks the class is equivalent hence not reloaded. diff --git a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/META-INF/resources/index.html b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/META-INF/resources/index.html index 6b0e19ad723..67ff03c97bb 100644 --- a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/META-INF/resources/index.html +++ b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/META-INF/resources/index.html @@ -1,3 +1,22 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/hello.dmn b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/hello.dmn index 8719bef2bb5..5a4a8d55f46 100644 --- a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/hello.dmn +++ b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/hello.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/simple.bpmn2 b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/simple.bpmn2 index 3c1632477f2..87dfaf5efc7 100644 --- a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/simple.bpmn2 +++ b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/classic-inst/src/main/resources/simple.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/simple-dmn/src/main/resources/hello.dmn b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/simple-dmn/src/main/resources/hello.dmn index 8719bef2bb5..5a4a8d55f46 100644 --- a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/simple-dmn/src/main/resources/hello.dmn +++ b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/resources/projects/simple-dmn/src/main/resources/hello.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/org/jbpm/orderItems.bpmn b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/org/jbpm/orderItems.bpmn index 961cb3c90a3..4bce33d3ca8 100644 --- a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/org/jbpm/orderItems.bpmn +++ b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/org/jbpm/orderItems.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/org/jbpm/orders.bpmn b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/org/jbpm/orders.bpmn index da37bae0169..b1f3c5619a2 100644 --- a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/org/jbpm/orders.bpmn +++ b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/org/jbpm/orders.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/test-process.bpmn b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/test-process.bpmn index debd50adbb7..1a48196c3da 100644 --- a/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/test-process.bpmn +++ b/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test/src/main/resources/test-process.bpmn @@ -1,4 +1,23 @@ + + +
diff --git a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider index dabc62903e6..5ba97dd68e6 100644 --- a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider +++ b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.quarkus.processes.deployment.ProcessesCompilationProvider \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/dev-templates/dataindex.html b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/dev-templates/dataindex.html index 8b76eeba9b5..0487d8b683d 100644 --- a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/dev-templates/dataindex.html +++ b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/dev-templates/dataindex.html @@ -7,6 +7,25 @@ {/style} {#title}Data Index GraphQL UI{/title} {#body} + +
diff --git a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/dev-templates/embedded.html b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/dev-templates/embedded.html index 2f4bde48b61..6611419599c 100644 --- a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/dev-templates/embedded.html +++ b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/resources/dev-templates/embedded.html @@ -1,4 +1,23 @@ {#if config:property('kogito.data-index.url') != null} + + Data Index GraphQL UI diff --git a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test-hot-reload/src/test/resources/text-process.bpmn b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test-hot-reload/src/test/resources/text-process.bpmn index bbd982ffbaf..f5c54e7b6bb 100644 --- a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test-hot-reload/src/test/resources/text-process.bpmn +++ b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test-hot-reload/src/test/resources/text-process.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/flexible.bpmn b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/flexible.bpmn index d6f56389e5d..529cde4ec97 100644 --- a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/flexible.bpmn +++ b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/flexible.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/signal.bpmn b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/signal.bpmn index 967e31907cb..30a71b8d23c 100644 --- a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/signal.bpmn +++ b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/com/example/signal.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/org/acme/travels/approval.bpmn b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/org/acme/travels/approval.bpmn index 275d148f7ac..da70dcb93b8 100644 --- a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/org/acme/travels/approval.bpmn +++ b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/org/acme/travels/approval.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/org/acme/travels/scripts.bpmn b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/org/acme/travels/scripts.bpmn index 97a212f2a46..9b546ebf679 100644 --- a/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/org/acme/travels/scripts.bpmn +++ b/quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-integration-test/src/main/resources/org/acme/travels/scripts.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider b/quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider index 9429b784aad..80721ffceed 100644 --- a/quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider +++ b/quarkus/extensions/kogito-quarkus-rules-extension/kogito-quarkus-rules-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.quarkus.rules.deployment.RulesCompilationProvider \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkiverse.asyncapi.generator.input.AsyncApiSpecInputProvider b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkiverse.asyncapi.generator.input.AsyncApiSpecInputProvider index 45cdf4ba110..f85c668d5a9 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkiverse.asyncapi.generator.input.AsyncApiSpecInputProvider +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkiverse.asyncapi.generator.input.AsyncApiSpecInputProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.quarkus.serverless.workflow.asyncapi.WorkflowAsyncApiSpecInputProvider \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkiverse.openapi.generator.deployment.codegen.OpenApiSpecInputProvider b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkiverse.openapi.generator.deployment.codegen.OpenApiSpecInputProvider index b88bd7c0a89..010d52e9f5a 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkiverse.openapi.generator.deployment.codegen.OpenApiSpecInputProvider +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkiverse.openapi.generator.deployment.codegen.OpenApiSpecInputProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.quarkus.serverless.workflow.openapi.WorkflowOpenApiSpecInputProvider \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.CodeGenProvider b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.CodeGenProvider index cba79f74680..b3548654b66 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.CodeGenProvider +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.CodeGenProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.quarkus.serverless.workflow.rpc.WorkflowRPCCodeGenProvider \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider index 9e736a1def7..9e7a19d424a 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/io.quarkus.deployment.dev.CompilationProvider @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.quarkus.serverless.workflow.deployment.ServerlessWorkflowCompilationProvider \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadableCodeGenProvider b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadableCodeGenProvider index 6bf1e19518e..8e5557ace6d 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadableCodeGenProvider +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/META-INF/services/org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadableCodeGenProvider @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadableAsyncApiGeneratorStreamCodeGen org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadableOpenApiGeneratorStreamCodeGen org.kie.kogito.quarkus.serverless.workflow.deployment.livereload.LiveReloadableWorkflowRPCCodeGenProvider \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/dev-templates/dataindex.html b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/dev-templates/dataindex.html index 8b76eeba9b5..0487d8b683d 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/dev-templates/dataindex.html +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/dev-templates/dataindex.html @@ -7,6 +7,25 @@ {/style} {#title}Data Index GraphQL UI{/title} {#body} + +
diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/dev-templates/embedded.html b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/dev-templates/embedded.html index 2f4bde48b61..6611419599c 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/dev-templates/embedded.html +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-deployment/src/main/resources/dev-templates/embedded.html @@ -1,4 +1,23 @@ {#if config:property('kogito.data-index.url') != null} + + Data Index GraphQL UI diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/proto/greeting.proto b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/proto/greeting.proto index d4cb5327727..e0f378bbbb0 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/proto/greeting.proto +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/proto/greeting.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; option java_package="org.kie.kogito.quarkus.serverless.workflow.deployment.livereload"; diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/resources/application.properties b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/resources/application.properties index d8481d844b2..5815b8cb772 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/resources/application.properties +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/resources/application.properties @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + quarkus.smallrye-openapi.management.enabled=true \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/.gitignore b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/.gitignore index c5ea2a553a8..203c7bec292 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/.gitignore +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + src/main/resources/shared \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/pom.xml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/pom.xml index f6aa9af515b..bb0da68a8fb 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/pom.xml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionNamespace b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionNamespace index 424df25efbc..5c85f4f7eb8 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionNamespace +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionNamespace @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.workflows.services.DummyAnsibleCustomFunction \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler index 3adfb7be7b3..6907fe95d0d 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.parser.FunctionTypeHandler @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.workflows.services.DummyAnsibleCustomType org.kie.kogito.workflows.services.DummyRPCCustomType \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/application.properties b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/application.properties index ba20b794de0..bff2cf96b0a 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/application.properties +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/application.properties @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + quarkus.kogito.logger.always-include=true quarkus.swagger-ui.always-include=true diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/event-flow.sw.yml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/event-flow.sw.yml index e45fe08c332..4caa9cd742f 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/event-flow.sw.yml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/event-flow.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: EventFlow1 name: event flow 1 version: '1.0' diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/event-flow2.sw.yml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/event-flow2.sw.yml index 93fa0ddf503..61f8558244b 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/event-flow2.sw.yml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/event-flow2.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: EventFlow2 name: event flow 2 version: '1.0' diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/greeting.proto b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/greeting.proto index 26dd353c60f..1e17e595d65 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/greeting.proto +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/greeting.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; option java_package="org.kie.kogito.examples.sw.greeting"; diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/main-flow.sw.yml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/main-flow.sw.yml index ee17442898e..5aaa7db82ea 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/main-flow.sw.yml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/main-flow.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: MainFlow version: '1.0' specVersion: '0.8' diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/message.proto b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/message.proto index a05bdaf71d2..7164175bb6f 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/message.proto +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/message.proto @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + syntax = "proto3"; option java_package="org.kie.kogito.examples.sw.greeting"; diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/array.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/array.yaml index 14fe0ad7746..233485fd492 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/array.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/array.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/asyncAPI.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/asyncAPI.yaml index 7b39a29ac50..9f0b86e3812 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/asyncAPI.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/asyncAPI.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + asyncapi: '2.0.0' id: 'oneConsumer' info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/callbackResults.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/callbackResults.yaml index a50a2bd9ede..be2797bae7c 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/callbackResults.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/callbackResults.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + asyncapi: '2.0.0' id: 'callbackResults' info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/enum-parameter.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/enum-parameter.yaml index fedc438f159..fd47c8df2a5 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/enum-parameter.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/enum-parameter.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + openapi: 3.0.3 info: title: echo diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/external-service.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/external-service.yaml index b9a90009b32..4fa931c5004 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/external-service.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/external-service.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/multiplication.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/multiplication.yaml index fb63a5e67c3..2ac90f7e750 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/multiplication.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/multiplication.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/subtraction.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/subtraction.yaml index f42a1396f9a..beb8ae59b00 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/subtraction.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/subtraction.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service1.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service1.yaml index 936796a828d..14354fb1536 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service1.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service1.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service2.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service2.yaml index 0dfe3ba07cb..3e1494a6e0f 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service2.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service2.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service3.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service3.yaml index a0a11cd85f4..73b68808105 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service3.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service3.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service4.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service4.yaml index a26ef46af68..009342b97e0 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service4.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service4.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service5.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service5.yaml index 38b0209dcf4..9ca8493ca6d 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service5.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/specs/token-propagation-external-service5.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- openapi: 3.0.3 info: diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow1.sw.yml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow1.sw.yml index ecd5adbcbd3..69b900fcb1a 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow1.sw.yml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow1.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: SubFlow1 version: '1.0' specVersion: '0.8' diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow2.sw.yml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow2.sw.yml index ad9d2de9681..bed0c4ff6f2 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow2.sw.yml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow2.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: SubFlow2 version: '1.0' specVersion: '0.8' diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow3.sw.yml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow3.sw.yml index ffcdb6c602c..35d66c14b46 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow3.sw.yml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources/subflow3.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: SubFlow3 version: '1.0' specVersion: '0.8' diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/test/resources/__snapshots__/ServerlessWorkflowCodestartTest/testContent/src_test_java_ilove_quark_us_GreetTest.java b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/test/resources/__snapshots__/ServerlessWorkflowCodestartTest/testContent/src_test_java_ilove_quark_us_GreetTest.java index 09e49edd1e1..0731472961e 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/test/resources/__snapshots__/ServerlessWorkflowCodestartTest/testContent/src_test_java_ilove_quark_us_GreetTest.java +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/test/resources/__snapshots__/ServerlessWorkflowCodestartTest/testContent/src_test_java_ilove_quark_us_GreetTest.java @@ -1,3 +1,22 @@ +/** +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + package ilove.quark.us; import org.junit.jupiter.api.Test; diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/pom.xml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/pom.xml index e9f5bee77a7..1d27fda2547 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/pom.xml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/pom.xml @@ -1,4 +1,23 @@ + + diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/base/README.tpl.qute.md b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/base/README.tpl.qute.md index f15cc96ff38..566fc58a53e 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/base/README.tpl.qute.md +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/base/README.tpl.qute.md @@ -1,3 +1,22 @@ + + {#include readme-header /} This Kogito Serverless Workflow project contains a sample workflow definition as described in the [Quarkus Kogito guide](https://quarkus.io/guides/kogito). diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/base/src/main/resources/META-INF/resources/index.entry.qute.html b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/base/src/main/resources/META-INF/resources/index.entry.qute.html index b37983d45c4..a3cfa8b6c78 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/base/src/main/resources/META-INF/resources/index.entry.qute.html +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/base/src/main/resources/META-INF/resources/index.entry.qute.html @@ -1,4 +1,23 @@ {#include index-entry /} + +

If the OpenAPI and Swagger UI Quarkus extension is included, the /greet REST endpoint generated from the Serverless Workflow will be fully documented in the Swagger UI here.

\ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/codestart.yml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/codestart.yml index 5ccb0dd630f..17996866a32 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/codestart.yml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/codestart.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + name: sonataflow-quarkus-codestart ref: sonataflow-quarkus type: code diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/java/src/test/java/org/acme/GreetTest.java b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/java/src/test/java/org/acme/GreetTest.java index 0db92f73508..5b8ce2698cf 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/java/src/test/java/org/acme/GreetTest.java +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/java/src/test/java/org/acme/GreetTest.java @@ -1,3 +1,22 @@ +/** +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +*/ + package org.acme; import org.junit.jupiter.api.Test; diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/java/src/test/resources/application.yml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/java/src/test/resources/application.yml index 350b722f2d3..0d0ac89f5d4 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/java/src/test/resources/application.yml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/codestarts/quarkus/sonataflow-quarkus-codestart/java/src/test/resources/application.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + quarkus: http: test-port: 0 \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/beans.xml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/beans.xml index e69de29bb2d..ab538ff6ee1 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/beans.xml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/beans.xml @@ -0,0 +1,38 @@ + + + + diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/quarkus-extension.yaml b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/quarkus-extension.yaml index 4e6caaaee9d..d46d5973b15 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/quarkus-extension.yaml +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/quarkus-extension.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + --- name: SonataFlow Quarkus Extension description: Quarkus Extension to include the SonataFlow engine diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource index f39e8df4c2b..ccec2a70054 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.config.ServerlessWorkflowConfigSource \ No newline at end of file diff --git a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.utils.KogitoProcessContextResolverExtension b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.utils.KogitoProcessContextResolverExtension index d00e17ab303..18bfaa42c03 100644 --- a/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.utils.KogitoProcessContextResolverExtension +++ b/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/src/main/resources/META-INF/services/org.kie.kogito.serverless.workflow.utils.KogitoProcessContextResolverExtension @@ -1 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + org.kie.kogito.serverless.workflow.QuarkusKogitoProcessContextResolver \ No newline at end of file diff --git a/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/META-INF/resources/index.html b/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/META-INF/resources/index.html index a9653272836..ed285a6bffd 100644 --- a/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/META-INF/resources/index.html +++ b/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/META-INF/resources/index.html @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/org/acme/travels/persons.bpmn b/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/org/acme/travels/persons.bpmn index e3df8da64a6..ef0641bafbc 100644 --- a/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/org/acme/travels/persons.bpmn +++ b/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/org/acme/travels/persons.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/org/acme/travels/singaltest.bpmn2 b/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/org/acme/travels/singaltest.bpmn2 index e0e7f55d5dc..b4a0edc8498 100644 --- a/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/org/acme/travels/singaltest.bpmn2 +++ b/quarkus/integration-tests/integration-tests-kogito-plugin/src/it/integration-tests-kogito-plugin-it/src/main/resources/org/acme/travels/singaltest.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/DScoercion.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/DScoercion.dmn index ebcb0f11f9a..d4dba7f7bd5 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/DScoercion.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/DScoercion.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/ElementAtIndex.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/ElementAtIndex.dmn index 917c63bc152..30e754617a5 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/ElementAtIndex.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/ElementAtIndex.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/FaceMask.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/FaceMask.dmn index 571cbfb2939..f80ee888a2b 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/FaceMask.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/FaceMask.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/HospitalStatus.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/HospitalStatus.dmn index 6c4c56022d2..ea7221e21e0 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/HospitalStatus.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/HospitalStatus.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/Hospitals.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/Hospitals.dmn index 3191f774b41..d63de95b37f 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/Hospitals.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/Hospitals.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/OneOfEachType.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/OneOfEachType.dmn index b08363988a8..c76195eca16 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/OneOfEachType.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/OneOfEachType.dmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/StatusService.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/StatusService.dmn index 973a49d373b..751434a1f9a 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/StatusService.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/StatusService.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/basicAdd.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/basicAdd.dmn index 5417ab18a7c..5d82541241a 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/basicAdd.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/basicAdd.dmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/java_function_context.dmn b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/java_function_context.dmn index d4a5a9e614b..a52e87baff4 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/java_function_context.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-decisions/src/main/resources/java_function_context.dmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-gradle/README.md b/quarkus/integration-tests/integration-tests-quarkus-gradle/README.md index dc916f159ed..8b75c6300ea 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-gradle/README.md +++ b/quarkus/integration-tests/integration-tests-quarkus-gradle/README.md @@ -1,3 +1,22 @@ + + Quarkus Gradle Integration Test =============================== diff --git a/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/.gitignore b/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/.gitignore index b2f96e4f427..91886e2401b 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/.gitignore +++ b/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + # Gradle .gradle/ build/ diff --git a/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/build.gradle b/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/build.gradle index 8758bc93b29..7aba25d9855 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/build.gradle +++ b/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/build.gradle @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + plugins { id 'java' id 'io.quarkus' diff --git a/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/settings.gradle b/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/settings.gradle index 0a3c7f5cf46..003e9b8fb8d 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/settings.gradle +++ b/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/settings.gradle @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + pluginManagement { repositories { mavenLocal() diff --git a/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/src/main/resources/org/acme/travels/scripts.bpmn b/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/src/main/resources/org/acme/travels/scripts.bpmn index 97a212f2a46..9b546ebf679 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/src/main/resources/org/acme/travels/scripts.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/src/main/resources/org/acme/travels/scripts.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml b/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml index 2c18ff0c235..f4d07efe08f 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml +++ b/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/PMMLRegression.pmml @@ -1,3 +1,22 @@ + +
diff --git a/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/Traffic Violation.dmn b/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/Traffic Violation.dmn index 296c8ca8bd4..8ee2b431167 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/Traffic Violation.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/Traffic Violation.dmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/test-process.bpmn b/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/test-process.bpmn index debd50adbb7..1a48196c3da 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/test-process.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-norest/src/main/resources/test-process.bpmn @@ -1,4 +1,23 @@ + + + +
diff --git a/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml b/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml index 78db71b89f4..80dc1cb9407 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml +++ b/quarkus/integration-tests/integration-tests-quarkus-predictions/src/main/resources/PMMLTree.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AdHocProcess.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AdHocProcess.bpmn index bc109f3442c..6832503878a 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AdHocProcess.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AdHocProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AsyncWIH.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AsyncWIH.bpmn index 772365730ff..16fc4ce98ec 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AsyncWIH.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/AsyncWIH.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/CustomTask.wid b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/CustomTask.wid index 6e040b5549a..e91c5545afd 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/CustomTask.wid +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/CustomTask.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "CustomTask", 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 98e6ba18d81..cecc79f8d2f 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,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/HelloActivity.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/HelloActivity.bpmn index 4828b097e6f..249e9acf075 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/HelloActivity.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/HelloActivity.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/HelloProcess.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/HelloProcess.bpmn index e399712f86d..2a03f9a4ed0 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/HelloProcess.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/HelloProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/MultipleInstanceEmbeddedSubProcess.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/MultipleInstanceEmbeddedSubProcess.bpmn index aa7899bc7ee..75ac20b1987 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/MultipleInstanceEmbeddedSubProcess.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/MultipleInstanceEmbeddedSubProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/MultipleInstanceSubProcess.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/MultipleInstanceSubProcess.bpmn index 729b3ef243b..cebe573693b 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/MultipleInstanceSubProcess.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/MultipleInstanceSubProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/ParallelProcess.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/ParallelProcess.bpmn index dc315b6a718..f0a608b43cf 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/ParallelProcess.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/ParallelProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/ReusableSubProcessWithServiceTaks.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/ReusableSubProcessWithServiceTaks.bpmn index 2c6da27fb53..cedf65ffa61 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/ReusableSubProcessWithServiceTaks.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-processes-persistence-common/src/main/resources/ReusableSubProcessWithServiceTaks.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-filesystem/.gitignore b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-filesystem/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-filesystem/.gitignore +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-filesystem/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-infinispan/.gitignore b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-infinispan/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-infinispan/.gitignore +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-infinispan/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-jdbc/.gitignore b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-jdbc/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-jdbc/.gitignore +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-jdbc/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-kafka-persistence/.gitignore b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-kafka-persistence/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-kafka-persistence/.gitignore +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-kafka-persistence/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-mongodb/.gitignore b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-mongodb/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-mongodb/.gitignore +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-mongodb/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-postgresql/.gitignore b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-postgresql/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-postgresql/.gitignore +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-persistence/integration-tests-quarkus-processes-postgresql/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/main/resources/META-INF/processSVG/approvals.svg b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/main/resources/META-INF/processSVG/approvals.svg index 1255507f87b..6503bb1a3db 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/main/resources/META-INF/processSVG/approvals.svg +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/main/resources/META-INF/processSVG/approvals.svg @@ -1 +1,20 @@ -EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file + + + EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/main/resources/approval.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/main/resources/approval.bpmn index 275d148f7ac..da70dcb93b8 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/main/resources/approval.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/main/resources/approval.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/test/resources/processSVG/approvals-expected.svg b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/test/resources/processSVG/approvals-expected.svg index 1255507f87b..6503bb1a3db 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/test/resources/processSVG/approvals-expected.svg +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/test/resources/processSVG/approvals-expected.svg @@ -1 +1,20 @@ -EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file + + + EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/test/resources/processSVG/approvals-instance-expected.svg b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/test/resources/processSVG/approvals-instance-expected.svg index c0d4419cb6f..d1bff4f73bd 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/test/resources/processSVG/approvals-instance-expected.svg +++ b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/src/test/resources/processSVG/approvals-instance-expected.svg @@ -1 +1,21 @@ -EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file + + + + EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file 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 20370a95693..207ad199ce1 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,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocProcess.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocProcess.bpmn index 3632b1e4d99..8eedec156d2 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocProcess.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/AdHocProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/BPMN2GatewayFEEL.bpmn2 b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/BPMN2GatewayFEEL.bpmn2 index fb4e0b6d3c0..50f534872d3 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/BPMN2GatewayFEEL.bpmn2 +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/BPMN2GatewayFEEL.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/META-INF/processSVG/approvals.svg b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/META-INF/processSVG/approvals.svg index 1255507f87b..6503bb1a3db 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/META-INF/processSVG/approvals.svg +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/META-INF/processSVG/approvals.svg @@ -1 +1,20 @@ -EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file + + + EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleThrowLinkProcess.bpmn2 b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleThrowLinkProcess.bpmn2 index 1d7aac84c48..6a136682ab9 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleThrowLinkProcess.bpmn2 +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleThrowLinkProcess.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleTimerInstancesBoundaryTimerEvent.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleTimerInstancesBoundaryTimerEvent.bpmn index 29ceaaa4a80..0e23c8cd405 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleTimerInstancesBoundaryTimerEvent.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleTimerInstancesBoundaryTimerEvent.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleTimerInstancesTimerEvent.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleTimerInstancesTimerEvent.bpmn index 7fc09689c3b..ef24bc91246 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleTimerInstancesTimerEvent.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/MultipleTimerInstancesTimerEvent.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/SimpleLinkTest.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/SimpleLinkTest.bpmn index 4e585f3bd22..dabd65583a9 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/SimpleLinkTest.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/SimpleLinkTest.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/StartSignalEventStringPayload.bpmn2 b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/StartSignalEventStringPayload.bpmn2 index ac88171edc2..bef9da0a346 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/StartSignalEventStringPayload.bpmn2 +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/StartSignalEventStringPayload.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/approval.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/approval.bpmn index 275d148f7ac..da70dcb93b8 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/approval.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/approval.bpmn @@ -1,4 +1,23 @@ + + 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 33d823deab3..aa42fb1a664 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,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/error-handling.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/error-handling.bpmn index d5fc9662af1..2b9dae48c80 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/error-handling.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/error-handling.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/exce-proc.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/exce-proc.bpmn index 43735f507bf..612db796c5e 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/exce-proc.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/exce-proc.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/handle-approvals.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/handle-approvals.bpmn index 09a77bf02ae..b3901f292fd 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/handle-approvals.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/handle-approvals.bpmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/handle-travellers.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/handle-travellers.bpmn index cce51f9ba4b..1f4ad1a6e72 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/handle-travellers.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/handle-travellers.bpmn @@ -1,3 +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 db38ef288f1..0ef685eede4 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,3 +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 10d1f5d6b72..e1c6b95f86a 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,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/ping_message.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/ping_message.bpmn index 3c589b1d02d..e91bb189c90 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/ping_message.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/ping_message.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/pong_message.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/pong_message.bpmn index 5e10d4c884c..cac26ee6b9f 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/pong_message.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/pong_message.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/process-parent.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/process-parent.bpmn index 28e59f198be..873a7efc7ec 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/process-parent.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/process-parent.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/process-subprocess.bpmn b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/process-subprocess.bpmn index 68e50592d8f..ce4c0e8270f 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/process-subprocess.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/process-subprocess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/saga-error-handling.bpmn2 b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/saga-error-handling.bpmn2 index fcdebc01440..89df47591e2 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/saga-error-handling.bpmn2 +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/saga-error-handling.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/singaltest.bpmn2 b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/singaltest.bpmn2 index 3c67eb2587e..8866972af72 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/singaltest.bpmn2 +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/singaltest.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/test/resources/processSVG/approvals-expected.svg b/quarkus/integration-tests/integration-tests-quarkus-processes/src/test/resources/processSVG/approvals-expected.svg index 1255507f87b..6503bb1a3db 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/test/resources/processSVG/approvals-expected.svg +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/test/resources/processSVG/approvals-expected.svg @@ -1 +1,20 @@ -EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file + + + EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file diff --git a/quarkus/integration-tests/integration-tests-quarkus-processes/src/test/resources/processSVG/approvals-instance-expected.svg b/quarkus/integration-tests/integration-tests-quarkus-processes/src/test/resources/processSVG/approvals-instance-expected.svg index c0d4419cb6f..d1bff4f73bd 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-processes/src/test/resources/processSVG/approvals-instance-expected.svg +++ b/quarkus/integration-tests/integration-tests-quarkus-processes/src/test/resources/processSVG/approvals-instance-expected.svg @@ -1 +1,21 @@ -EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file + + + + EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file diff --git a/quarkus/integration-tests/integration-tests-quarkus-resteasy-classic/src/main/resources/a.dmn b/quarkus/integration-tests/integration-tests-quarkus-resteasy-classic/src/main/resources/a.dmn index 955d558972f..f19a7b87655 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-resteasy-classic/src/main/resources/a.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-resteasy-classic/src/main/resources/a.dmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-resteasy-reactive/src/main/resources/a.dmn b/quarkus/integration-tests/integration-tests-quarkus-resteasy-reactive/src/main/resources/a.dmn index 955d558972f..f19a7b87655 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-resteasy-reactive/src/main/resources/a.dmn +++ b/quarkus/integration-tests/integration-tests-quarkus-resteasy-reactive/src/main/resources/a.dmn @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/approval.bpmn b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/approval.bpmn index 923310e3bd9..4e92989943e 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/approval.bpmn +++ b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/approval.bpmn @@ -1,3 +1,22 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/orderItems.bpmn2 b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/orderItems.bpmn2 index 9a3df852b42..7194babd5df 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/orderItems.bpmn2 +++ b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/orderItems.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/orders.bpmn2 b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/orders.bpmn2 index 71e4146d37a..da22f7da94c 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/orders.bpmn2 +++ b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/orders.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/yamlgreet.sw.yaml b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/yamlgreet.sw.yaml index 7d4d913b325..62f3d9d0921 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/yamlgreet.sw.yaml +++ b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/yamlgreet.sw.yaml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: yamlgreet version: '1.0' name: Greeting workflow diff --git a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/ymlgreet.sw.yml b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/ymlgreet.sw.yml index b2b1b449941..7db4c84dfb9 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/ymlgreet.sw.yml +++ b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/main/resources/org/kie/kogito/examples/ymlgreet.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: ymlgreet version: '1.0' name: Greeting workflow diff --git a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/test/java/org/kie/kogito/integrationtests/quarkus/source/files/SourceFilesAddOnIT.java b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/test/java/org/kie/kogito/integrationtests/quarkus/source/files/SourceFilesAddOnIT.java index 2bc4b5afa43..841ef63fb4a 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/test/java/org/kie/kogito/integrationtests/quarkus/source/files/SourceFilesAddOnIT.java +++ b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/test/java/org/kie/kogito/integrationtests/quarkus/source/files/SourceFilesAddOnIT.java @@ -113,7 +113,7 @@ void testGetSourceFileFromInternalDirectory() { .get("/management/processes/sources?uri=org/kie/kogito/examples/ymlgreet.sw.yml") .then() .statusCode(200) - .header("Content-Length", "1012"); + .header("Content-Length", "1802"); } @Test diff --git a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/test/resources/ymlgreet-expected.sw.yml b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/test/resources/ymlgreet-expected.sw.yml index b2b1b449941..7db4c84dfb9 100644 --- a/quarkus/integration-tests/integration-tests-quarkus-source-files/src/test/resources/ymlgreet-expected.sw.yml +++ b/quarkus/integration-tests/integration-tests-quarkus-source-files/src/test/resources/ymlgreet-expected.sw.yml @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + id: ymlgreet version: '1.0' name: Greeting workflow diff --git a/springboot/addons/README.md b/springboot/addons/README.md index ca0c597445b..397b4bb7a1f 100644 --- a/springboot/addons/README.md +++ b/springboot/addons/README.md @@ -1,3 +1,22 @@ + + # Kogito Spring Boot Add-ons In this module you will find all the add-ons supported by the community for Spring Boot Kogito projects: diff --git a/springboot/addons/events/kafka/.gitignore b/springboot/addons/events/kafka/.gitignore index 1ca8a75455b..f2aa20d0d44 100755 --- a/springboot/addons/events/kafka/.gitignore +++ b/springboot/addons/events/kafka/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + /target /local /bin diff --git a/springboot/addons/explainability/src/test/resources/Traffic Violation.dmn b/springboot/addons/explainability/src/test/resources/Traffic Violation.dmn index 293ef254d5b..a6f9daac627 100644 --- a/springboot/addons/explainability/src/test/resources/Traffic Violation.dmn +++ b/springboot/addons/explainability/src/test/resources/Traffic Violation.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/addons/jobs/.gitignore b/springboot/addons/jobs/.gitignore index 09322dd7f2a..3f0e39cc766 100644 --- a/springboot/addons/jobs/.gitignore +++ b/springboot/addons/jobs/.gitignore @@ -1,3 +1,22 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + target/ /local diff --git a/springboot/addons/kubernetes/README.md b/springboot/addons/kubernetes/README.md index 3a571a437ae..6b7bf468606 100644 --- a/springboot/addons/kubernetes/README.md +++ b/springboot/addons/kubernetes/README.md @@ -1,3 +1,22 @@ + + # Kogito Spring Boot Kubernetes Add-On See the [main README](../../../addons/common/kubernetes) for a full description and examples of this add-on. diff --git a/springboot/addons/kubernetes/src/test/resources/application.properties b/springboot/addons/kubernetes/src/test/resources/application.properties index 127bc67e5c6..2cebc054ae9 100644 --- a/springboot/addons/kubernetes/src/test/resources/application.properties +++ b/springboot/addons/kubernetes/src/test/resources/application.properties @@ -1,2 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + spring.main.cloud-platform=KUBERNETES spring.cloud.bootstrap.enabled=true \ No newline at end of file diff --git a/springboot/addons/process-svg/src/test/resources/META-INF/processSVG/travels.svg b/springboot/addons/process-svg/src/test/resources/META-INF/processSVG/travels.svg index 55c6d68c630..a17dd1d999b 100644 --- a/springboot/addons/process-svg/src/test/resources/META-INF/processSVG/travels.svg +++ b/springboot/addons/process-svg/src/test/resources/META-INF/processSVG/travels.svg @@ -1,4 +1,22 @@ + diff --git a/springboot/addons/process-svg/src/test/resources/travels-expected.svg b/springboot/addons/process-svg/src/test/resources/travels-expected.svg index 80725895ef5..5d91a7c833c 100644 --- a/springboot/addons/process-svg/src/test/resources/travels-expected.svg +++ b/springboot/addons/process-svg/src/test/resources/travels-expected.svg @@ -1,4 +1,23 @@ - + + + diff --git a/springboot/addons/tracing-decision/src/test/resources/OneOfEachType.dmn b/springboot/addons/tracing-decision/src/test/resources/OneOfEachType.dmn index b08363988a8..c76195eca16 100644 --- a/springboot/addons/tracing-decision/src/test/resources/OneOfEachType.dmn +++ b/springboot/addons/tracing-decision/src/test/resources/OneOfEachType.dmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/addons/tracing-decision/src/test/resources/Traffic Violation.dmn b/springboot/addons/tracing-decision/src/test/resources/Traffic Violation.dmn index 293ef254d5b..a6f9daac627 100644 --- a/springboot/addons/tracing-decision/src/test/resources/Traffic Violation.dmn +++ b/springboot/addons/tracing-decision/src/test/resources/Traffic Violation.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/archetype/README.md b/springboot/archetype/README.md index 2d71d3a5a04..453a70f409d 100644 --- a/springboot/archetype/README.md +++ b/springboot/archetype/README.md @@ -1,3 +1,22 @@ + + # Generate Kogito Project based on Spring Boot runtimes To generate a new project based on Spring Boot, perform the following command: diff --git a/springboot/archetype/src/main/resources/archetype-resources/README.md b/springboot/archetype/src/main/resources/archetype-resources/README.md index ce11df9d145..6391c56777a 100644 --- a/springboot/archetype/src/main/resources/archetype-resources/README.md +++ b/springboot/archetype/src/main/resources/archetype-resources/README.md @@ -1,3 +1,22 @@ + + # ${groupId}.${artifactId} - ${version} # # Running diff --git a/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/TrafficViolation.dmn b/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/TrafficViolation.dmn index 96c6c1bdd3d..bbc9282de27 100644 --- a/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/TrafficViolation.dmn +++ b/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/TrafficViolation.dmn @@ -1,4 +1,22 @@ + diff --git a/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/test-process.bpmn2 b/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/test-process.bpmn2 index 2a360b2dd4c..a218b5587ae 100644 --- a/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/test-process.bpmn2 +++ b/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/test-process.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/springboot/bom/README.md b/springboot/bom/README.md index d08ebf55ac5..d4a8c23e503 100644 --- a/springboot/bom/README.md +++ b/springboot/bom/README.md @@ -1,3 +1,22 @@ + + # Kogito Spring Boot BOM In this module you will find the `kogito-spring-boot-bom` diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/DScoercion.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/DScoercion.dmn index ebcb0f11f9a..d4dba7f7bd5 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/DScoercion.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/DScoercion.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/ElementAtIndex.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/ElementAtIndex.dmn index 917c63bc152..30e754617a5 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/ElementAtIndex.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/ElementAtIndex.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/FaceMask.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/FaceMask.dmn index 571cbfb2939..f80ee888a2b 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/FaceMask.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/FaceMask.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/HospitalStatus.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/HospitalStatus.dmn index 6c4c56022d2..ea7221e21e0 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/HospitalStatus.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/HospitalStatus.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/Hospitals.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/Hospitals.dmn index 3191f774b41..d63de95b37f 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/Hospitals.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/Hospitals.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/OneOfEachType.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/OneOfEachType.dmn index b08363988a8..c76195eca16 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/OneOfEachType.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/OneOfEachType.dmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml index 2c18ff0c235..58d3f9ce67c 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/PMMLRegression.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml index 78db71b89f4..80dc1cb9407 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/PMMLTree.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/StatusService.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/StatusService.dmn index 973a49d373b..751434a1f9a 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/StatusService.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/StatusService.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/basicAdd.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/basicAdd.dmn index 5417ab18a7c..5d82541241a 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/basicAdd.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/basicAdd.dmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/java_function_context.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/java_function_context.dmn index d4a5a9e614b..a52e87baff4 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/java_function_context.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-decisions-it/src/main/resources/java_function_context.dmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/handle-approvals.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/handle-approvals.bpmn index 09a77bf02ae..b3901f292fd 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/handle-approvals.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/handle-approvals.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/ping_message.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/ping_message.bpmn index 5f27fe809a2..3208f0e28bd 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/ping_message.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/ping_message.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/pong_message.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/pong_message.bpmn index 5e10d4c884c..cac26ee6b9f 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/pong_message.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-kafka-it/src/main/resources/pong_message.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml b/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml index 2c18ff0c235..58d3f9ce67c 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml +++ b/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/PMMLRegression.pmml @@ -1,3 +1,23 @@ + + +
diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/Traffic Violation.dmn b/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/Traffic Violation.dmn index 296c8ca8bd4..8ee2b431167 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/Traffic Violation.dmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/Traffic Violation.dmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/test-process.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/test-process.bpmn index debd50adbb7..1a48196c3da 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/test-process.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-norest-it/src/main/resources/test-process.bpmn @@ -1,4 +1,23 @@ + + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/AdHocProcess.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/AdHocProcess.bpmn index 3632b1e4d99..8eedec156d2 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/AdHocProcess.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/AdHocProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/BPMN2GatewayFEEL.bpmn2 b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/BPMN2GatewayFEEL.bpmn2 index fb4e0b6d3c0..50f534872d3 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/BPMN2GatewayFEEL.bpmn2 +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/BPMN2GatewayFEEL.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/META-INF/processSVG/approvals-expected.svg b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/META-INF/processSVG/approvals-expected.svg index c0d4419cb6f..d1bff4f73bd 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/META-INF/processSVG/approvals-expected.svg +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/META-INF/processSVG/approvals-expected.svg @@ -1 +1,21 @@ -EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file + + + + EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/META-INF/processSVG/approvals.svg b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/META-INF/processSVG/approvals.svg index 1255507f87b..6503bb1a3db 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/META-INF/processSVG/approvals.svg +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/META-INF/processSVG/approvals.svg @@ -1 +1,20 @@ -EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file + + + EndStartProcessSecond Line Approval First Line Approval \ No newline at end of file diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/SimpleLinkTest.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/SimpleLinkTest.bpmn index 4e585f3bd22..dabd65583a9 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/SimpleLinkTest.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/SimpleLinkTest.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/StartSignalEventStringPayload.bpmn2 b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/StartSignalEventStringPayload.bpmn2 index ac88171edc2..bef9da0a346 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/StartSignalEventStringPayload.bpmn2 +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/StartSignalEventStringPayload.bpmn2 @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/approval.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/approval.bpmn index 275d148f7ac..da70dcb93b8 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/approval.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/approval.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn index 8484734195c..948744b0332 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/cinema.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn index 3bb09140cdb..a5569e74bc2 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/monitoring.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn index 10d1f5d6b72..e1c6b95f86a 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/multi-instance-task.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/process-parent.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/process-parent.bpmn index ca326bb12a1..54c6bc04d68 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/process-parent.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/process-parent.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/process-subprocess.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/process-subprocess.bpmn index 5526eb97041..66cacf4f5c2 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/process-subprocess.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/process-subprocess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/singaltest.bpmn2 b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/singaltest.bpmn2 index 7f10e948c98..b654650e12d 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/singaltest.bpmn2 +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-it/src/main/resources/singaltest.bpmn2 @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-filesystem/.gitignore b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-filesystem/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-filesystem/.gitignore +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-filesystem/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-infinispan/.gitignore b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-infinispan/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-infinispan/.gitignore +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-infinispan/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-jdbc/.gitignore b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-jdbc/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-jdbc/.gitignore +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-jdbc/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-mongodb/.gitignore b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-mongodb/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-mongodb/.gitignore +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-mongodb/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/AdHocProcess.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/AdHocProcess.bpmn index bc109f3442c..6832503878a 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/AdHocProcess.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/AdHocProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/AsyncWIH.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/AsyncWIH.bpmn index 1e3658cdbce..31e3d8f9458 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/AsyncWIH.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/AsyncWIH.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/CustomTask.wid b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/CustomTask.wid index 6e040b5549a..e91c5545afd 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/CustomTask.wid +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/CustomTask.wid @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT 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" : "CustomTask", diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn index 98e6ba18d81..cecc79f8d2f 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/EmbeddedProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/HelloActivity.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/HelloActivity.bpmn index 4623ab48e1c..1c36784cd17 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/HelloActivity.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/HelloActivity.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/HelloProcess.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/HelloProcess.bpmn index 3d29d7cf6c8..7f881e9a861 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/HelloProcess.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/HelloProcess.bpmn @@ -1,3 +1,22 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/MultipleInstanceEmbeddedSubProcess.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/MultipleInstanceEmbeddedSubProcess.bpmn index 16791ed5dbc..28d1ad7ee82 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/MultipleInstanceEmbeddedSubProcess.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/MultipleInstanceEmbeddedSubProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/MultipleInstanceSubProcess.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/MultipleInstanceSubProcess.bpmn index 6b7037f5a9d..c6a03e01b10 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/MultipleInstanceSubProcess.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/MultipleInstanceSubProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/ParallelProcess.bpmn b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/ParallelProcess.bpmn index dc315b6a718..f0a608b43cf 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/ParallelProcess.bpmn +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/main/resources/ParallelProcess.bpmn @@ -1,4 +1,23 @@ + + diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-postgresql/.gitignore b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-postgresql/.gitignore index 172aadda861..cd27123c4fc 100644 --- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-postgresql/.gitignore +++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-postgresql/.gitignore @@ -1 +1,20 @@ +### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +### + *.bpmn diff --git a/springboot/starters/README.md b/springboot/starters/README.md index 905d7fd5b86..fe5dc236ac5 100644 --- a/springboot/starters/README.md +++ b/springboot/starters/README.md @@ -1,3 +1,22 @@ + + # Kogito Spring Boot Starters In this module you will find all