Skip to content

Vaadin Framework 8.28.4

Latest
Compare
Choose a tag to compare
@thevaadinman thevaadinman released this 16 Sep 15:46
· 1 commit to master since this release
1b43cc8

Vaadin Framework 8.28.4 is an Extended Maintenance update release with the following changes:

  • Fixed critical issue in license checking which became evident with 8.28.3 during the release. While the 8.28.3 release artifacts are available, build announcements were held back due to this issue. This release restores old behavior.
  • Fixed a NullPointerException in Push (Atmosphere) where a missing null check in a logging call would create a mystery stack trace on the server when attempting to communicate with an already disconnected client. This is likely the fix to an issue reported in Flow.
  • Fixed the Push version check to not complain about vaadin-push-jakarta.
  • Fixed an issue where getBeanPropertyDescriptors() could include
    properties more than once in the returned results list.
    This is a backport of Flow PR #21836.
  • Updated license checker for improved compatibility.