Changes since 24.8.0.alpha3
New features
-
Support scanning configuration in maven plugin
Commit · Pull request · IssueAllows to fine tune scanning for frontend resources by defining inclusion and exclusion rules in the flow maven plugin configuration.
Fixes
-
Align npm package order between full and annotation scanners
Commit · Pull requestUsing HashSet for the AtNpmPackage annotation values results in unreliable order. build-frontend has unexpected alpha5 version picked over before alpha4, whereas prepare-frontend is using alpha4 chosen by FQN sorted class order.