qos-ch / slf4j

Simple Logging Facade for Java
http://www.slf4j.org
MIT License
2.35k stars 990 forks source link

[SLF4J-534] Improve error handling for situations where paths is null in findPossibleStaticLoggerBinderPathSet() #312

Closed antoniosanct closed 2 years ago

antoniosanct commented 2 years ago

My first contribution, a very simple commit, avoiding NPE in system resources resolution. I wish it wouldn't be the last one.

Regards, Antonio.

ceki commented 2 years ago

Please don't mix issues in a PR.

ceki commented 2 years ago

SLF4J-546 was fixed in commit 4b5bb41ede1

antoniosanct commented 2 years ago

Hi, @ceki :

Sorry again about it. However, this PR fixes SLF4J-534 too. Do you prefer to create another PR with that?

Regards, Antonio.