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()) |
||
---|---|---|
.. | ||
src | ||
pom.xml |
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()) |
||
---|---|---|
.. | ||
src | ||
pom.xml |