This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0bc3ca7 Automatic website deployment
0bc3ca7 is described below
commit 0bc3ca757c045f0bf3cd4783f7cc69b41c2de27e
Author: jenkins <[email protected]>
AuthorDate: Sat Dec 21 09:24:56 2019 +0000
Automatic website deployment
---
documentation/bundles/installer-provider-installhook.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/documentation/bundles/installer-provider-installhook.html
b/documentation/bundles/installer-provider-installhook.html
index 6e0a46a..62977ac 100644
--- a/documentation/bundles/installer-provider-installhook.html
+++ b/documentation/bundles/installer-provider-installhook.html
@@ -116,6 +116,7 @@
</nav><script src='/res/jquery-3.2.1.min.js'
type='text/javascript'></script><script src='/res/tocjs-1-1-2.js'
type='text/javascript'></script><script
type='text/javascript'>$(document).ready(function() {
$('#generatedToC').toc({'selector':'h1[class!=title],h2,h3','ulClass':'menu-list'});
} );</script><div class="content is-marginless">
<div class="row"><div><section><h2><a href="#overview"
name="overview">Overview</a></h2>
<p>The Installer Vault Package Install Hook allows to install bundles and
configurations synchronously during vault package installation by feeding them
directly to the <a href="/documentation/bundles/osgi-installer.html">OSGI
installer core</a>. That way <a
href="http://jackrabbit.apache.org/filevault/properties.html">vault package
dependencies</a> can be used to not only depend on content of a package, but
also on configurations and bundles contained in a package (the installer
install [...]
+<p>NOTE: When using with a package that should be usable in both the <a
href="https://sling.apache.org/documentation/development/feature-model.html">Feature
Model</a> and <a
href="https://sling.apache.org/documentation/development/slingstart.html">Provisioning
Model</a> (and the <a
href="https://sling.apache.org/documentation/bundles/osgi-installer.html">OSGi
installer</a>, ensure you use version 1.1.0 of this hook that will auto-detect
its environment and only become active when the OSG [...]
<h2><a href="#installation-process" name="installation-process">Installation
Process</a></h2>
<p>The Installer Vault Package Install Hook scans through the contained files
and installs bundles (extension <code>jar</code>) and OSGi configurations with
extension <code>config</code> (<code>conf</code> and node configurations are
not supported). Runmode folders (e.g. <code>install.publish</code> or
<code>config.author</code>) are supported. To perform the installation, the
hook registers the installable resources to the OSGi installer core with the
exact same digest as the JCR instal [...]
<h2><a href="#configuration" name="configuration">Configuration</a></h2>
@@ -135,7 +136,7 @@
<artifactItem>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.installer.provider.installhook</artifactId>
- <version>1.0.4</version>
+ <version>1.1.0</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/vault-work/META-INF/vault/hooks</outputDirectory>
@@ -176,7 +177,7 @@
</tr>
<tr>
<td><code>installhook.installer.class</code> </td>
-
<td><code>org.apache.sling.installer.provider.installhook.OsgiInstallerHook</code>
</td>
+
<td><code>org.apache.sling.installer.provider.installhook.OsgiInstallerHookOsgiInstallerHookEntry</code>
</td>
<td>Alternative to including the hook in package, however then the
bundle <code>org.apache.sling.installer.provider.installhook</code> needs to be
installed as prerequisite </td>
</tr>
</tbody>
@@ -187,7 +188,7 @@
</div><footer class="footer">
<div class="content has-text-centered is-small">
<div class="revisionInfo">
- Last modified by <span
class="author">georg.henzler</span> on <span class="comment">Mon Nov 12
16:40:05 2018 +0100</span>
+ Last modified by <span
class="author">georg.henzler</span> on <span class="comment">Sat Dec 21
10:22:35 2019 +0100</span>
</div> <p>
Apache Sling, Sling, Apache, the Apache feather logo,
and the Apache Sling project logo are trademarks of The Apache Software
Foundation. All other marks mentioned may be trademarks or registered
trademarks of their respective owners.
</p><p>