From 95dc98c5d0e00b6805b590cfda5e0b9200eaea24 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 18 Dec 2009 09:12:28 +0000 Subject: [PATCH] Rewrote the upgrade information and added HttpServletRequestListener+PortletRequestListener information svn changeset:10417/svn branch:6.2 --- WebContent/release-notes.html | 77 +++++++++++++++++------------------ 1 file changed, 37 insertions(+), 40 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 8fcf6343b1..b72d36f126 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -126,8 +126,14 @@ public class ColorPicker extends AbstractField { -
  • HttpServletRequestListener [TODO]
  • -
  • PortletRequestListener [TODO]
  • +
  • HttpServletRequestListener
  • + +
  • PortletRequestListener +
  • Sampler has been updated with many new samples.
  • Enhancements to various components:
  • -
  • Automatic integration tests for the supported servers
  • +
  • Automatic integration tests
  • +
  • Dozens of other small enhancements and bug fixes
  • @@ -150,46 +159,34 @@ widget sets and refresh your project in Eclipse. If you are upgrading from earli 6.2.0, notice that Vaadin 6.2 uses GWT 1.7.0 (included in the installation package). See General Upgrade Notes for more details on upgrading.

    -

    Upgrading Custom Component Projects from Earlier Vaadin 6

    - -

    If you are using custom components (components from other than the -DefaultWidgetSet) from an earlier version of Vaadin 6, you will need to upgrade the -widget set definitions.

    - -

    [TODO]

    +

    Upgrading from an Earlier Vaadin 6 version

    +

    +The widgetsets have been renewed and simplified in Vaadin 6.2 as described above. Existing projects +where custom widgets (a custom widgetset) are used must be migrated when upgrading to Vaadin 6.2. +Projects where the default widgetset is used do not need migration. For most +projects this should be a quite painless upgrade. +

    +

    +For applications where custom widgets are used (also applicable to widget projects):

    +

    +

    +If you are using widgets from another project (typically in a separate JAR file): +

    +

    +

    +If you package a widget set as a JAR for use in other projects: +

    +

    General Upgrade Notes

    -- 2.39.5