Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-2875

avro-tools-1.10.0.jar missing slf4j binding

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.10.0
    • 1.10.1
    • tools
    • None

    Description

      avro-tools-1.10.0.jar is missing a binding for slf4j.
      This is a regression because 1.9.2 looks good but 1.10.0 generates an error.
      The tool still works so this is minor, although I wonder if we won't miss useful log output under some conditions.

      $ java -jar ../avro-tools-1.10.0.jar idl src/main/avro/foo.avdl /tmp/namespaces.avpr
      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.
      $ java -jar ../avro-tools-1.9.2.jar idl src/main/avro/foo.avdl /tmp/namespaces.avpr
      $
      

      Attachments

        Activity

          People

            rskraba Ryan Skraba
            dlipofsky Dan Lipofsky
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: