Changes since 24.2.0.alpha8
Fixes
-
Reroute doens't change url.
Commit · Pull requestReroute should not check for url change.
-
Set kotlin language version
Commit · Pull request · IssueSet the kotlin language version to be the same as java.
-
Allow platform dependencies to be linked
Commit · Pull requestDo not fail if a managed version is linked to a local copy and thus the version cannot be parsed.
-
Check for null resolvedPath
Commit · Pull requestCheck that resolvedPath is not null.
-
Forward to should update url
Commit · Pull request · IssueForward to should run even when targeting same target but with another URL
-
Not sort chunk lines in place
Commit · Pull request -
Support downgrading dependencies based on versions.json
Commit · Pull requestFor dependencies without custom versions in
package.json
(whendependencies
andvaadin.dependencies
agree), currently a pinned version fromversions.json
is not applied if it is for some reason older than the one specified inpackage.json
. This effectively prevents downgrading npm package versions by changing the platform dependency version. This change removes the downgrade prevention check. -
Update gradle to support jdk20
Commit · Pull request · IssueUpdate tests and gradle wrapper so that it can be run with jdk20
-
Use released commons-fileupload2
Commit · Pull requestSwitch to using the released commons-fileupload2-jakarta instead of the old self maintained copy flow-commons-upload Closes #17269