Skip to content

Commit 0fe9fc5

Browse files
committed
Update site for GWT 2.12.2 release
1 parent d4e9e25 commit 0fe9fc5

File tree

8 files changed

+37
-8
lines changed

8 files changed

+37
-8
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<artifactItem>
102102
<groupId>org.gwtproject</groupId>
103103
<artifactId>gwt-dev</artifactId>
104-
<version>2.12.1</version>
104+
<version>2.12.2</version>
105105
<classifier>javadoc</classifier>
106106
</artifactItem>
107107
</artifactItems>

src/main/markdown/articles/superdevmode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ needed to compile your GWT app (most likely gwt-user.jar).
7575
* The main method is in com.google.gwt.dev.codeserver.CodeServer
7676

7777
If you run CodeServer without any arguments, it will print out its
78-
command line arguments. For 2.12.1, here is the output:
78+
command line arguments. For 2.12.2, here is the output:
7979

8080
```text
81-
Google Web Toolkit 2.12.1
81+
Google Web Toolkit 2.12.2
8282
CodeServer [-[no]allowMissingSrc] [-[no]compileTest] [-compileTestRecompiles count] [-[no]failOnError] [-[no]precompile] [-port port] [-src dir] [-workDir dir] [-launcherDir] [-bindAddress host-name-or-address] [-style (DETAILED|OBFUSCATED|PRETTY)] [-setProperty name=value,value...] [-[no]incremental] [-sourceLevel [auto, 1.8, 9, 10, 11, 17]] [-logLevel (ERROR|WARN|INFO|TRACE|DEBUG|SPAM|ALL)] [-[no]generateJsInteropExports] [-includeJsInteropExports/excludeJsInteropExports regex] [-XmethodNameDisplayMode (NONE|ONLY_METHOD_NAME|ABBREVIATED|FULL)] [-X[no]closureFormattedOutput] [module]
8383

8484
where

src/main/markdown/doc/latest/DevGuideCompilingAndDebugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ There are many options you can pass to the development mode process to control h
314314
```text
315315
$ java -cp gwt-dev.jar com.google.gwt.dev.DevMode
316316
Missing required argument 'module[s]'
317-
Google Web Toolkit 2.12.1
317+
Google Web Toolkit 2.12.2
318318
DevMode [-[no]startServer] [-port port-number | "auto"] [-logdir directory] [-logLevel (ERROR|WARN|INFO|TRACE|DEBUG|SPAM|ALL)] [-gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number | "auto"] [-[no]superDevMode] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-deploy dir] [-extra dir] [-modulePathPrefix ] [-workDir dir] [-XmethodNameDisplayMode (NONE|ONLY_METHOD_NAME|ABBREVIATED|FULL)] [-sourceLevel [auto, 1.8, 9, 10, 11, 17]] [-[no]generateJsInteropExports] [-includeJsInteropExports/excludeJsInteropExports regex] [-[no]incremental] [-style (DETAILED|OBFUSCATED|PRETTY)] [-[no]failOnError] [-setProperty name=value,value...] module[s]
319319

320320
where
@@ -542,7 +542,7 @@ There are many options you can pass to the GWT compiler process to control how y
542542
```text
543543
> java -cp gwt-dev.jar com.google.gwt.dev.Compiler
544544
Missing required argument 'module[s]'
545-
Google Web Toolkit 2.12.1
545+
Google Web Toolkit 2.12.2
546546
Compiler [-logLevel (ERROR|WARN|INFO|TRACE|DEBUG|SPAM|ALL)] [-workDir dir] [-X[no]closureFormattedOutput] [-[no]compileReport] [-X[no]checkCasts] [-X[no]classMetadata] [-[no]draftCompile] [-[no]checkAssertions] [-XfragmentCount numFragments] [-gen dir] [-[no]generateJsInteropExports] [-includeJsInteropExports/excludeJsInteropExports regex] [-XmethodNameDisplayMode (NONE|ONLY_METHOD_NAME|ABBREVIATED|FULL)] [-Xnamespace (NONE|PACKAGE)] [-optimize level] [-[no]saveSource] [-setProperty name=value,value...] [-style (DETAILED|OBFUSCATED|PRETTY)] [-[no]failOnError] [-[no]validateOnly] [-sourceLevel [auto, 1.8, 9, 10, 11, 17]] [-localWorkers count] [-[no]incremental] [-war dir] [-deploy dir] [-extra dir] [-saveSourceOutput dir] module[s]
547547

548548
where

src/main/markdown/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Download
4242
<b style="color: #444;">Note</b> - This download contains the standalone GWT SDK and tools only. If you're using Eclipse, we suggest that you download and install the GWT Eclipse Plugin instead.
4343
</p>
4444
<div class='moreinfo'>
45-
<a class='download-button' href="https://github.com/gwtproject/gwt/releases/download/2.12.1/gwt-2.12.1.zip">Download GWT SDK</a> <br />
45+
<a class='download-button' href="https://github.com/gwtproject/gwt/releases/download/2.12.2/gwt-2.12.2.zip">Download GWT SDK</a> <br />
4646
<p style='font-size: 85%;'>
4747
<a href="versions.html">[Old versions]</a>
4848
</p>

src/main/markdown/gettingstarted-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the plugin generates a Maven project with separate modules for
2323

2424
## Prerequisites<a id="prereqs"></a>
2525

26-
1. GWT 2.12.1 runs on Java 11+. If necessary, download and install the Java SE Development Kit (JDK)
26+
1. GWT 2.12.2 runs on Java 11+. If necessary, download and install the Java SE Development Kit (JDK)
2727
<a href="https://adoptium.net/de/temurin/releases/" rel="nofollow">from Eclipse Temurin</a> for
2828
your platform. Install the JDK by following the installation instructions.
2929
2. Apache Maven is also necessary to run the gwt-maven-archetype. In this sample the Maven CLI is used. If

src/main/markdown/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Overview
33

44
GWT is a development toolkit for building and optimizing complex browser-based applications. Its goal is to enable productive development of high-performance web applications without the developer having to be an expert in browser quirks, XMLHttpRequest, and JavaScript. It's open source, completely free, and used by thousands of developers around the world.
55

6-
[What's New in GWT 2.12.1](release-notes.html#Release_Notes_2_12_1)
6+
[What's New in GWT 2.12.2](release-notes.html#Release_Notes_2_12_2)
77

88
## What's inside the toolbox?
99

src/main/markdown/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
The GWT Release Notes
22
=====================
3+
* [2.12.2](#Release_Notes_2_12_2) March 3, 2025
34
* [2.12.1](#Release_Notes_2_12_1) November 12, 2024
45
* [2.12.0](#Release_Notes_2_12_0) October 29, 2024
56
* [2.11.0](#Release_Notes_2_11_0) January 9, 2024
@@ -68,6 +69,13 @@ The GWT Release Notes
6869
* * *
6970

7071
<a id="Release_Notes_Current"></a>
72+
## <a id="Release_Notes_2_12_2"></a> Release Notes for 2.12.2
73+
### Bug fixes:
74+
- Fixed a regression in Window.onClosing() that prevented the event from being fired in some cases
75+
- Support JDT's implicit yield in switch statements
76+
77+
For more detail, see the [commit log](https://github.com/gwtproject/gwt/compare/2.12.1...2.12.2).
78+
7179
## <a id="Release_Notes_2_12_1"></a> Release Notes for 2.12.1
7280
### Bug fixes:
7381
- Switch statements can correctly compile without being contained in braces

src/main/markdown/versions.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ Versions
33

44
GWT is licensed under the [Apache 2.0 open source license](terms.html) (since version 1.3).
55

6+
### Version 2.12.2
7+
8+
Build 2.12.1 - March 3, 2025 - [Release notes](release-notes.html#Release_Notes_2_12_2)
9+
10+
<table class="downloads" style="width:500px">
11+
<tbody>
12+
<tr>
13+
<th>Platform</th>
14+
<th>Package</th>
15+
<th>Size</th>
16+
<th>SHA1 Sum</th>
17+
</tr>
18+
<tr>
19+
<td>Windows, Mac OS X, and Linux</td>
20+
<td><a href="https://github.com/gwtproject/gwt/releases/download/2.12.2/gwt-2.12.2.zip">gwt-2.12.2.zip</a></td>
21+
<td>109 MB</td>
22+
<td>968dbfffab4f43fcc70a05ce2378ca8013f12af3</td>
23+
</tr>
24+
</tbody>
25+
</table>
26+
627
### Version 2.12.1
728

829
Build 2.12.1 - November 12, 2024 - [Release notes](release-notes.html#Release_Notes_2_12_1)

0 commit comments

Comments
 (0)