Changes since 24.1.9
Fixes
-
ShouldVisit should match package exactly (#17539)
Commit · Pull requestThe shouldVisit list in frontend dependencies should match the packages exactly and not as a starts with. e.g. com.vaadiner is not a match for com.vaadin Found investigating #17490
-
Check for null when handling exception (#17542)
Commit · Pull request · IssueFor errors in beforeClientResponse handle cases where any part to the errorHandler is null
-
CssBundler should check all groups (#17536)
Commit · Pull request · IssueAdd the fourth url group to be checked when going through url strings.
-
Update UI if custom errorHandler (#17504)
Commit · Pull request · IssueEnable update of UI for beforeClientResponse execution when a custom ErrorHandler is set.