OpenSearch/plugins
Jason Tedor 371cb9a8ce
Remove Log4j 1.2 API as a dependency (#42702)
We had this as a dependency for legacy dependencies that still needed
the Log4j 1.2 API. This appears to no longer be necessary, so this
commit removes this artifact as a dependency.

To remove this dependency, we had to fix a few places where we were
accidentally relying on Log4j 1.2 instead of Log4j 2 (easy to do, since
both APIs were on the compile-time classpath).

Finally, we can remove our custom Netty logger factory. This was needed
when we were on Log4j 1.2 and handled logging in our own unique
way. When we migrated to Log4j 2 we could have dropped this
dependency. However, even then Netty would still pick up Log4j 1.2 since
it was on the classpath, thus the advantage to removing this as a
dependency now.
2019-05-30 16:08:07 -04:00
..
analysis-icu Upgrade to Lucene 8.1.0 (#42214) 2019-05-23 11:46:45 +02:00
analysis-kuromoji Upgrade to Lucene 8.1.0 (#42214) 2019-05-23 11:46:45 +02:00
analysis-nori Upgrade to Lucene 8.1.0 (#42214) 2019-05-23 11:46:45 +02:00
analysis-phonetic Upgrade to Lucene 8.1.0 (#42214) 2019-05-23 11:46:45 +02:00
analysis-smartcn Upgrade to Lucene 8.1.0 (#42214) 2019-05-23 11:46:45 +02:00
analysis-stempel Upgrade to Lucene 8.1.0 (#42214) 2019-05-23 11:46:45 +02:00
analysis-ukrainian Upgrade to Lucene 8.1.0 (#42214) 2019-05-23 11:46:45 +02:00
discovery-azure-classic Remove Log4j 1.2 API as a dependency (#42702) 2019-05-30 16:08:07 -04:00
discovery-ec2 Remove Log4j 1.2 API as a dependency (#42702) 2019-05-30 16:08:07 -04:00
discovery-gce Remove Log4j 1.2 API as a dependency (#42702) 2019-05-30 16:08:07 -04:00
examples Testclusters: support for security and convert example plugins (#41864) 2019-05-08 14:04:00 +03:00
ingest-attachment [Backport] Improve build configuration time (#42674) 2019-05-30 10:29:42 -07:00
mapper-annotated-text Simplify handling of keyword field normalizers (#42002) 2019-05-10 14:38:46 +01:00
mapper-murmur3 Small refactorings to analysis components (#40745) 2019-04-03 14:22:16 +02:00
mapper-size Remove -Xlint exclusions in all plugins. (#40721) 2019-04-04 08:30:34 +02:00
repository-azure Add Infrastructure to Run 3rd Party Repository Tests (#42586) (#42604) 2019-05-28 10:46:22 +02:00
repository-gcs Remove Log4j 1.2 API as a dependency (#42702) 2019-05-30 16:08:07 -04:00
repository-hdfs Remove Log4j 1.2 API as a dependency (#42702) 2019-05-30 16:08:07 -04:00
repository-s3 Remove Log4j 1.2 API as a dependency (#42702) 2019-05-30 16:08:07 -04:00
store-smb Remove IndexStore and DirectoryService (#42446) 2019-05-24 12:14:56 +02:00
transport-nio Remove Log4j 1.2 API as a dependency (#42702) 2019-05-30 16:08:07 -04:00
build.gradle Testclsuters: convert plugins qa projects (#41496) 2019-04-26 08:57:52 -07:00