OpenSearch/modules/lang-painless
Jack Conradson bbbb11a698
Painless: Fix Bindings Bug (#33274)
When the change was made to the format for in the whitelist for bindings, parameters from
both the constructor and the method were combined into a single list instead of separate 
lists. The check for method parameters was being executed from the start of the combined 
list rather than the correct position. The tests for bindings used a constructor and a method 
that only used the int types so this was not caught. The test has been changed to also use 
a double type and this issue is fixed.
2018-08-30 14:33:32 -07:00
..
licenses Upgrade Painless from ANTLR 4.5.1-1 to ANTLR 4.5.3. (#27153) 2017-10-27 11:07:49 -07:00
spi Painless: Add Bindings (#33042) 2018-08-29 09:24:56 -07:00
src Painless: Fix Bindings Bug (#33274) 2018-08-30 14:33:32 -07:00
build.gradle Scripting: Replace Update Context (#32096) 2018-08-09 14:32:36 +02:00