-
Bug
-
Resolution: Done
-
Major
-
8.17.0.Final
-
None
-
None
If I have the following Planning Entity:
@PlanningEntity class MyEntity { @PlanningListVariable(valueRangeProviderRefs = "customerRange") private List<Integer> customerList; }
customerList is not planning cloned, only shallowly copied, meaning changes to the working solution affect it.