738f24aa38
Some ProviderFactory returns null as properties instead of Collections.emptyList() and it leads to NPE. Fix it with using Optional.ofNullable(...).orElse(Collections.emptyList()) |
||
---|---|---|
.. | ||
main | ||
test |
738f24aa38
Some ProviderFactory returns null as properties instead of Collections.emptyList() and it leads to NPE. Fix it with using Optional.ofNullable(...).orElse(Collections.emptyList()) |
||
---|---|---|
.. | ||
main | ||
test |