OpenSearch/modules/lang-groovy/src
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
..
main Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
test changes from review 2016-06-14 13:45:03 +01:00