tkobayas commented on code in PR #3714: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3714#discussion_r1855819304
########## .rat-excludes: ########## @@ -0,0 +1,292 @@ +# .rat-excludes +.rat-excludes +# DISCLAIMER-WIP +DISCLAIMER-WIP +# addons/common/jbpm-usertask-storage-jpa/src/main/resources/META-INF/beans.xml +beans.xml +# addons/common/marshallers/avro/src/main/resources/jsonNode.avsc +jsonNode.avsc +# addons/common/marshallers/avro/src/main/resources/spec.avsc +spec.avsc +# addons/common/marshallers/avro/src/test/avro/pojo.avsc +pojo.avsc +# addons/common/monitoring/prometheus/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/filesystem/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/infinispan/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/jdbc/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/mongodb/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/postgresql/src/main/resources/META-INF/kogito.addon +kogito.addon +# addons/common/persistence/rocksdb/src/main/resources/META-INF/kogito.addon +kogito.addon +# api/kogito-events-core/src/main/resources/META-INF/services/com.fasterxml.jackson.databind.Module +com.fasterxml.jackson.databind.Module +# api/kogito-events-core/src/main/resources/META-INF/services/org.kie.kogito.event.impl.adapter.DataEventAdapter +org.kie.kogito.event.impl.adapter.DataEventAdapter +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMN20.xsd +BPMN20.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/BPMNDI.xsd +BPMNDI.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/DC.xsd +DC.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/DI.xsd +DI.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramDefinition.xsd +DiagramDefinition.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/DiagramInterchange.xsd +DiagramInterchange.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/Semantic.xsd +Semantic.xsd +# jbpm/jbpm-bpmn2/src/main/resources/META-INF/bpsim.xsd +bpsim.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/BPMN20.xsd +BPMN20.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/BPMNDI.xsd +BPMNDI.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/DC.xsd +DC.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/DI.xsd +DI.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/DiagramDefinition.xsd +DiagramDefinition.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/DiagramInterchange.xsd +DiagramInterchange.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/Semantic.xsd +Semantic.xsd +# jbpm/jbpm-bpmn2/src/main/xsd/bpsim.xsd +bpsim.xsd +# jbpm/jbpm-flow/src/main/resources/META-INF/services/org.jbpm.ruleflow.core.factory.provider.NodeFactoryProvider +org.jbpm.ruleflow.core.factory.provider.NodeFactoryProvider +# jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.compiler.canonical.builtin.ReturnValueEvaluatorBuilder +org.jbpm.compiler.canonical.builtin.ReturnValueEvaluatorBuilder +# jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.compiler.canonical.node.NodeVisitorBuilder +org.jbpm.compiler.canonical.node.NodeVisitorBuilder +# jbpm/jbpm-flow-builder/src/main/resources/META-INF/services/org.jbpm.process.builder.transformation.DataTransformerCompiler +org.jbpm.process.builder.transformation.DataTransformerCompiler +# jbpm/jbpm-flow-migration/src/test/resources/META-INF/migration-plan/simple_invalid_migration.invalid +simple_invalid_migration.invalid +# jbpm/jbpm-flow-migration/src/test/resources/META-INF/migration-plan/simple_migration.mpf +simple_migration.mpf +# jbpm/jbpm-flow-migration/src/test/resources/META-INF/migration-plan/simple_migration_version.mpf +simple_migration_version.mpf +# jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/activity/BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn +BPMN2-BoundarySignalEventOnTaskWithTransformation.bpmn Review Comment: I think we can add license headers to `.bpmn` and `.bpmn2`. We may do it in another PR though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
