mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
proper java to ruby conversions and specs
proper java to ruby convertion and specs missing ruby conversions add missing timestamp= method added usec method missing constants added usec, tv_usec, year methods clean ruby_to_hash_with_metadata method rework boolean cast add BigDecimal missing import reworked Ruby to JAva type conversion better nil objects handling and better debug trace
This commit is contained in:
parent
68e0d5c126
commit
cefd6be94f
8 changed files with 297 additions and 97 deletions
|
@ -3,6 +3,7 @@
|
|||
require "logstash/namespace"
|
||||
require "logstash/json"
|
||||
require "logstash/string_interpolation"
|
||||
require "cabin"
|
||||
|
||||
# transcient pipeline events for normal in-flow signaling as opposed to
|
||||
# flow altering exceptions. for now having base classes is adequate and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue