-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF05
-
Component/s: Configuration
-
Tags:
-
Sprint:nxcore 11.1.6
-
Story Points:2
NXP-26181 brings new methods to get typed options, this creates problems when this options are part of a fix that need to be backported.
For instance if a fix introduces a duration the format will be a string expression like "4h",
the backport needs to use an integer representation instead representing the number of second,
the risk to introduce a regression during backport is high and the configuration will not be easy to upgrade because the fix use different keys or different format.
The backport will just add new methods to the configuration service without risk of regression,
the usage will be limited to new backported code only.