You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2019/06/17 12:43:54 UTC

[sling-org-apache-sling-commons-fsclassloader] branch master updated (ba21792 -> 97d73c1)

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-fsclassloader.git.


    from ba21792  Updating badges for org-apache-sling-commons-fsclassloader
     new 841b24d  SLING-8495 - Make FSClassLoader its cache location root directory configurable
     new e3e00ce  SLING-8495 - MalformedURLException is no longer needed
     new 97d73c1  Merge pull request #1 from krystiannowak/master

The 52 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../CacheLocationUtils.java}                       | 24 ++++++++++--
 .../impl/FSClassLoaderComponentConfig.java         | 43 ++++++++++++++++++++++
 .../fsclassloader/impl/FSClassLoaderMBeanImpl.java | 10 ++---
 .../fsclassloader/impl/FSClassLoaderProvider.java  | 11 ++++--
 .../impl/FSClassLoaderWebConsole.java              |  7 ++--
 5 files changed, 79 insertions(+), 16 deletions(-)
 copy src/main/java/org/apache/sling/commons/fsclassloader/{package-info.java => impl/CacheLocationUtils.java} (53%)
 create mode 100644 src/main/java/org/apache/sling/commons/fsclassloader/impl/FSClassLoaderComponentConfig.java