OpenSearch/modules/lang-expression
Simon Willnauer 18ff051ad5 Simplify ScriptModule and script registration (#18903)
Registering a script engine or native scripts still uses Guice today
and is much more complicated than needed. This change moves to a pull
based model where script plugins have to implement a dedicated interface
`ScriptPlugin` and defines simple getter returning instances rather than
classes.
2016-06-16 09:35:13 +02:00
..
licenses Upgrade to lucene-6.1.0-snapshot-3a57bea. 2016-06-10 16:18:12 +02:00
src Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
build.gradle Remove a few more Xlint skips 2016-01-06 23:28:13 -05:00