Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 660 Bytes

CONTRIBUTING.adoc

File metadata and controls

11 lines (6 loc) · 660 Bytes

Spring Data contribution guidelines

You find the contribution guidelines for Spring Data projects here.

Running the test locally

In order to run the tests locally with ./mvnw test you need to have docker running because Spring Data Elasticsearch uses Testcontainers to start a local running Elasticsearch instance.

Class names of the test classes

Tset classes that do depend on the client have either ERHLC (when using the deprecated Elasticsearch RestHighLevelClient) or ELC (the new ElasticsearchClient) in their name.