aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/advanced
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-07-26 13:17:03 +0300
committerGitHub <noreply@github.com>2017-07-26 13:17:03 +0300
commiteee5d3a25891579a1b2013a101ca7d185bc174ac (patch)
tree804440b0a2d82344ce5bf27d149429615129aada /documentation/advanced
parentbdb298bfb8c0e1930d0c33d0f5c3fd862e2980d6 (diff)
downloadvaadin-framework-eee5d3a25891579a1b2013a101ca7d185bc174ac.tar.gz
vaadin-framework-eee5d3a25891579a1b2013a101ca7d185bc174ac.zip
Remove warnings about pre-release content in documentation (#9737)
Resolves #9191
Diffstat (limited to 'documentation/advanced')
-rw-r--r--documentation/advanced/advanced-dragndrop.asciidoc2
-rw-r--r--documentation/advanced/advanced-osgi.asciidoc2
2 files changed, 0 insertions, 4 deletions
diff --git a/documentation/advanced/advanced-dragndrop.asciidoc b/documentation/advanced/advanced-dragndrop.asciidoc
index 47f63a74d9..42cd73f33e 100644
--- a/documentation/advanced/advanced-dragndrop.asciidoc
+++ b/documentation/advanced/advanced-dragndrop.asciidoc
@@ -9,8 +9,6 @@ layout: page
((("Drag and Drop", id="term.advanced.dragndrop", range="startofrange")))
-IMPORTANT: This feature is currently being developed and only available in the Framework 8.1 prerelease versions, starting from 8.1.0.alpha1.
-
Dragging an object from one location to another by grabbing it with mouse,
holding the mouse button pressed, and then releasing the button to "drop" it to
the other location is a common way to move, copy, or associate objects. For
diff --git a/documentation/advanced/advanced-osgi.asciidoc b/documentation/advanced/advanced-osgi.asciidoc
index 0f81106f51..5f38bdb3ac 100644
--- a/documentation/advanced/advanced-osgi.asciidoc
+++ b/documentation/advanced/advanced-osgi.asciidoc
@@ -7,8 +7,6 @@ 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.