aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2023-06-02 22:17:40 +0300
committerGitHub <noreply@github.com>2023-06-02 22:17:40 +0300
commit7a6f5d74fe1ccbebb094f18cee58f3b13bf04998 (patch)
tree7a43b50c6b8212ed629836e8075d5d5819c58b61
parentfe7a04a984082aa40c191fc59bbbef06be72f47e (diff)
downloadvaadin-framework-7a6f5d74fe1ccbebb094f18cee58f3b13bf04998.tar.gz
vaadin-framework-7a6f5d74fe1ccbebb094f18cee58f3b13bf04998.zip
Update CHANGELOG-VAADIN8.md for 8.20.3 (#12588)7.7.40
-rw-r--r--CHANGELOG-VAADIN8.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md
index 4b5d0f7c29..ec54cec8f2 100644
--- a/CHANGELOG-VAADIN8.md
+++ b/CHANGELOG-VAADIN8.md
@@ -1,5 +1,10 @@
# Vaadin 8 extended maintenance version changelog
+## Vaadin 8.20.3
+
+* Fixed an issue where compile-time license checking would fail on CI servers with release-only license files.
+* Pinned `nimbus-jose-jwt` version in order to ensure that apps can still run under included Jetty on Java 8 VMs. Newer versions of `nimbus-jose-jwt` include a `meta-info` class that JVM 8 implementations cannot load. `nimbus-jose-jwt` was included as a transitive dependency.
+
## Vaadin 8.20.2
* Removed mentions of NetBeans Plugin, since it has not been maintained and is no longer usable in modern versions of NetBeans. Usage of NetBeans for Vaadin development is still possible, but it is not explicitly supported through a special plugin.