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:
Colin Surprenant 2015-11-25 20:51:23 -05:00
parent 68e0d5c126
commit cefd6be94f
8 changed files with 297 additions and 97 deletions

View file

@ -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