From 0b99e1030587c8408c760906569b29d18cf4def5 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Tue, 16 Jan 2024 07:14:31 +0100 Subject: [PATCH] add GWT 2.10.1 & 2.11.0 release news --- src/main/markdown/news.md | 45 +++++++++++++++++++++++++++++++++++++ src/main/resources/main.tpl | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/src/main/markdown/news.md b/src/main/markdown/news.md index f33d6008d..6b8f56d8c 100644 --- a/src/main/markdown/news.md +++ b/src/main/markdown/news.md @@ -50,6 +50,51 @@ We will add the news as soon as possible. }
+
+ +
+ GWT: 2.11.0 released! +
+
+
+ January 9, 2023 +
+
+ This release fixes a security issue. If you use GWT-RPC and JPA/JDO annotations in your project, we strongly suggest updating at least to 2.10.1 as soon as possible. To ensure that vulnerable projects are aware of any problem, compile warnings will be emitted if a problem is detected, and the server will default to not allowing any vulnerable RemoteService instances.

See https://github.com/gwtproject/gwt/issues/9709 for information on the issue, how we're responding to it, and how any additional follow-up might look. +

+ Other highlights: +
+
    +
  • Transitioned to GitHub pull requests for new contributions, with nightly builds running on GitHub Actions.
  • +
  • Added release artifacts for jakarta.servlet packages for both RequestFactory and GWT-RPC.
  • +
  • Tested support for running on Java 21. This is likely to be the final minor release series to support running on Java 8.
  • +
  • Updated JRE emulation to support Java 11 for Collections, streams, and more.
  • +
+ See https://github.com/gwtproject/gwt/releases/tag/2.11.0 or https://www.gwtproject.org/release-notes.html#Release_Notes_2_11_0 for complete release notes. +
+
+ This is our third release under the new groupId, be sure when you update to change away from "com.google.gwt", as it will not get more updates. +
+
+ This release wouldn't have been possible without help from so many contributors, including developers, testers, and sponsors. A short list of the teams and individuals that directly brought us this release: Juan Pablo Gardella, Rocco De Angelis, Frank Hossfeld, Manfred Tremmel, Jim Douglas, Zbynek Konecny, Piotr Lewandowski, Axel Uhl, Thomas Broyer, Filipe Sousa, Sandra Parsick, Jens Nehlmeier, Schubec GmbH, Tom Sawyer Software, Insurance Insight Inc.

Join us on the issue tracker or at our OpenCollective page to help make future releases possible. +
+
+
+ +
+ GWT: 2.10.1 released! +
+
+
+ January 9, 2023 +
+
+ This release fixes a security issue. If you use GWT-RPC and JPA/JDO annotations in your project, we strongly suggest updating at least to 2.10.1 as soon as possible. To ensure that vulnerable projects are aware of any problem, compile warnings will be emitted if a problem is detected, and the server will default to not allowing any vulnerable RemoteService instances.

See https://github.com/gwtproject/gwt/issues/9709 for information on the issue, how we're responding to it, and how any additional follow-up might look. +
+
+ This is our second release under the new groupId, be sure when you update to change away from "com.google.gwt", as it will not get more updates. +
+