ricardozanini commented on issue #2068: URL: https://github.com/apache/incubator-kie-kogito-examples/issues/2068#issuecomment-2671725218
@domhanak @sukiseka it seems to be a problem on how the runtime engine is handling paths on Windows: > Caused by: java.lang.IllegalArgumentException: Illegal character in opaque part at index 2: C:\incubator-kie-kogito-examples\serverless-workflow-examples\serverless-workflow-temperature-conversion\conversion-workflow\src\main\resources\fahrenheit-to-celsius.sw.json @fjtirado see: > at org.kie.kogito.serverless.workflow.utils.ServerlessWorkflowUtils.getBaseURI (ServerlessWorkflowUtils.java:145) I think we should handle this with `Paths` instead. Can you take a look? -- 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]
