ef-labs / vertx-elasticsearch-service

Vert.x elasticsearch service with event bus proxying
57 stars 18 forks source link

Plugin support #32

Closed eemmiirr closed 7 years ago

eemmiirr commented 8 years ago

Added support for delete-by-query plugin and added the infrastructure to add in future support for more plugins. To be able to do that removed the embedded ES and put him inside a docker container which runs automaticly durring tests. Changed the test structure to use vertx-unit. Changed asserts to use hamcrest