Skip to content
New issue

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

annoying warning due Fixnum removal #7

Closed
kares opened this issue Jan 20, 2020 · 1 comment
Closed

annoying warning due Fixnum removal #7

kares opened this issue Jan 20, 2020 · 1 comment

Comments

@kares
Copy link

kares commented Jan 20, 2020

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 :

/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)

@kares
Copy link
Author

kares commented Jan 14, 2021

resolved with a switch to amazing_print: #8

@kares kares closed this as completed Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant