tkobayas commented on PR #6103: URL: https://github.com/apache/incubator-kie-drools/pull/6103#issuecomment-2375588097
Thanks, Mario. GHA kogito-runtimes (and other downstreams): ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jbpm-flow: Compilation failure [ERROR] /home/tkobayas/usr/work/pr6103-mario-KieRuntimeBuilder/kogito-runtimes/jbpm/jbpm-flow/src/main/java/org/jbpm/process/instance/DummyKnowledgeRuntime.java:[65,1] org.jbpm.process.instance.DummyKnowledgeRuntime is not abstract and does not override abstract method <T>execute(org.kie.api.command.Command<T>) in org.kie.api.runtime.CommandExecutor ``` `DummyKnowledgeRuntime` needs to implement `execute` or `CommandExecutor.execute` should have a default implementation. -- 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]
