OpenSearch/modules
javanna 050585e89f remove BiFunction<Environment, TemplateService, Processor.Factory> in favour of Function<TemplateService, Processor.Factory>
the environment is now available through NodeModule#getNode#getEnvironment and can be retrieved during onModule(NodeModule), no need for this indirection anymore using the BiFunction
2016-01-15 15:12:53 +01:00
..
ingest-grok remove BiFunction<Environment, TemplateService, Processor.Factory> in favour of Function<TemplateService, Processor.Factory> 2016-01-15 15:12:53 +01:00
lang-expression Remove a few more Xlint skips 2016-01-06 23:28:13 -05:00
lang-groovy Remove -Xlint:-deprecation from plugins 2016-01-07 20:44:46 -05:00
lang-mustache Percolator refactoring: 2016-01-06 16:08:10 +01:00
build.gradle added gradle checks for modules configuration, and ability to add 2015-12-03 20:53:06 -08:00