OpenSearch/docs/java-api
Jason Tedor 1708f1773b Mark Log4j API dependency as non-optional
The Log4j dependency is separated into two artifacts, the API and the
core implementation. This is to enable replacing Log4j on the backend
through the SLF4J bridge with another logging implementation. For this
reason, the dependencies are marked as optional. This causes confusion
amongst users as to use the bridge, the API should be non-optional since
it is needed for the bridge to function correctly. While they could pull
it into their application directly, it would be clearer if we simply
marked this depdendency as non-optional. Note that this does not mean
that users have to use Log4j for logging in their application, so we are
not marking core as required, it only clarifies what they need to be
able to plug in a different logging implementation.

Relates #25136
2017-06-08 16:09:34 -04:00
..
admin Docs: fix a typo in transport client's put-mapping.asciidoc (#23607) 2017-03-20 15:05:40 -04:00
aggregations Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00
docs Docs: fix response object name 2017-04-05 16:03:49 -04:00
query-dsl Build that java api docs from a test (#24354) 2017-05-02 13:00:56 -04:00
aggs.asciidoc removing duplicated parenthese open (#17975) 2016-04-26 20:13:08 +02:00
client.asciidoc Update TransportClient java documentation (#24205) 2017-04-20 10:35:35 +02:00
docs.asciidoc Add documentation for Delete By Query Java API 2016-12-16 18:11:55 +01:00
index.asciidoc Mark Log4j API dependency as non-optional 2017-06-08 16:09:34 -04:00
indexed-scripts.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
query-dsl.asciidoc Build that java api docs from a test (#24354) 2017-05-02 13:00:56 -04:00
search.asciidoc docs: fix search info in transport API docs (#22045) 2017-04-17 22:19:47 -04:00