diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-09-03 10:07:22 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-09-03 10:07:22 +0300 |
commit | ce110b8b060d7c215f69a7e03c24ca80d88da037 (patch) | |
tree | b4209253abf876db9d2233abdba945ae96ae28a8 /server/tests/src/com | |
parent | 261a3ba76a523d7e8d6b717f6f9d67eaef8c901f (diff) | |
parent | 11cdf93fedc9e693468d25092afba8172ce8ebf0 (diff) | |
download | vaadin-framework-ce110b8b060d7c215f69a7e03c24ca80d88da037.tar.gz vaadin-framework-ce110b8b060d7c215f69a7e03c24ca80d88da037.zip |
Merge changes from origin/7.1
d8b0b50 Always unlock the same session instance that was locked (#12481)
e6af0f0 Avoid leaking memory from inherited ThreadLocales. Fixes #12401
f7ee8fb Updated _trackMessageSize based on latest upstream version (#12468)
a24d391 Table ignores Container updates while painting (#12258)
7068d78 The colon in the calendar event caption is now also hideable. Fixes #12460
61dd8f7 Corrected typo in version variable (#12440)
476e0b8 Changed 'feature release' text to maintenance release (#12486)
faa2569 Updated browser versions
831747a Fix regression where empty RTA returns <br> (#12490)
cb8df75 Add deprecation message to unused constant
4c5bb0e Sets the locale in the test case. #12460
11cdf93 Excludes WeakValueMap from the serializable test #12401
Change-Id: Id7eeba06d14518c254ceb01e38e2441967932755
Diffstat (limited to 'server/tests/src/com')
-rw-r--r-- | server/tests/src/com/vaadin/tests/server/TestClassesSerializable.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/src/com/vaadin/tests/server/TestClassesSerializable.java b/server/tests/src/com/vaadin/tests/server/TestClassesSerializable.java index 2a7e456fcb..e5420b8921 100644 --- a/server/tests/src/com/vaadin/tests/server/TestClassesSerializable.java +++ b/server/tests/src/com/vaadin/tests/server/TestClassesSerializable.java @@ -65,6 +65,7 @@ public class TestClassesSerializable extends TestCase { "com\\.vaadin\\.util\\.ConnectorHelper", // "com\\.vaadin\\.server\\.VaadinSession\\$FutureAccess", // "com\\.vaadin\\.external\\..*", // + "com\\.vaadin\\.util\\.WeakValueMap.*", // }; /** |