gwtproject / gwt-site

Sources of the pages of the gwtproject.org website.
150 stars 332 forks source link

Update site to reflect upcoming GWT 2.10.1 and GWT 2.11.0 releases #358

Closed niloc132 closed 7 months ago

niloc132 commented 7 months ago

Separated into three commits, one to manually update markdown, one to automatically (but human-readably) update jre emulation guide, and a giant commit replacing old javadoc.

Assumes https://github.com/gwtproject/gwt-site/pull/354 will land first, so did not update the getting started document yet.

FrankHossfeld commented 7 months ago

All new links to the current Java doc of Java 11 do not work.

f.e.: https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/beans/Beans.html

is now:

https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/beans/Beans.html

(second commit)

niloc132 commented 7 months ago

Thanks, looks like a bug in the ezt doclet, I'll manually fix for these commits and then file a bug for after the release.