Skip to content

Commit 0b99e10

Browse files
committed
add GWT 2.10.1 & 2.11.0 release news
1 parent 779e59c commit 0b99e10

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

src/main/markdown/news.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,51 @@ We will add the news as soon as possible.
5050
}
5151
</style>
5252
<div class="container-list-news">
53+
<div class="container-news">
54+
<a href="https://matrix.to/#/#gwtproject_gwt:gitter.im" target="_blank">
55+
<div class="container-headline">
56+
GWT: 2.11.0 released!
57+
</div>
58+
</a>
59+
<div class="container-date">
60+
January 9, 2023
61+
</div>
62+
<div class="container-text">
63+
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.<br><br>See <a href="https://github.com/gwtproject/gwt/issues/9709" target="_blank">https://github.com/gwtproject/gwt/issues/9709</a> for information on the issue, how we're responding to it, and how any additional follow-up might look.
64+
<br><br>
65+
Other highlights:
66+
<br>
67+
<ul style="color:black; margin-left:40px;">
68+
<li>Transitioned to GitHub pull requests for new contributions, with nightly builds running on GitHub Actions.</li>
69+
<li>Added release artifacts for jakarta.servlet packages for both RequestFactory and GWT-RPC.</li>
70+
<li>Tested support for running on Java 21. This is likely to be the final minor release series to support running on Java 8.</li>
71+
<li>Updated JRE emulation to support Java 11 for Collections, streams, and more.</li>
72+
</ul>
73+
See <a href="https://github.com/gwtproject/gwt/releases/tag/2.11.0" target="_blank">https://github.com/gwtproject/gwt/releases/tag/2.11.0</a> or <a href="https://www.gwtproject.org/release-notes.html#Release_Notes_2_11_0" target="_blank">https://www.gwtproject.org/release-notes.html#Release_Notes_2_11_0</a> for complete release notes.
74+
</div>
75+
<div class="container-text">
76+
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.
77+
</div>
78+
<div class="container-text">
79+
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.<br><br>Join us on the <a href="https://github.com/gwtproject/gwt/issues" target="_blank">issue tracker</a> or at our <a href="https://opencollective.com/gwt-project" target="_blank">OpenCollective page</a> to help make future releases possible.
80+
</div>
81+
</div>
82+
<div class="container-news">
83+
<a href="https://matrix.to/#/#gwtproject_gwt:gitter.im" target="_blank">
84+
<div class="container-headline">
85+
GWT: 2.10.1 released!
86+
</div>
87+
</a>
88+
<div class="container-date">
89+
January 9, 2023
90+
</div>
91+
<div class="container-text">
92+
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.<br><br>See <a href="https://github.com/gwtproject/gwt/issues/9709" target="_blank">https://github.com/gwtproject/gwt/issues/9709</a> for information on the issue, how we're responding to it, and how any additional follow-up might look.
93+
</div>
94+
<div class="container-text">
95+
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.
96+
</div>
97+
</div>
5398
<div class="container-news">
5499
<a href="https://matrix.to/#/#gwtproject_gwt:gitter.im" target="_blank">
55100
<div class="container-headline">

src/main/resources/main.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<li class="sep"><a href="news.html"><i class="icon_news"></i>News/a></li>
4545
<li><a href="doc/latest/tutorial/index.html" class="active"><i class="icon_tutorials"></i>Tutorials</a></li>
4646
<li><a href="doc/latest/DevGuide.html"><i class="icon_doc"></i>Docs</a></li>
47-
<li><a href="examples.html"><i class="icon_ressources"></i>Resources</a></li>
47+
<li><a href="examples.html"><i class="icon_resources"></i>Resources</a></li>
4848
<li><a href="makinggwtbetter.html"><i class="icon_makeGWTBetter"></i>Make GWT Better</a></li>
4949
<li class="sep"><a href="terms.html"><i class="icon_terms"></i>Terms</a></li>
5050
<li class="btn"><a href="download.html"><i class="icon_download"></i>Download</a></li>

0 commit comments

Comments
 (0)