Changes since 25.0.0.alpha2
Breaking changes
- Remove deprecated API for v25
Commit · Pull request
Fixes
-
Do not store build info in bundle
Commit · Pull requestDo not store the flow-build-info inside the production bundle zip file.
-
Avoid NPE when tracking usage for removed nodes
Commit · Pull requestThe change value cannot be extracted if there's no data node in the tree. Check for this both when creating the usage instance and when later evaluating whether it has changes. Note that removing a node is not seen as changing the node itself but only as a change to the node's parent.
-
Include default methods from interfaces in BeanPropertySet
Commit · Pull request · Issue