diff --git a/src/main/markdown/config.xml b/src/main/markdown/config.xml index 8566db192..f46f48187 100644 --- a/src/main/markdown/config.xml +++ b/src/main/markdown/config.xml @@ -20,6 +20,7 @@ + diff --git a/src/main/markdown/news.md b/src/main/markdown/news.md new file mode 100644 index 000000000..6b8f56d8c --- /dev/null +++ b/src/main/markdown/news.md @@ -0,0 +1,156 @@ +GWT News +=== + +This news page is the official source for update from the GWT team or GWT related projects. Anything important will be posted here. This page will give you an impression about things happening in the GWT community. + +In case you have a news worth for showing here, [open an issue on our tracker](https://github.com/gwtproject/gwt-site/issues/new/choose). +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. +
+
+
+ +
+ GWT: we are looking for reviewers! +
+
+
+ December 9, 2023 +
+
+ To finish the work on the next GWT release, we need to merge two more pull requests. We are looking for reviewers to approve the changes. Once the pull requests are merged, we will release GWT 2.11.0! +
+ + + +
+
+ +
+ J2CL: new version of the j2cl-maven-plugin released +
+
+
+ November 9, 2023 +
+
+ This update let the plugin use the latest J2CL version and supports elemental2 vesion 1.2.0. The release fixes a NPE, updates J2CL and the J2CL plugin to the latest version among other improvements. +
+ + + +
+
+ +
+ GWT Module: gwt-core version 1.0.0-rc2 released +
+
+
+ October 20, 2023 +
+
+ The second release candidate of the gwt-core module has been released today. +
+ + + +
+
+ + + + diff --git a/src/main/resources/main.tpl b/src/main/resources/main.tpl index 4fd96e20e..5436f46e4 100644 --- a/src/main/resources/main.tpl +++ b/src/main/resources/main.tpl @@ -41,9 +41,10 @@
  • Overview
  • Get started
  • +
  • News/a>
  • Tutorials
  • Docs
  • -
  • Resources
  • +
  • Resources
  • Make GWT Better
  • Terms
  • Download
  • diff --git a/src/main/resources/toc.md b/src/main/resources/toc.md index e78da8ea4..3406cd379 100644 --- a/src/main/resources/toc.md +++ b/src/main/resources/toc.md @@ -3,6 +3,7 @@ - [SDK Learn More](learnmore-sdk.html 'Learn more about the GWT SDK') - [Configure Eclipse](usingeclipse.html) - [Configure IntelliJ](usingintellij.html) + - [News](news.html) - [Tutorials](doc/latest/tutorial/index.html) - [Overview](doc/latest/tutorial/index.html) - [Build a GWT App.](# 'Create, build and run a GWT application') diff --git a/src/main/site/assets/build/fonts/icons/icons.css b/src/main/site/assets/build/fonts/icons/icons.css index 6a6eb3214..e7c7b96b6 100755 --- a/src/main/site/assets/build/fonts/icons/icons.css +++ b/src/main/site/assets/build/fonts/icons/icons.css @@ -52,6 +52,10 @@ content: "\e608"; } +.icon_news:before { + content: "\e60b"; +} + .icon_optimise:before { content: "\e609"; } @@ -60,7 +64,7 @@ content: "\e60a"; } -.icon_ressources:before { +.icon_resources:before { content: "\e60b"; } diff --git a/src/main/site/index.html b/src/main/site/index.html index 759c40c03..1f0ae2516 100644 --- a/src/main/site/index.html +++ b/src/main/site/index.html @@ -42,9 +42,10 @@
  • Overview
  • Get started
  • +
  • News
  • Tutorials
  • Docs
  • -
  • Resources
  • +
  • Resources
  • Make GWT Better
  • Roadmap
  • Terms