Sayi / swagger-diff

:ski: Compare two swagger API specifications(1.x or v2.0)
http://deepoove.com/swagger-diff/
Apache License 2.0
276 stars 85 forks source link

SLF4J runtime error for swagger-diff v1.2.1 #19

Closed phillipkent closed 6 years ago

phillipkent commented 6 years ago

Hi. With new v1.2.1 I am getting this error/warning in runtime:

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.

This is my Java environment:

java 10.0.2 2018-07-17 Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

Sayi commented 6 years ago

Are you using the command line tool? I re-uploaded the package and fix the problem: https://github.com/Sayi/swagger-diff/releases/tag/v1.2.1

phillipkent commented 6 years ago

Great. Problem is fixed with the new upload.