This is a bugfix release to address four issues, one of which is a regression.
What's Changed
- Permit failure to delete files on Windows, and close finished logs. This is a regression, caused by trying to use Guava to replace some bespoke utility classes.
- Simplify RTA iframe loading in Firefox. This addresses a change in behavior in Firefox, although in most cases applications compiled with older versions of GWT should have a workaround automatically applied by Firefox.
- Use Objects.equals to compare record fields for null support. As the current implementation of records was producing an incorrect
equalsmethod and this was a low risk fix, this was backported. - Include GWT version, commit in JFR output. This ensures that we have a baseline for compiled size improvements going forward.
Full Changelog: 2.13.0...2.13.1