Sourced from org.gwtproject:gwt-user's releases.
2.13.1
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: https://github.com/gwtproject/gwt/compare/2.13.0...2.13.1
9483b1b Include GWT version, commit in JFR output (#10318)82905b5 Use Objects.equals to compare record fields for null support (#10316)d6abfe4 Simplify RTA iframe loading in Firefox (#10315)186ab73 Permit failure to delete files on Windows, and close finished logs (#10296)Sourced from org.gwtproject:gwt's releases.
2.13.1
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: https://github.com/gwtproject/gwt/compare/2.13.0...2.13.1
9483b1b Include GWT version, commit in JFR output (#10318)82905b5 Use Objects.equals to compare record fields for null support (#10316)d6abfe4 Simplify RTA iframe loading in Firefox (#10315)186ab73 Permit failure to delete files on Windows, and close finished logs (#10296)