]> source.dussan.org Git - vaadin-framework.git/commitdiff
Mention removed ThreadLocal.setInheritable in release notes (#8466)
authorLeif Åstrand <legioth@gmail.com>
Tue, 7 Feb 2017 08:22:44 +0000 (10:22 +0200)
committerHenri Sara <henri.sara@gmail.com>
Tue, 7 Feb 2017 08:22:44 +0000 (10:22 +0200)
Fixes vaadin/framework8-issues#594

all/src/main/templates/release-notes.html

index f5ba131990ea9ea88904871e4e1229950eca8464..7faa0ed163c8234e00c77fdc5ff1cf22c1626efb 100644 (file)
             <li><tt>SharedState</tt> and the getter methods for it have been added to each component, regardless of whether those are used for anything or not</li>
             <li>The old liferay theme (Liferay 6.0 look) has been removed</li>
             <li>FontAwesome icon constants have been deprecated, and will not be updated. It is replaced with <a href="https://vaadin.com/icons">Vaadin Icons</a> that are included in the Framework</li>
+            <li>It is no longer possible to configure a <tt>CurrentInstance</tt> to be automatically inherited into spawned threads.</li>
         </ul>
         <ul><h4>Component specific API changes</h4>
             <li><tt>setDescription(String)</tt> now renders tooltip as inner text by default, instead of HTML. HTML can be still used by using <tt>setDescription(String, ContentMode)</tt></li>