Imports information from external systems, which is then validated, parsed, and then submitted as structured data (YAML or JSON) to a separate Github repository.
File hash calculation is currently bugged as it uses the OutputFormat enum as part of the hashcod.
Enum's hashcode implementation depends on the object's memory address which, being an enum, is constant (enum instances are singletons) but change on each app execution, which causes jobs that have already been processed to be re-run again.
File hash calculation is currently bugged as it uses the OutputFormat enum as part of the hashcod.
Enum's hashcode implementation depends on the object's memory address which, being an enum, is constant (enum instances are singletons) but change on each app execution, which causes jobs that have already been processed to be re-run again.