OpenSearch/plugins/delete-by-query
Simon Willnauer a0c10850d9 Use Supplier instead of Reflection
Java 8 allows for method references which in-turn will cause
compile errors if a method is not visible while reflection fails late
and maybe too late. We can now register Request instances via FooRequest::new
instead of passing FooRequest.class and call it's ctor via reflection.
2015-09-14 09:11:32 +02:00
..
licenses no_deps.txt should be in the licenses/ directory in plugins 2015-08-09 20:16:11 +02:00
rest-api-spec REST spec: Fixed link to delete-by-query docs 2015-08-25 11:57:55 +02:00
src Use Supplier instead of Reflection 2015-09-14 09:11:32 +02:00
.gitignore Refactor pluginservice 2015-07-22 10:45:45 -04:00
LICENSE.txt Added LICENSE and NOTICE files for all plugins 2015-06-23 12:50:31 +02:00
NOTICE.txt Added LICENSE and NOTICE files for all plugins 2015-06-23 12:50:31 +02:00
pom.xml Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00