OpenSearch/plugins
Martijn van Groningen e5cec87697
Remove -Xlint exclusions in all plugins. (#40721)
The xlint exclusions of the following plugins were removed:
* ingest-attachment.
* mapper-size.
* transport-nio. Removing the -try exclusion required some work, because
  the NettyAdaptor implements AutoCloseable and NettyAdaptor#close() method
  could throw an InterruptedException (ChannelFuture#await() and a generic
  Exception is re-thrown, which maybe an ChannelFuture). The easiest way
  around this to me seemed that NettyAdaptor should not implement AutoCloseable,
  because it is not directly used in a try-with-resources statement.

Relates to #40366
2019-04-04 08:30:34 +02:00
..
analysis-icu Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-kuromoji Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-nori Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-phonetic Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-smartcn Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-stempel Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-ukrainian Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
discovery-azure-classic Remove note about Azure ARM plugin (#40219) 2019-03-20 16:31:37 +01:00
discovery-ec2 Bump jackson-databind version for AWS SDK (#39183) 2019-02-20 13:04:50 -05:00
discovery-gce Align docs etc with new discovery setting names (#38492) 2019-02-06 11:34:38 +00:00
examples Add no-jdk distributions (#39882) 2019-03-15 00:55:57 -07:00
ingest-attachment Remove -Xlint exclusions in all plugins. (#40721) 2019-04-04 08:30:34 +02:00
mapper-annotated-text search as you type fieldmapper (#35600) 2019-03-27 13:29:13 -07: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 Testclusters: convert plugin repository-s3 (#40399) 2019-03-27 08:40:16 +02:00
repository-gcs plugins/repository-gcs: Update google-cloud-storage/core to 1.59.0 (#39748) 2019-03-10 11:04:52 -04:00
repository-hdfs Fix repository-hdfs when no docker and unnecesary fixture 2019-03-29 16:55:12 +02:00
repository-s3 Fix 3rd pary S3 tests (#40588) 2019-03-29 08:04:16 +02:00
store-smb Store Pending Deletions Fix (#40345) 2019-03-26 15:30:44 +01:00
transport-nio Remove -Xlint exclusions in all plugins. (#40721) 2019-04-04 08:30:34 +02:00
build.gradle Testclusters: convert plugin repository-s3 (#40399) 2019-03-27 08:40:16 +02:00