We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
since recent LS (>= 7.X) has been using JRuby 9.2 for a while and Ruby 2.5 deprecated the Fixnum class we should avoid seeing warnings such as :
Fixnum
/opt/elastic/logstash/vendor/bundle/jruby/2.5.0/gems/awesome_print-1.7.0/lib/awesome_print/formatters/base_formatter.rb:31: warning: constant ::Fixnum is deprecated { "@timestamp" => 2020-01-20T14:57:08.742Z, "dummy" => "X", "@version" => "1" }
... these should be resolved by updating awesome-print 1.8.0 (more than a year old already)
The text was updated successfully, but these errors were encountered:
resolved with a switch to amazing_print: #8
Sorry, something went wrong.
No branches or pull requests
since recent LS (>= 7.X) has been using JRuby 9.2 for a while
and Ruby 2.5 deprecated the
Fixnum
class we should avoid seeing warnings such as :... these should be resolved by updating awesome-print 1.8.0 (more than a year old already)
The text was updated successfully, but these errors were encountered: