raml-org / raml-java-parser

(deprecated) A RAML parser based on SnakeYAML written in Java
Other
174 stars 121 forks source link

Add support to ResourceLoaderExtended to allow every resource loader could be cacheable #633

Closed mauriarroqui closed 5 years ago

mauriarroqui commented 5 years ago

The method getUriCallBackParam was add to ResourceLoaderExtended in order to enable that every class that implements this interface could be cached in a ResourceLoaderCache.

Also, all resource loaders were moved to yagi.

Additionally, as ResourceLoaderExtended interface could be used by many external projects, one alternative could be changing java se version to 1.8, and making getUriCallBackParam a default method.