Changes since 23.0.0.beta2
Notes
Flow - Spring integration sources (previously at https://github.com/vaadin/spring) have been merged into the Flow repository.
Fixes
-
Update jaxb-runtime (#13022)
Commit · Pull request · IssueUpdate jaxb-runtime to a version compatible with jdk17
-
Push '.' instead of '' when navigating (#12991)
Commit · Pull request · IssueThe API for Location::getPath/getPathWithQueryParameters was changed in V15 to return "" instead of "." for the base URL. However, it seems to not have been taken into account that FF / Safari do not navigate to base when passing the empty string for URL to the history methods (and this ticket, which seems to have observed that this workaround was necessary, was closed without action). This commit moves the workaround to its own method in History.