The GitHub Actions job "Java CI" on commons-collections.git/fix/switchtransformer-no-mutate-input has failed. Run started by GitHub user vasiliy-mikhailov (triggered by garydgregory).
Head commit for run: ae6381e37f26ad191d615d8426f927752edb1436 / Vasiliy Mikhailov <[email protected]> Do not mutate the input map in SwitchTransformer.switchTransformer switchTransformer(Map) extracted the default with map.remove(null), which removes the null key from the caller list map as a side effect. Use map.get(null) so the factory method leaves the input map unchanged. Report URL: https://github.com/apache/commons-collections/actions/runs/28300408855 With regards, GitHub Actions via GitBox
