Hi, I have setup the 5.2.2 es with jdk version 1.8.
The 5.2.2 java client required jdk1.8, But my application is still use the old jdk 1.7, it is hard to upgrade now. can I use the below client to access the laster elasticsearch cluster?
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>2.4.4</version>
</dependency>