]> source.dussan.org Git - vaadin-framework.git/commit
Fix serialization with ApplicationRunnerServlet
authorLeif Åstrand <leif@vaadin.com>
Tue, 30 Dec 2014 08:22:44 +0000 (10:22 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 7 Jan 2015 08:09:32 +0000 (08:09 +0000)
commitc0b90c7e3aed4b283d6202ee6cee764631540100
treeea7ecd51668498f722269cfa547deef1ce9fb9d5
parent0c9625d05c829a66b2b42fb5c3f14384d8c0f4a8
Fix serialization with ApplicationRunnerServlet

Make the InvocationHandler used by the DeploymentConfiguration proxying
feature serializable. Also make findDeploymentConfiguration static to
avoid serializing an ApplicatinRunnerServlet instance.

Change-Id: I360276ae42a875e9227df34e8aabf8ce2a697bc2
uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
uitest/src/com/vaadin/tests/components/ui/UISerializationTest.java