summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/util/CurrentInstance.java
Commit message (Expand)AuthorAgeFilesLines
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-311-2/+2
* Optimize CurrentInstance.set(UI) and .set(VaadinSession). (#14220)Fabian Lange2014-07-141-54/+40
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
* Added a comment that hopefully explains the NULL_OBJECT #12509Jonatan Kronqvist2013-09-091-0/+16
* Allow storing and restoring null instances in CurrentInstance #125097.1.5Jonatan Kronqvist2013-09-091-7/+24
* Protect CurrentInstance instances from garbage collection (#12509)Leif Åstrand2013-09-051-6/+74
* Avoid leaking memory from inherited ThreadLocales. Fixes #12401Jonatan Kronqvist2013-09-021-1/+1
* Remove ThreadLocal references from CurrentInstance (#11914)Leif Åstrand2013-05-281-12/+22
* Define how CurrentInstance works with access() (#11897)Leif Åstrand2013-05-281-7/+39
* Derive current servlet/portlet from the current service (#11779)Leif Åstrand2013-05-211-26/+0
* Fixed minimal (empty hashmap) memory leak on redeploy (#9993)Artur Signell2013-04-031-9/+26
* Convenience methods for running code in the UI or VaadinSession context (#11219)Artur Signell2013-03-281-1/+105
* Ensure all server and shared classes are serializable (#10735)Henri Sara2013-01-151-1/+2
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Unify ThreadLocal handling (#9469)Leif Åstrand2012-09-051-0/+131