Browse Source

Merge branch 'master' into fix-link-readme

fix-link-readme
Tatu Lund 1 year ago
parent
commit
bf15b5b019
No account linked to committer's email address
2 changed files with 31 additions and 0 deletions
  1. 22
    0
      CHANGELOG-VAADIN7.md
  2. 9
    0
      CHANGELOG-VAADIN8.md

+ 22
- 0
CHANGELOG-VAADIN7.md View File

@@ -1,5 +1,27 @@
# Vaadin 7 extended maintenance version changelog

## Vaadin 7.7.34

* Update Jsoup to version 1.15.3


## Vaadin 7.7.33

* Update license metainfo CVDL4
* Update Jetty version for security
* Update license checker to version 1.5.2


## Vaadin 7.7.32

* Update Atmosphere version to 2.2.13.vaadin4

## Vaadin 7.7.31

* Don't serve directories as static files
* Update license checker version to 1.2.2
* Add JNA dependencies for license checker

## Vaadin 7.7.30

* Ensure resize and dragging curtains are removed when a window is closed

+ 9
- 0
CHANGELOG-VAADIN8.md View File

@@ -1,5 +1,14 @@
# Vaadin 8 extended maintenance version changelog

## Vaadin 8.17.0

* Improved hierarchical data container handling, resulting in increased speed and correcting some potential memory leaks.
* Fixed an issue in Grid's MultiSelect mode introduced by performance improvements made to Vaadin 8.16.0 which would erroneously cause a refreshed data item to become selected.
* Fixed an issue introduced in Vaadin 8.15.1's Grid focus stealing fix where the focus stealing prevention would become overly zealous.
* Updated JSoup version from 1.14.3 to 1.15.3. This is a **BREAKING CHANGE** for many projects, as it requires **you** to find all references to `org.jsoup.safety.Whitelist` and replace them with references to `org.jsoup.safety.Safelist`. The API of the two classes is the same; `Safelist` is a drop-in replacement for `Whitelist`. This change was made to all Vaadin versions simultaneously to address [CVE-2022-36033](https://ossindex.sonatype.org/vulnerability/CVE-2022-36033) and keep the dependencies in line for use with [Vaadin MPR](https://vaadin.com/docs/latest/tools/mpr/overview).
* Updated PuppyCrawl dependency from version 8.18 to 8.29
* Updated CheckStyle dependency from version 2.17 to 3.2.0

## Vaadin 8.16.1

* Fixed a failure-to-start condition on some server configurations (e.g. Tomcat) caused by the connector map cleanup logic change in 8.16.0

Loading…
Cancel
Save