logstash-plugins / logstash-input-gelf

Apache License 2.0
20 stars 39 forks source link

fix: restore separate BigDecimal routing to avoid JRuby panic #71

Closed yaauie closed 2 years ago

yaauie commented 2 years ago

Adds a test case for large exponent-notation timestamp fields and restores the separate routing of BigDecimal-decoded timestamps.

Relates: #67 Resolves: #70