Hi, The new version of GWT emulation for JRE java.util.time package was released.
Project page: https://github.com/foal/gwt-time Maven dependency: <dependency> <groupId>org.jresearch.gwt.time</groupId> <artifactId>org.jresearch.gwt.time</artifactId> <version>1.4.5</version> </dependency> What's new: - Time zone DB was updated to 2020a (backport from https://github.com/ThreeTen/threetenbp) - Support for Japanese 'Reiwa' era (backport from https://github.com/ThreeTen/threetenbp) - TZDB loads and initializes automatically on the first usage. - Date/Time parsers printers use a browser to resolve i18n properties (tested on Chrome 81) - All tests from the original project ( https://github.com/ThreeTen/threetenbp) are passed. - java.util.time is emulated on JRE 8 level What's are going: - Backport JRE 9-14 methods - Fix Hijrah and Japanese calendars emulation Best, Stas. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/dfcc1b2c-4b1e-4a25-883a-38742c3172f0%40googlegroups.com.
