diff options
author | Jonni Nakari <jonni@egarden.fi> | 2018-01-19 10:49:52 +0100 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-01-19 11:49:52 +0200 |
commit | 2c3df1adfdecdda7747ec63b00ab4a6c5e1315d3 (patch) | |
tree | 14ae1ed71ccb9179b2e4f1f16a8a5bd3b52f09cd /documentation | |
parent | 8308af91c34b2eec52c4cbaf71d30544844a2400 (diff) | |
download | vaadin-framework-2c3df1adfdecdda7747ec63b00ab4a6c5e1315d3.tar.gz vaadin-framework-2c3df1adfdecdda7747ec63b00ab4a6c5e1315d3.zip |
Vaadin with a capital V (#10548)
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration/migrating-to-vaadin8.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration/migrating-to-vaadin8.asciidoc b/documentation/migration/migrating-to-vaadin8.asciidoc index 3fc60c4127..51abcb009c 100644 --- a/documentation/migration/migrating-to-vaadin8.asciidoc +++ b/documentation/migration/migrating-to-vaadin8.asciidoc @@ -87,7 +87,7 @@ Optionally, if you are using Vaadin Designer or declarative files otherwise, the ==== The Migration Tool -To ease the migration process, the vaadin maven plugin has a target `vaadin:upgrade8` which updates all +To ease the migration process, the Vaadin maven plugin has a target `vaadin:upgrade8` which updates all imports in java files and prefixes in design files to point to the versions in the compatibility packages. This migration tool is available separately at link:https://github.com/vaadin/framework8-migration-tool[]. @@ -98,7 +98,7 @@ For example the compatibility `TextField` is available through the import `impor ==== Widgetset Changes -When using compatibility packages in your project you need to changes references from the default vaadin client side widgetset `com.vaadin.DefaultWidgetSet` to the one containing the compatibility packages `com.vaadin.v7.Vaadin7WidgetSet`, which is available in the vaadin-compatibility-client-compiled maven dependency. +When using compatibility packages in your project you need to changes references from the default Vaadin client side widgetset `com.vaadin.DefaultWidgetSet` to the one containing the compatibility packages `com.vaadin.v7.Vaadin7WidgetSet`, which is available in the vaadin-compatibility-client-compiled maven dependency. Typically, widgetset recompilation will handle this automatically for you, except for the following two cases which should be handled manually: * Your project defines a custom widgetset, in which case you need to make sure `Vaadin7WidgetSet` is inherited |