

#FORMAT FACTORY 2.90 FULL VERSION CODE#
Improve compiled code size for applications that never use streams, by avoiding referencing streams from Throwable.įor more detail, see the commit log.Add support to compile GWT itself in Java 9+.Note that these do not always offer specific improvements to GWT itself, but helps to keep the codebases consistent. JRE Emulation improvements/simplifications to facilitate J2CL’s WASM support.System.nanoTime() emulation with performance.now().Improve BigInteger emulated performance.Added incomplete PrintStream emulation.Support StringReader mark() and reset() methods.Allow stack traces to be available in Chrome when loading scripts from a remote origin.Use Function.name instead of displayName to support visible method names in Chrome 93+.
#FORMAT FACTORY 2.90 FULL VERSION WINDOWS#
Support CLASSPATH environment variable when creating child processes, fixing a bug where Windows could fail with a long list of arguments.This will be the last published version using the groupId. Maven groupId is formally changed to org.gwtproject, projects should take care to make sure they are using either the old :gwt BOM or the new org.gwtproject:gwt BOM to sure that Maven or Gradle correctly handle this change. Tested support for running on Java 17, dropped remaining support for running on Java 7. With this newer HtmlUnit build comes support for Promise in unit tests, and the browser strings that can be specified when running tests are “FF”, “Chrome”, “IE” (for IE11), “Edge”, and “Safari”. Updated to HtmlUnit 2.55.0 and Jetty 9.4.44. Note - M1 = first milestone, RC1 = first release candidate
