OpenSearch/plugins
Nik Everett ba5be0332d Remove optional logger wrappers
Removes all our logger wrappers except the wrapper for log4j1.2. If you
depend on Elasticsearch's jar in your application you'll need to declare
log4j 1.2 and/or some bridge to your favorite logger.

We did this to simplify our builds and code. No more commons-logging like
log implementation sniffing. No more optional dependency hacks in gradle.

We might one day want to use j.u.l instead of log4j. If we do want that
we can recover its wrapper by studying this commit. We didn't go directly
to j.u.l in this commit because that is a bigger change. Our logging
configuration is based on log4j1.2 and people are used to it. So it'd
be a much more fraught breaking change to do that conversion.
2016-02-26 16:41:07 -05:00
..
analysis-icu Use System#lineSeparator and not system property 2016-02-25 12:22:57 -05:00
analysis-kuromoji Upgrade to Lucene 5.5.0 official release 2016-02-20 17:34:16 -05:00
analysis-phonetic Upgrade to Lucene 5.5.0 official release 2016-02-20 17:34:16 -05:00
analysis-smartcn Upgrade to Lucene 5.5.0 official release 2016-02-20 17:34:16 -05:00
analysis-stempel Upgrade to Lucene 5.5.0 official release 2016-02-20 17:34:16 -05:00
delete-by-query Uppercase ells ('L') in long literals 2016-01-30 22:16:02 -05:00
discovery-azure convert more filters 2016-02-03 20:31:16 +01:00
discovery-ec2 Migrate AWS settings to new settings infrastructure 2016-02-11 12:03:09 +01:00
discovery-gce Moves GCE settings to the new infra 2016-02-19 17:00:39 -08:00
ingest-attachment Tests: Fix AttachmentProcessorFactoryTests to only check for existing fields 2016-02-10 15:29:16 +01:00
ingest-geoip ingest: Added foreach processor. 2016-02-04 23:44:01 +01:00
jvm-example Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
lang-javascript Add permission to access sun.reflect.MethodAccessorImpl from Groovy scripts 2016-02-09 16:47:38 +01:00
lang-python Remove optional logger wrappers 2016-02-26 16:41:07 -05:00
mapper-attachments Add a text field. 2016-02-15 10:43:44 +01:00
mapper-murmur3 Detach QueryShardContext from IndexShard and remove obsolete threadlocals 2016-02-08 15:05:03 +01:00
mapper-size Detach QueryShardContext from IndexShard and remove obsolete threadlocals 2016-02-08 15:05:03 +01:00
repository-azure Remove optional logger wrappers 2016-02-26 16:41:07 -05:00
repository-hdfs Remove optional logger wrappers 2016-02-26 16:41:07 -05:00
repository-s3 Migrate AWS settings to new settings infrastructure 2016-02-11 12:03:09 +01:00
store-smb fix eclipse to compile at all. why does the build not fail? 2016-02-04 18:57:53 -05:00
build.gradle Build: Add fixture capabilities to integ tests 2015-12-19 15:46:21 -08:00