OpenSearch/modules
Martijn van Groningen 809a5f13a4
Make -try xlint warning disabled by default. (#40833)
Many gradle projects specifically use the -try exclude flag, because
there are many cases where auto-closeable resource ignore is never
referenced in body of corresponding try statement. Suppressing this
warning specifically in each case that it happens using
`@SuppressWarnings("try")` would be very verbose.

This change removes `-try` from any gradle project and adds it to the
build plugin. Also this change removes exclude flags from gradle projects
that is already specified in build plugin (for example -deprecation).

Relates to #40366
2019-04-05 08:02:26 +02:00
..
aggs-matrix-stats Only create final MatrixStatsResults on final reduction (#39205) 2019-02-21 14:18:45 -05:00
analysis-common convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
ingest-common convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
ingest-geoip Remove -Xlint exclusions in the ingest-geoip module. (#40629) 2019-04-01 16:21:07 +02:00
ingest-user-agent convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
lang-expression Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
lang-mustache Default include_type_name to false in the yml test harness. (#38058) 2019-02-01 11:44:13 -08:00
lang-painless Move PainlessExecuteAction into action package (#40752) 2019-04-04 08:17:45 -07:00
mapper-extras convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
parent-join Small simplifications to mapping validation. (#39777) 2019-03-08 12:34:09 -08:00
percolator Remove -Xlint exclusions in the percolator module. (#40372) 2019-03-26 07:55:02 +01:00
rank-eval convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
reindex convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
repository-url convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
transport-netty4 Make -try xlint warning disabled by default. (#40833) 2019-04-05 08:02:26 +02:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00