apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

Fix Kie Flyway execution in Windows #1615

Closed pefernan closed 2 weeks ago

pefernan commented 2 weeks ago

Kie Flyway isn't able to initialize DB's in windows machines. DefaultKieModuleFlywayConfigLoader uses the File.separator to define the kie-flyway.properties descriptors location in the ClassLoader. In windows, the location is invalid and it's not able to find any resource.