OpenSearch/modules
Nik Everett 73bf29072f Painless: Fix def invoked qualified method refs (#22918)
We were incorrectly resolving qualified method references at run
time when invoked on `def`. This lead to errors like
`The struct with name [org] has not been defined.` when attempting

```
doc.date.dates.stream().map(
  org.joda.time.ReadableDateTime::centuryOfEra
).collect(Collectors.toList())
```
2017-02-02 10:15:03 -05:00
..
aggs-matrix-stats Remove InternalAggregation.Type (#22511) 2017-01-10 11:57:19 -05:00
ingest-common Change Namespace for Stored Script to Only Use Id (#22206) 2017-01-31 13:27:02 -08:00
lang-expression Change Namespace for Stored Script to Only Use Id (#22206) 2017-01-31 13:27:02 -08:00
lang-mustache Change Namespace for Stored Script to Only Use Id (#22206) 2017-01-31 13:27:02 -08:00
lang-painless Painless: Fix def invoked qualified method refs (#22918) 2017-02-02 10:15:03 -05:00
percolator replace custom functional interface with CheckedFunction in percolate module 2017-01-16 13:57:58 +01:00
reindex Move delete by query helpers into core (#22810) 2017-01-27 16:09:18 -05:00
repository-url Add repository-url module and move URLRepository (#22752) 2017-01-25 17:09:25 -06:00
transport-netty4 Add single static instance of SpecialPermission (#22726) 2017-01-21 12:03:52 -06:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00