Skip to content

Vaadin Framework 7.7.54

Latest

Choose a tag to compare

@mlindfors mlindfors released this 11 Sep 18:37
· 373 commits to 7.7 since this release
f5be39f

The Vaadin Framework 7.7.54 is an extended-support release with the following changes:

  • The jsoup version being used has been updated to 1.23.2. This new version will change how it handles self-closing tags for components.
  • Bundle-RequiredExecutionEnvironment has been updated to JavaSE-1.8
  • Made the maximum request body size has been made configurable. This is intended to be an anti-(D)DOS measure.
  • Moved blocking calls outside session lock as a possible deadlock mitigation measure.
  • Made it possible to override ServerRpcHandler creation in PushHandler.