From bfec8f89074be865b2bc9fc74ee895efc6f66ad4 Mon Sep 17 00:00:00 2001 From: Markus Koivisto Date: Tue, 10 May 2016 10:42:54 +0300 Subject: Remove guava URL encode dependency Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9 --- all/src/main/templates/release-notes.html | 1 + pom.xml | 1 - server/pom.xml | 2 +- server/src/main/java/com/vaadin/server/BootstrapHandler.java | 12 ++++++++++-- shared/pom.xml | 8 ++------ .../src/test/java/com/vaadin/tests/tb3/AbstractTB3Test.java | 3 +-- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 77cce634f4..437b0d5d00 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -113,6 +113,7 @@
  • Vaadin artifacts no longer bring a transitive dependency to javax.servlet:servlet-api.
  • System properties now override application parameters for settings such as production mode (see above).
  • The return type of BootstrapHandler.getWidgetsetForUI() has changed.
  • +
  • Vaadin shared no longer depends on a custom build of Guava. Any project that depends on Guava as a transitive dependency should use standard Guava.
  • Known Issues and Limitations