mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
new Event#from_json method
from_json POC add Event#from_json with corresponding specs pre-inititalize error class constants tests for Event#from_json support array of events in from_json, upgrade to latest jackson add test for partially invalid json array
This commit is contained in:
parent
7d8d6e4c7a
commit
ad6cb41726
13 changed files with 234 additions and 23 deletions
|
@ -1,5 +1,6 @@
|
|||
# this is a generated file, to avoid over-writing it just delete this comment
|
||||
require 'jar_dependencies'
|
||||
|
||||
require_jar( 'org.codehaus.jackson', 'jackson-core-asl', '1.9.13' )
|
||||
require_jar( 'org.codehaus.jackson', 'jackson-mapper-asl', '1.9.13' )
|
||||
require_jar( 'com.fasterxml.jackson.core', 'jackson-core', '2.7.1' )
|
||||
require_jar( 'com.fasterxml.jackson.core', 'jackson-annotations', '2.7.0' )
|
||||
require_jar( 'com.fasterxml.jackson.core', 'jackson-databind', '2.7.1-1' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue