You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2018/11/09 09:38:37 UTC

[sling-org-apache-sling-installer-provider-installhook] branch master updated (48b76a4 -> 887d30f)

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

ghenzler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-installhook.git.


    from 48b76a4  [maven-release-plugin] prepare for next development iteration
     add b6e00c2  SLING-8083 avoid ClassNotFoundExceptions, take infoProvider.getInstallationState().getInstalledResources() into account
     new 887d30f  Merge pull request #1 from apache/bugfix/SLING-8083-avoid-exceptions-in-log-and-use-installation-state

The 1 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:
 .../provider/installhook/OsgiInstallerHook.java    | 18 +++++++++---
 .../installhook/OsgiInstallerListener.java         | 34 +++++++++++++++++-----
 2 files changed, 41 insertions(+), 11 deletions(-)


[sling-org-apache-sling-installer-provider-installhook] 01/01: Merge pull request #1 from apache/bugfix/SLING-8083-avoid-exceptions-in-log-and-use-installation-state

Posted by gh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ghenzler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-installhook.git

commit 887d30fcba1099e82a41d02e0dd9485e2dd1539c
Merge: 48b76a4 b6e00c2
Author: Georg Henzler <gh...@users.noreply.github.com>
AuthorDate: Fri Nov 9 10:38:33 2018 +0100

    Merge pull request #1 from apache/bugfix/SLING-8083-avoid-exceptions-in-log-and-use-installation-state
    
    SLING-8083 avoid ClassNotFoundExceptions, take infoProvider.getInstallationState().getInstalledResources() into account

 .../provider/installhook/OsgiInstallerHook.java    | 18 +++++++++---
 .../installhook/OsgiInstallerListener.java         | 34 +++++++++++++++++-----
 2 files changed, 41 insertions(+), 11 deletions(-)