jcabi / jcabi-github

Java Object-Oriented Wrapper of GitHub API, with a fake implementation of the entire GitHub API (for your tests)
https://github.jcabi.com
Other
305 stars 142 forks source link

All depends my * #1269

Open mattparksjr opened 7 years ago

mattparksjr commented 7 years ago

The "jcabi-github" with all depends does not contain all needed dependence. The consoles throws some error about missing a static logger class.

0crat commented 7 years ago

@yegor256 please, pay attention to this issue

yegor256 commented 7 years ago

@xXXIMMATTHEWXXx what exactly is the exception you're getting?

mattparksjr commented 7 years ago

@yegor256 this:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

is thrown

yegor256 commented 7 years ago

@xXXIMMATTHEWXXx it's just a warning in logging console, not an exception. You can just ignore this.

GIAPB commented 7 years ago

Any way to make it go away. I dont think it will be nice for storage over a very long time as it happens every time I launch it

yegor256 commented 7 years ago

@GIAPB to make it disappear you have to configure SLF4J bridge to some logging facility, like log4j.

mattparksjr commented 7 years ago

This should be the in docs

yegor256 commented 7 years ago

@xXXIMMATTHEWXXx I agree. Would be great if you can submit a pull request. I would suggest to make changes to README.md. This will be helpful: http://stackoverflow.com/questions/4311026/how-to-get-slf4j-hello-world-working-with-log4j