-
Enhancement
-
Resolution: Done
-
Optional
-
None
-
None
-
2020 Week 25-27 (from Jun 15)
-
1
-
NEW
-
NEW
Motivation: make the configs for move selectors more consistent.
Use
@XStreamAlias("variableNameIncludes") @XStreamConverter(value = NamedCollectionConverter.class, strings = {"variableNameInclude"}, types = {String.class}, useImplicitType = false) private List<String> variableNameIncludeList = null;
to get
<variableNameIncludes> <variableNameInclude>period</variableNameInclude> <variableNameInclude>room</variableNameInclude> </variableNameIncludes>
This is a backwards incompatible change, so wait (a few years?) until 8.0 at least.
- is incorporated by
-
PLANNER-750 8.0 backwards incompatible changes for next major version
- Resolved