OpenSearch/qa/smoke-test-ingest-with-all-...
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
..
src/test Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
build.gradle new ScriptProcessor for Ingest (#18193) 2016-06-15 14:57:18 -07:00