Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove nondeterminism from tags extractor (#545)
# Objective Fix the issue where running the tags extractor multiple times produces different outputs. # Solution - Replace `HashMap` with `TreeMap` to make iteration consistent. - Add `RegistryKeyComparator` because registry keys are not `Comparable`.
- Loading branch information