OpenSearch/libs
Lee Hinman d4fddfa2a0
Remove log4j dependency from elasticsearch-core (#28705)
* Remove log4j dependency from elasticsearch-core

This removes the log4j dependency from our elasticsearch-core project. It was
originally necessary only for our jar classpath checking. It is now replaced by
a `Consumer<String>` so that the es-core dependency doesn't have external
dependencies.

The parts of #28191 which were moved in conjunction (like `ESLoggerFactory` and
`Loggers`) have been moved back where appropriate, since they are not required
in the core jar.

This is tangentially related to #28504

* Add javadocs for `output` parameter

* Change @code to @link
2018-02-20 09:15:54 -07:00
..
elasticsearch-core Remove log4j dependency from elasticsearch-core (#28705) 2018-02-20 09:15:54 -07:00
elasticsearch-nio Fix threading issue on listener notification (#28730) 2018-02-19 12:13:00 -07:00
plugin-classloader Plugins: Add plugin extension capabilities (#27881) 2018-01-03 11:12:43 -08:00
secure-sm Fixes Eclipse build after secure-sm project was added (#28480) 2018-02-01 15:33:26 +00:00
build.gradle Build: Automatically add projects under libs, qa, modules and plugins (#28279) 2018-01-17 19:54:43 -08:00