Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
some methods in ContentLoader currently accept a classpath resource URL, others a file system path for referencing JSON/XML/binary files to load.
for convenience and consistency, all methods should accept both variants, checking for classpath resource first and falling back to file system path if not found.