scheduledwf
scheduledwf copied to clipboard
Deprecate IDGenerator_.java
While working on the PR with @vivianzheng404 on the PR - https://github.com/jas34/scheduledwf/pull/32, we realised that the conductor has changed IDGenerator
from static class to a spring bean (Ref https://github.com/Netflix/conductor/pull/2910). For release-3.0.0 we have decided to go with a static class adapted in scheduledwf as IDGenerator_.java (at scheduledwf-core/src/main/java/io/github/jas34/scheduledwf/utils/IDGenerator_.java).
This ticket will deprecate IDGenerator_ and we will move to consume IDGenerator bean from conductor-core. This ticket is being opened to implement after release-3.0.0.
Refer to conversation - https://github.com/jas34/scheduledwf/pull/32/files#r1250839746