You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

release-notes.html 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Vaadin Framework @version@</title>
  6. <link rel="stylesheet" type="text/css" href="css/styles.css" />
  7. <!--[if lte IE 6]>
  8. <link rel="stylesheet" type="text/css" href="css/ie.css" />
  9. <![endif]-->
  10. <style type="text/css">
  11. .nested-list ol {
  12. counter-reset: item
  13. }
  14. .nested-list li {
  15. display: block
  16. }
  17. .nested-list li:before {
  18. content: counters(item, ".") ". ";
  19. counter-increment: item
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div id="header">
  25. <h1>Vaadin &ndash; thinking of U and I</h1>
  26. <div id="version">
  27. <strong>Version @version@</strong>
  28. </div>
  29. </div>
  30. <!-- /header -->
  31. <div id="content">
  32. <p>Version @version@ built on @builddate@.</p>
  33. <h2 id="tableofcontents">Release Notes for Vaadin Framework
  34. @version@</h2>
  35. <ul>
  36. <li><a href="#overview">Overview of Vaadin
  37. @version@ Release</a></li>
  38. <li><a href="#changelog">Change Log for Vaadin
  39. @version@</a></li>
  40. <li><a href="#enhancements">Enhancements in Vaadin
  41. @version-minor@</a></li>
  42. <li><a href="#incompatible">Incompatible or Behavior-altering Changes in
  43. @version-minor@</a></li>
  44. <li><a href="#knownissues">Known Issues and Limitations</a></li>
  45. <li><a href="#vaadin">Vaadin Installation</a></li>
  46. <li><a href="#package">Package Contents</a></li>
  47. <li><a href="#migrating">Migrating from Vaadin 6</a></li>
  48. <li><a href="#dependencies">Vaadin @version@
  49. dependencies</a></li>
  50. <li><a href="#upgrading">Upgrading to Vaadin
  51. @version-minor@</a></li>
  52. <li><a href="#supportedversions">Supported
  53. Technologies</a></li>
  54. <li><a href="#vaadinontheweb">Vaadin on the Web</a></li>
  55. </ul>
  56. <h2 id="overview">Overview of Vaadin @version@ Release</h2>
  57. <p>
  58. Vaadin @version@ is a
  59. <!-- feature release that includes -->
  60. pre-release for evaluating
  61. a number of new features and bug fixes, as listed in the <a
  62. href="#enhancements">list of enhancements</a> and <a
  63. href="#changelog">change log</a> below.
  64. </p>
  65. <!-- ================================================================ -->
  66. <h3 id="changelog">Change Log for Vaadin @version@</h3>
  67. <p>This release includes the following closed issues:</p>
  68. <table>
  69. @release-notes-tickets@
  70. <tr><td>&nbsp;</td><td></td></tr>
  71. <tr><td class="fv"><span class="vote">Vote</span></td><td colspan="2" class="pad">Enhancements <a href=" https://vaadin.com/support">Vaadin support</a> users have voted for</td></tr>
  72. <tr><td class="bfp"><span class="bfp">Priority</span></td><td colspan="2" class="pad">Defects <a href=" https://vaadin.com/support">Vaadin support</a> users have prioritized</td></tr>
  73. </table>
  74. <br/>
  75. <p>
  76. You can also view the <a
  77. href="http://dev.vaadin.com/query?status=pending-release&status=released&resolution=fixed&milestone=Vaadin+@version@&order=id">list
  78. of the closed issues</a> at the Vaadin developer's site.
  79. </p>
  80. <h2 id="enhancements">Enhancements in Vaadin @version-minor@</h2>
  81. <p>Vaadin @version-minor@ includes many major and minor
  82. enhancements. Below is a list of the most notable changes:</p>
  83. <ul>
  84. <li>Column reordering using drag and drop in Grid</li>
  85. <li>Column hiding in Grid</li>
  86. <li>Row details support in Grid</li>
  87. <li>JSR 356 WebSocket support has been refactored to improve compatibility with Wildfly and WebLogic</li>
  88. </ul>
  89. <p>
  90. For enhancements introduced in Vaadin 7.4, see the <a
  91. href="http://vaadin.com/download/release/7.4/7.4.0/release-notes.html">Release
  92. Notes for Vaadin 7.4.0</a>.
  93. </p>
  94. <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3>
  95. <ul>
  96. <li>The push path has been changed from /PUSH/ to /PUSH to be compatible with JSR 356.</li>
  97. <li>Widgetset files and other pre-compressed resources are sent as gzip to compatible browsers.
  98. This may interfere with custom response compression solutions that do not respect the Content-Encoding response header.</li>
  99. <li>Unused methods related to the "out of sync" message have been removed from SystemMessages class.</li>
  100. </ul>
  101. <h3 id="knownissues">Known Issues and Limitations</h3>
  102. <ul>
  103. <li>Drag'n'drop in a Table doesn't work on touch devices running
  104. Internet Explorer (Windows Phone, Surface)
  105. (<a href="http://dev.vaadin.com/ticket/13737">#13737</a>)
  106. </li>
  107. <li><p>It is currently not possible to specify <tt>font-size</tt>
  108. as <tt>em</tt> or <tt>%</tt>, or layout component sizes
  109. with <tt>em</tt> (<a
  110. href="http://dev.vaadin.com/ticket/10634">#10634</a>).</p><p>This
  111. does not apply to Valo, but using em sizes to size layouts is discouraged,
  112. because it results in fractional component sizes in many cases, which
  113. might cause unwanted 1px gaps between components.</p>
  114. </li>
  115. <li>Up-to-date information about configuration needed for push and compatibility issues are available in
  116. <a href="https://vaadin.com/wiki/-/wiki/Main/Configuring+push+for+your+environment">this wiki page.</a>
  117. <br />
  118. The most prominent limitations are:
  119. <ul>
  120. <li>HTTP proxies can prevent push requests from working
  121. properly. To mitigate the issues, avoid using streaming
  122. and configure your proxy so it allows response headers
  123. to pass through before the whole response is received.
  124. <a href="http://dev.vaadin.com/ticket/17075">#17075</a>
  125. should make long-polling work seamlessly with all proxies.
  126. </li>
  127. <li>HTTP session can not be invalidated while using
  128. push over websockets on Tomcat 7 (<a href="http://dev.vaadin.com/ticket/11721">#11721</a>)
  129. </li>
  130. <li>Cookies are not available while using websockets (<a
  131. href="http://dev.vaadin.com/ticket/11808">#11808</a>)
  132. </li>
  133. <li>Push is currently not supported in portals (See <a
  134. href="http://dev.vaadin.com/ticket/11493">#11493</a>)
  135. </li>
  136. </ul>
  137. </li>
  138. </ul>
  139. <h2 id="vaadin">Vaadin Installation</h2>
  140. <p>
  141. <b>Vaadin</b> is a Java framework for building modern web
  142. applications that look great, perform well and make you and
  143. your users happy. <b>Vaadin</b> is available under the
  144. Apache License, Version 2.0 (see the
  145. <tt>license.html</tt>
  146. in the Vaadin ZIP or JAR package).
  147. </p>
  148. <p>
  149. The easiest ways to install <b>Vaadin</b> are:
  150. </p>
  151. <ul>
  152. <li>If using Maven, define it as a dependency or use
  153. any of the available archetypes (only <tt>vaadin-application</tt>
  154. is available for Vaadin 7 at the time of this release)
  155. to create a new project
  156. </li>
  157. <li>If using Eclipse, use the Vaadin Plugin for
  158. Eclipse, which automatically downloads the Vaadin
  159. libraries.
  160. </li>
  161. </ul>
  162. <p>
  163. It is also available as a ZIP package downloadable from <a
  164. href="http://vaadin.com/download">Vaadin Download
  165. page</a>.
  166. </p>
  167. <h3 id="package">Package Contents</h3>
  168. <p>Inside the ZIP installation package you will find:</p>
  169. <ul>
  170. <li>Separate server-side (<tt>vaadin-server</tt>) and
  171. client-side (<tt>vaadin-client</tt>, <tt>vaadin-client-compiler</tt>)
  172. development libraries
  173. </li>
  174. <li>Precompiled widget set (<tt>vaadin-client-compiled</tt>)
  175. for server-side development
  176. </li>
  177. <li>Shared library (<tt>vaadin-shared</tt>) for both
  178. server- and client-side libraries
  179. </li>
  180. <li>Built-in themes (<tt>vaadin-themes</tt>)
  181. </li>
  182. <li>Dependency libraries provided under the <tt>lib/</tt>
  183. folder
  184. </li>
  185. </ul>
  186. <p>
  187. See the
  188. <tt>README.TXT</tt>
  189. in the installation package for detailed information about
  190. the package contents. <a href="http://vaadin.com/book">Book
  191. of Vaadin</a> (for Vaadin 7) gives more detailed
  192. instructions.
  193. </p>
  194. <p>
  195. For server-side development, copy the
  196. <tt>vaadin-server</tt>
  197. ,
  198. <tt>vaadin-client-compiled</tt>
  199. ,
  200. <tt>vaadin-shared</tt>
  201. , and
  202. <tt>vaadin-themes</tt>
  203. from the main folder and the dependencies from the
  204. <tt>lib</tt>
  205. folder to the
  206. <tt>WEB-INF/lib</tt>
  207. folder of your Vaadin project. (The
  208. <tt>vaadin-client-compiled</tt>
  209. is necessary if you do not wish to compile the widget set by
  210. your own, which you need to do if you use almost any add-on
  211. components.)
  212. </p>
  213. <h4 id="package.updates">Updates to the Packaging</h4>
  214. <p>
  215. Since Vaadin 7.2.0, the old vaadin-theme-compiler has been moved into
  216. a separate project and renamed to vaadin-sass-compiler. It is now included
  217. along with the other 3rd party dependencies in the ZIP package.
  218. </p>
  219. <p>
  220. For pure client-side development, you only need the
  221. <tt>vaadin-client</tt>
  222. and
  223. <tt>vaadin-client-compiler</tt>
  224. JARs, which should be put to a non-deployed project library
  225. folder, such as
  226. <tt>lib</tt>
  227. . You also need them if you compile the widget set for any
  228. reason, such as using Vaadin add-ons, or create new
  229. server-side components integrated with client-side widgets.
  230. </p>
  231. <h2 id="migrating">Migrating from Vaadin 6</h2>
  232. <p>
  233. All Vaadin 6 applications need some changes when migrating
  234. to Vaadin 7. The most obvious changes are in the
  235. application/window API and require extending either <b>UI</b>
  236. or <b>UI.LegacyApplication</b> instead of <b>Application</b>.
  237. A detailed list of migration changes are given in the <a
  238. href="https://vaadin.com/wiki/-/wiki/Main/Migrating+from+Vaadin+6+to+Vaadin+7">Vaadin
  239. 7 Migration Guide</a>.
  240. </p>
  241. <p>Any custom client-side widgets need to be ported to use
  242. the new client-server communication API, or the Vaadin 6
  243. compatibility API.</p>
  244. <p>
  245. Vaadin 6 add-ons (ones that contain widgets) do not work in
  246. Vaadin 7 - please check the add-ons in <a
  247. href="http://vaadin.com/directory/">Vaadin Directory</a>
  248. for Vaadin 7 support.
  249. </p>
  250. <h2 id="dependencies">Vaadin @version@ Dependencies</h2>
  251. <p>When using Maven, Ivy, Gradle, or other dependency
  252. management system, all Vaadin dependencies are downloaded
  253. automatically. This is also the case when using the Vaadin
  254. Plugin for Eclipse.</p>
  255. <p>
  256. The Vaadin ZIP installation package includes the
  257. dependencies in the
  258. <tt>lib</tt>
  259. subfolder. These need to be copied to the
  260. <tt>WEB-INF/lib</tt>
  261. folder of the web application that uses Vaadin.
  262. </p>
  263. <p>
  264. The dependencies are listed in the <a href="license.html">Licensing
  265. description</a>. Some are explicit dependencies packaged and
  266. distributed as separate JARs, while some are included inside
  267. other libraries.
  268. </p>
  269. <h3>Bean Validation</h3>
  270. <p>
  271. If you use the bean validation feature in Vaadin 7, you need
  272. a Bean Validation API implementation. You need to install
  273. the implementation JAR in the
  274. <tt>WEB-INF/lib</tt>
  275. directory of the web application that uses validation.
  276. </p>
  277. <h2 id="upgrading">Upgrading to Vaadin @version-minor@</h2>
  278. <p>When upgrading from an earlier Vaadin version, you must:
  279. </p>
  280. <ul>
  281. <li>Recompile your classes using the new Vaadin
  282. version. Binary compatibility is only guaranteed for
  283. maintenance releases of Vaadin.</li>
  284. <li>Unless using the precompiled widget set, recompile
  285. your widget set using the new Vaadin version.</li>
  286. </ul>
  287. <p>Remember also to refresh the project in your IDE to
  288. ensure that the new version of everything is in use.</p>
  289. <p>
  290. By using the "
  291. <tt>?debug</tt>
  292. " URL parameter, you can verify that the version of the
  293. servlet, the theme, and the widget set all match.
  294. </p>
  295. <p>
  296. <b>Eclipse</b> users should always check if there is a new
  297. version of the Eclipse Plug-in available. The Eclipse
  298. Plug-in can be used to update the Vaadin version in the
  299. project (Project properties &raquo; Vaadin).
  300. </p>
  301. <p>
  302. <b>Maven</b> users should update the Vaadin dependency
  303. version in the
  304. <tt>pom.xml</tt>
  305. unless it is defined as
  306. <tt>LATEST</tt>
  307. . You must also ensure that the GWT dependency uses the
  308. correct version and recompile your project and your widget
  309. set.
  310. </p>
  311. <p>
  312. <b>Liferay and other portal</b> users must install the
  313. Vaadin libraries in
  314. <t>ROOT/WEB-INF/lib/</b> in the portal (and remove a
  315. possibly obsolete older <tt>vaadin.jar</tt>). Additionally,
  316. the contents of the <tt>vaadin-client-compiled</tt> and <tt>vaadin-themes</tt>
  317. must be extracted to the <tt>ROOT/html/VAADIN</tt> directory
  318. in the Liferay installation. If your portal uses custom
  319. widgets, you can use <a
  320. href="http://vaadin.com/directory#addon/liferay-control-panel-plugin-for-vaadin:vaadin">
  321. Liferay Control Panel for Vaadin</a> for easy widget set compilation.</t>
  322. </p>
  323. <h2 id="gae">
  324. Notes and Limitations for Google App Engine
  325. </h4>
  326. </h2>
  327. <p>The following instructions and limitations apply when you
  328. run a Vaadin application under the Google App Engine.</p>
  329. <ul>
  330. <li>
  331. <p>
  332. Applications must use <b>GAEVaadinServlet</b>
  333. instead of <b>VaadinServlet</b> in
  334. <tt>web.xml</tt>
  335. .
  336. </p>
  337. </li>
  338. <li>
  339. <p>
  340. Session support must be enabled in
  341. <tt>appengine-web.xml</tt>
  342. :
  343. </p> <pre> &lt;sessions-enabled&gt;true&lt;/sessions-enabled&gt;</pre>
  344. </li>
  345. <li>
  346. <p>Avoid using the session for storage, usual App
  347. Engine limitations apply (no synchronization, that
  348. is, unreliable).</p>
  349. </li>
  350. <li>
  351. <p>
  352. Vaadin uses memcache for mutex, the key is of the
  353. form
  354. <tt>_vmutex&lt;sessionid&gt;</tt>
  355. .
  356. </p>
  357. </li>
  358. <li>
  359. <p>
  360. The Vaadin <b>VaadinSession</b> class is serialized
  361. separately into memcache and datastore; the memcache
  362. key is
  363. <tt>_vac&lt;sessionid&gt;</tt>
  364. and the datastore entity kind is
  365. <tt>_vac</tt>
  366. with identifiers of the type
  367. <tt>_vac&lt;sessionid&gt;</tt>
  368. .
  369. </p>
  370. </li>
  371. <li>
  372. <p>
  373. DO NOT update application state when serving an <b>ConnectorResource</b>
  374. (such as <b>ClassResource</b>.<i>getStream()</i>).
  375. </p>
  376. </li>
  377. <li>
  378. <p>The application remains locked during uploads - a
  379. progress bar is not possible</p>
  380. </li>
  381. </ul>
  382. <p>
  383. For other known problems, see open tickets at developer site
  384. <a href="http://dev.vaadin.com/">dev.vaadin.com</a>.
  385. </p>
  386. <h2 id="supportedversions">Supported Technologies</h2>
  387. <p>
  388. Vaadin 7 is compatible with <b>Java 6</b> and newer. Vaadin
  389. 7 is especially supported on the following <b>operating
  390. systems</b>:
  391. </p>
  392. <ul>
  393. <li>Windows</li>
  394. <li>Linux</li>
  395. <li>Mac OS X</li>
  396. </ul>
  397. <p>
  398. Vaadin 7 requires <b>Java Servlet API 2.4</b> but also
  399. supports later versions and should work with any Java
  400. application server that conforms to the standard. The
  401. following <b>application servers</b> are supported:
  402. </p>
  403. <ul>
  404. <li>Apache Tomcat 5-8</li>
  405. <li>Apache TomEE 1</li>
  406. <li>Oracle WebLogic Server 10.3-12</li>
  407. <li>IBM WebSphere Application Server 7-8</li>
  408. <li>JBoss Application Server 4-7</li>
  409. <li>Wildfly 8-9</li>
  410. <li>Jetty 5-9</li>
  411. <li>Glassfish 2-4</li>
  412. </ul>
  413. <p>
  414. Vaadin 7 supports the JSR-286 Portlet specification and all
  415. portals that implement the specification should work. The
  416. following <b>portals</b> are supported:
  417. </p>
  418. <ul>
  419. <li>Liferay Portal 5.2-6</li>
  420. <li>GateIn Portal 3</li>
  421. <li>eXo Platform 3</li>
  422. <li>IBM WebSphere Portal 8</li>
  423. </ul>
  424. <p>
  425. Vaadin also supports <b>Google App Engine</b>.
  426. </p>
  427. <p>
  428. Vaadin @version@ supports the following <b>desktop browsers</b>:
  429. </p>
  430. <ul>
  431. <li>Mozilla Firefox 18-38</li>
  432. <li>Mozilla Firefox 17 ESR, 24 ESR, 31 ESR, 38 ESR</li>
  433. <li>Internet Explorer 8-11</li>
  434. <li>Safari 6-8</li>
  435. <li>Opera 16-29</li>
  436. <li>Google Chrome 23-42</li>
  437. </ul>
  438. <p>
  439. Additionally, Vaadin supports the built-in browsers in the
  440. following <b>mobile operating systems</b>:
  441. </p>
  442. <ul>
  443. <li>iOS 5-8</li>
  444. <li>Android 2.3-5</li>
  445. <li>Windows Phone 8</li>
  446. </ul>
  447. <p>Vaadin SQL Container supports the following databases:</p>
  448. <ul>
  449. <li>HSQLDB</li>
  450. <li>MySQL</li>
  451. <li>MSSQL</li>
  452. <li>Oracle</li>
  453. <li>PostgreSQL</li>
  454. </ul>
  455. <h2 id="vaadinontheweb">Vaadin on the Web</h2>
  456. <ul>
  457. <li><a href="http://vaadin.com">vaadin.com - The
  458. developer portal containing everything you need to
  459. know about Vaadin</a></li>
  460. <li><a href="http://vaadin.com/demo">vaadin.com/demo
  461. - A collection of demos for Vaadin</a></li>
  462. <li><a href="http://vaadin.com/learn">vaadin.com/learn
  463. - Getting started with Vaadin</a></li>
  464. <li><a href="http://vaadin.com/forum">vaadin.com/forum
  465. - Forums for Vaadin related discussions</a></li>
  466. <li><a href="http://vaadin.com/book">vaadin.com/book
  467. - Book of Vaadin - everything you need to know about
  468. Vaadin</a></li>
  469. <li><a href="http://vaadin.com/api">vaadin.com/api
  470. - Online javadocs</a></li>
  471. <li><a href="http://vaadin.com/directory">vaadin.com/directory
  472. - Add-ons for Vaadin</a></li>
  473. <li><a href="http://vaadin.com/pro-tools">vaadin.com/pro-tools
  474. - Commercial tools for Vaadin development</a></li>
  475. <li><a href="http://vaadin.com/support">vaadin.com/support
  476. - Commercial support for Vaadin development </a></li>
  477. <li><a href="http://vaadin.com/services">vaadin.com/services
  478. - Expert services for Vaadin</a></li>
  479. <li><a href="http://vaadin.com/company">vaadin.com/company
  480. - Information about the company behind Vaadin</a></li>
  481. <li><a href="http://dev.vaadin.com">dev.vaadin.com
  482. - Bug tracker</a></li>
  483. <li><a
  484. href="http://dev.vaadin.com/wiki/Vaadin/Development/StartingVaadin7Development">How
  485. to get the source code of Vaadin</a></li>
  486. </ul>
  487. </div>
  488. <!-- /content-->
  489. <div id="footer">
  490. <span class="slogan"><strong>vaadin <em>}></em>
  491. </strong> thinking of U and I<span> <a href="#top">&uarr; Back
  492. to top</a>
  493. </div>
  494. <!-- /footer -->
  495. </body>
  496. </html>
  497. <!-- Keep this comment at the end of the file
  498. Local variables:
  499. mode: xml
  500. sgml-omittag:nil
  501. sgml-shorttag:nil
  502. sgml-namecase-general:nil
  503. sgml-general-insert-case:lower
  504. sgml-minimize-attributes:nil
  505. sgml-always-quote-attributes:t
  506. sgml-indent-step:2
  507. sgml-indent-data:t
  508. sgml-parent-document:nil
  509. sgml-exposed-tags:nil
  510. sgml-local-catalogs:("/etc/sgml/catalog" "/usr/share/xemacs21/xemacs-packages/etc/psgml-dtds/CATALOG")
  511. sgml-local-ecat-files:("ECAT" "~/sgml/ECAT" "/usr/share/sgml/ECAT" "/usr/local/share/sgml/ECAT" "/usr/local/lib/sgml/ECAT")
  512. End:
  513. -->