I've just recently run into an issue upgrading an existing codebase (that was using 0.9.3.9 castor) to using 0.9.6 The issue seems to be that the Mapping.loadMapping() at one point in time, took in comma-seperated values of the mapping files. Can anyone confirm this?
The code that's using it has a call to loadMapping(file1, file2, file3) I can't seem to obtain javadocs back that far, but I was able to get docs for 0.9.4 and the API for Mapping doesn't seem to have changed that much. Thoughts?

