Elastic search Client JVM compatibility

Hi,

I found this support matrix https://www.elastic.co/support/matrix#show_jvm

I want to run elastic search server on supported JVM. But my application runs on IBM Jre, so the Elastic client will run on IBM JRE. I'm considering using either Elastic Node Java client or Elastic Transport Java client. Is it OK to use either of those Elastic clients under IBM Jre, or do I need to refrain from using both of those Elastic Clients and instead Use an Http Client to communicate with elastic?

We don't support the IBM JRE at all, so you can try using it on the client side but you are on your own.

HTTP seems to be the sanest option here.