OpenSearch/modules
Nik Everett 1bbd3c5400 Fix painless's out of bounds assertions in java 9
Java 9's exception message when lists have an out of bounds index
is much better than java 8 but the painless code asserted on the
java 8 message. Now it'll accept either.

I'm tempted to weaken the assertion but I like asserting that the
message is readable.
2016-10-29 22:21:57 -04:00
..
aggs-matrix-stats Remove empty javadoc (#20871) 2016-10-12 10:27:09 +02:00
ingest-common Refactor ScriptType to be a top-level class. 2016-10-26 10:21:22 -07:00
lang-expression Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
lang-groovy Refactor ScriptType to be a top-level class. 2016-10-26 10:21:22 -07:00
lang-mustache Refactor ScriptType to be a top-level class. 2016-10-26 10:21:22 -07:00
lang-painless Fix painless's out of bounds assertions in java 9 2016-10-29 22:21:57 -04:00
percolator Refactor ScriptType to be a top-level class. 2016-10-26 10:21:22 -07:00
reindex Refactor ScriptType to be a top-level class. 2016-10-26 10:21:22 -07:00
transport-netty3 Add correct Content-Length on HEAD requests 2016-10-25 23:08:19 -04:00
transport-netty4 Add correct Content-Length on HEAD requests 2016-10-25 23:08:19 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00