ctubbsii opened a new pull request, #35:
URL: https://github.com/apache/accumulo-classloaders/pull/35

   * Delete LocalCachingContext and merge functions into CacheUtils for 
managing the download code, and a new URLClassLoaderHelper object to carry the 
URLClassLoader constructor params for the cache loader's Supplier
   * Organize local filesystem cache space into contexts directory and 
resources directory
   * Remove unused ClassPathElement code (only the URL was being used) and use 
File for local filesystem file references where possible, because it's 
confusing to see URL refer to both source URLs and local file system paths
   * Handle the local path being specified in configuration as a URL (so long 
as it uses the file: scheme) or as an absolute file path
   * Parse locations in the JSON as URLs rather than Strings
   * Remove Resource compareTo method (no longer needed for TreeSet, and this 
keeps the code smaller and less to test
   * Move some misc classes to a util package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to