how to find out what version of java is running on cloud AEM?
Since launching our sites a year ago, we have suffered constant issues with calling APIs and 3rd parties from servlets. This includes GOAWAY being randomly received, to invalid headers being appended and different Envs having different java http request characteristics with the same code.
Is there any way to find out what version of Java is running on a particular env? There doesn't seem to be anything in cloud manager or dev console.
We have seen for example that openjdk 11.0.14 has some issues with http2 for example.