diff options
author | Markus Koivisto <markus@vaadin.com> | 2016-05-10 10:42:54 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-05-11 11:04:16 +0000 |
commit | bfec8f89074be865b2bc9fc74ee895efc6f66ad4 (patch) | |
tree | 494f662a478247f3499b42c115d70d198fbd105b /all | |
parent | 091b46e706b091b7da1ddb19753c9cdf61b5cb46 (diff) | |
download | vaadin-framework-bfec8f89074be865b2bc9fc74ee895efc6f66ad4.tar.gz vaadin-framework-bfec8f89074be865b2bc9fc74ee895efc6f66ad4.zip |
Remove guava URL encode dependency
Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 1 insertions, 0 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 @@ <li>Vaadin artifacts no longer bring a transitive dependency to javax.servlet:servlet-api.</li> <li>System properties now override application parameters for settings such as production mode (see above).</li> <li>The return type of BootstrapHandler.getWidgetsetForUI() has changed.</li> + <li>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.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |