Skip to content

Commit 8e9dc12

Browse files
Add a roadmap site (#353)
A roadmap provides confidence for consumers of the GWT SDK.
1 parent fa7f941 commit 8e9dc12

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

src/main/markdown/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<entry name="presentations" displayName="Presentations" description="Different Presentations on GWT"></entry>
2525
<entry name="privacy" displayName="Privacy" description="Privacy"></entry>
2626
<entry name="release-notes" displayName="Release Notes" description="Release Notes"></entry>
27+
<entry name="roadmap" displayName="Roadmap" description="Roadmap"></entry>
2728
<entry name="resources" displayName="Resources" description="Resources"></entry>
2829
<entry name="steering" displayName="Steering Committee" description="The GWT Steering Committee"></entry>
2930
<entry name="terms" displayName="Terms" description="Terms"></entry>

src/main/markdown/roadmap.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Roadmap
2+
===
3+
4+
GWT's roadmap is planned on Github using [Github Milestones](https://github.com/gwtproject/gwt/milestones). Milestones will cover the next releases and because priorities can change please check milestones directly on Github for all the details.
5+
6+
As a high level goal next releases of GWT focus on bringing Java language features as well as JRE emulation up to Java 21. Additionally GWT explores support of some J2CL exclusive JsInterop features in GWT compiler.
7+
8+
The GWT SDK is Open Source. So, we are always looking for contributor or / and sponsors. If you are willing to contribute, feel free to contact the GWT project team using our [Elemental chanel](https://matrix.to/#/#gwtproject_gwt:gitter.im).
9+
Donations can be done via [Open Collective](https://opencollective.com/gwt-project).
10+

src/main/site/assets/build/fonts/icons/icons.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
content: "\e60b";
6565
}
6666

67+
.icon_roadmap:before {
68+
content: "\e60b";
69+
}
70+
6771
.icon_run:before {
6872
content: "\e60c";
6973
}

src/main/site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<li><a href="doc/latest/DevGuide.html"><i class="icon_doc"></i>Docs</a></li>
4747
<li><a href="examples.html"><i class="icon_ressources"></i>Resources</a></li>
4848
<li><a href="makinggwtbetter.html"><i class="icon_makeGWTBetter"></i>Make GWT Better</a></li>
49+
<li><a href="roadmap.html"><i class="icon_roadmap"></i>Roadmap</a></li>
4950
<li class="sep"><a href="terms.html"><i class="icon_terms"></i>Terms</a></li>
5051
<li class="btn"><a href="download.html"><i class="icon_download"></i>Download</a></li>
5152
<li class="btn"><a href="https://www.gwtproject.org/javadoc/latest/"><i class="icon_jd"></i>Java Doc</a></li>

0 commit comments

Comments
 (0)