mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 05:37:21 -04:00
This library provides a "log4j 1.2"-like API from the log4j2 library. We don't seem to use this, and including it seems to be the cause of the Logstash log4j input rejecting log4j 1.x's SocketAppender with this message: org.apache.log4j.spi.LoggingEvent; class invalid for deserialization The origin of this error is that log4j2's log4j-1.2-api defines LoggingEvent without `implements Serializable`. This commit also includes regenerated gemspec_jars.rb and logstash-core_jars.rb. Reference: https://github.com/logstash-plugins/logstash-input-log4j/issues/36 Fixes #6309
8 lines
518 B
Ruby
8 lines
518 B
Ruby
# This file is generated by Gradle as part of the build process. It extracts the build.gradle
|
|
# runtime dependencies to generate this gemspec dependencies file to be eval'ed by the gemspec
|
|
# for the jar-dependencies requirements.
|
|
|
|
gem.requirements << "jar org.apache.logging.log4j:log4j-api, 2.6.2"
|
|
gem.requirements << "jar org.apache.logging.log4j:log4j-core, 2.6.2"
|
|
gem.requirements << "jar com.fasterxml.jackson.core:jackson-core, 2.7.4"
|
|
gem.requirements << "jar com.fasterxml.jackson.core:jackson-databind, 2.7.4"
|