]> source.dussan.org Git - vaadin-framework.git/commit
Appending query param with vaadin version to js files (#12210)
authorFabian Lange <lange.fabian@gmail.com>
Wed, 23 Jul 2014 20:40:35 +0000 (22:40 +0200)
committerVaadin Code Review <review@vaadin.com>
Sun, 11 Jan 2015 15:09:51 +0000 (15:09 +0000)
commit65904ffbdebc861a45c1b504d244d02a12f4561b
treec7e57a8f80a5506f3256d2bee73d52031e724932
parent0f71cf690dacbaacd42a8fa586dd127b73addca1
Appending query param with vaadin version to js files (#12210)

while #7868 is supposed to solve the overall issue, this solves a big
part of the upgrade + cached files issues quickly.
When I use vaadin themes, I have control over how they are included, so
I can add a vaadin version number to it. For the default JS I cannot.

Change-Id: Ica1cddee417946aa32116eb09882a3dc6c2924a6
WebContent/VAADIN/vaadinBootstrap.js
client/src/com/vaadin/client/communication/AtmospherePushConnection.java
client/src/com/vaadin/client/ui/ui/UIConnector.java
server/src/com/vaadin/server/BootstrapHandler.java