Changes since 25.0.0-alpha11
Breaking changes
-
Use Jackson in flow-data package
Commit · Pull request -
Use Jackson in RpcDecoders
Commit · Pull request
New features
-
Update pre-trial splash screens with a new design
Commit · Pull request -
Add flattened hierarchy support to TreeDataProvider
Commit · Pull requestPart of #21879
Fixes
-
Skip pre-trial validation when clicking on Log in or Sign up
Commit · Pull request -
Mulimodule reload time tests
Commit · Pull requestreload time tests.
-
Reaload time test
Commit · Pull requestthat used elemental instead of jackson for eventData
-
Mapping of ArrayNode
Commit · Pull requestTransform ArrayNode to JsonArray correctly. Handle NullNode correctly.
-
Don't let signals fail service init
Commit · Pull requestWhile we allow ourselves to be less careful with changes related to signals while the feature is behind a feature flag, we want to prevent mistakes or e.g. version mismatches from causing problems. We cannot do the whole initialization only when the flag is enabled since that removes our possibility of providing useful message if trying to use the feature without the flag enabled.
-
Handle elemental and jackson
Commit · Pull request -
Component styles feature flag not working in Gradle projects
Commit · Pull request