summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-04-27 13:31:38 +0300
committerIlia Motornyi <elmot@vaadin.com>2017-04-27 13:31:38 +0300
commita1d5d964815cd2acc7516be73d0649c87070e3fd (patch)
treed6db41b496897a5ba730a45b7b0a0e262375e815
parent254ee79c1d7304a5e2264d45ec094ce42b64ccf3 (diff)
downloadvaadin-framework-a1d5d964815cd2acc7516be73d0649c87070e3fd.tar.gz
vaadin-framework-a1d5d964815cd2acc7516be73d0649c87070e3fd.zip
Add documentation pre-release disclaimer for OSGi
-rw-r--r--documentation/advanced/advanced-osgi.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/advanced/advanced-osgi.asciidoc b/documentation/advanced/advanced-osgi.asciidoc
index 4c3cb49c4d..490ff6eda7 100644
--- a/documentation/advanced/advanced-osgi.asciidoc
+++ b/documentation/advanced/advanced-osgi.asciidoc
@@ -7,6 +7,8 @@ layout: page
[[advanced.osgi]]
= Vaadin OSGi Support
+IMPORTANT: The OSGi support as described here is currently being developed and only available in the Framework 8.1 prerelease versions, starting from 8.1.0.beta1.
+
Vaadin applications can be deployed on an OSGi compatible servlet container, or on Liferay 7 as OSGi portlets.
An OSGi application typically consists of multiple bundles that can be deployed separately. Multiple versions of each bundle can be present, and the OSGi runtime resolves their dependencies at run-time based on bundle manifests.