-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 7.10-HF36, 8.10-HF22, 9.10, 10.1
-
Component/s: Automation, UIDSequencer
-
Release Notes Summary:The EL Fn.getNextId uses the default sequencer
-
Tags:
-
Sprint:nxcore 10.1.3
-
Story Points:2
In the EL, Fn.getNextId(key), implemented by PlatformFunctions#getNextId(String), uses the former hibernateSequencer sequencer. We should use the default one instead.
For the backports this will be protected by a flag to not change current behavior (given that the sequencer persist values, we don't want to suddenly reset them in a new backend).