Fixed
Details
Assignee
Ian YoungIan YoungReporter
Ian YoungIan YoungComponents
Fix versions
Affects versions
Details
Details
Assignee
Ian Young
Ian YoungReporter
Ian Young
Ian YoungComponents
Fix versions
Affects versions
Created March 25, 2017 at 6:30 PM
Updated May 16, 2024 at 12:37 PM
Resolved April 27, 2017 at 12:54 PM
It should be possible for an item ordering strategy to refuse to process the items passed if, for example, they are in some way invalid for the purposes of the strategy. At the moment the signature of the
order
method in the nestedItemOrderingStrategy
interface does not allow for this. It should be changed to include the possibility to throwStageProcessingException
.