apache / incubator-kie-kogito-examples

Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
260 stars 388 forks source link

onboarding-example/hr broken on Windows due to comma in path. #835

Closed kharus closed 3 years ago

kharus commented 3 years ago

Can't run onboarding-example/hr on Windows

mvn clean package quarkus:dev gives stack trace. Root cause looks like


Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 60: META-INF/resources/monitoring/dashboards/domain-dashboard-hr:1.9.1.Final-Department.json```
r00ta commented 3 years ago

Hi @kharus . The problem is very clear, thank you for reporting this! I'll make a PR to fix this today

r00ta commented 3 years ago

https://issues.redhat.com/browse/KOGITO-5660