Upgrade from 3.4.2 to 3.5.5 includeAll issues

Hello,
We are using liquibase in dev and production enviorments and right now we tried to upgrade from 3.4.2 to 3.5.5. The big game breaking issue that we hit on is that for some reason when starting to boot up our app using spring, the liquibase bean fails to find the xml.files from a folder specified with the “includeAll” tag.
The error that we receive is “liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: Could not find directory or directory was empty for includeAll”

Anybody got any hints on this?