mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-20 06:22:10 +01:00
There may be v1 properties with key/value pairs, where the value is not set. Such "pairs" led to a null pointer exception in the `map` function, because no Optional could be created for the null value. To solve this, we filter such properties without value in the beginning, because these properties would create a null result both ways.