Hide Forgot
Description of problem: Following line contains property name that is no longer correct (org.kie.nio.git.daemon.enabled), it should be renamed to org.uberfire.nio.git.daemon.enabled. https://github.com/droolsjbpm/drools-wb/blob/6.0.x/drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/Jcr2VfsMigrationApp.java#L73 It is a trivial fix, but since the 6.0.x branch should contain only 3 acked BZs, I am creating this BZ. I will sent a PR right away. Please merge it once the BZ has all acks. Version-Release number of selected component (if applicable): 6.0.0-ER5 (+ community master and 6.0.x)
PR with the fix https://github.com/droolsjbpm/drools-wb/pull/4. Once acked please merge it into 6.0.x and also cherry-pick into master.
Done the PR merge. Commits: https://github.com/droolsjbpm/drools-wb/commit/5abefd89ed195a96275b16b87ba53ff601ffbaa5
Verified fixed in 6.0.0-ER7.