I'm trying to use Spring data Jest in order to interact with an Amazon ES cluster. Right now, 18/04/2018, Amazon documentation says that the available versions of ES are "6.2, 6.0, 5.5, 5.3, 5.1, 2.3, and 1.5".
According to Spring Data Jest documentation, the ES supported versions are "1.5.2, 2.2.0, 2.4.3, 2.4.4, and 5.5.0".
So this means that I'm only capable of using Spring Data Jest library on ES 1.5 and 5.5.0? This ones are the only match that I see but perhaps I'm missing something.
I really want to use the latest version available but without using Spring Boot 2.X...