Sam Barker created FLINK-36392:
----------------------------------
Summary: Varying the Java version in the Operator CI has no effect
Key: FLINK-36392
URL: https://issues.apache.org/jira/browse/FLINK-36392
Project: Flink
Issue Type: Bug
Components: Kubernetes Operator
Reporter: Sam Barker
[FLINK-33471|https://issues.apache.org/jira/browse/FLINK-33471] &
[FLINK-33359|https://issues.apache.org/jira/browse/FLINK-33359] both modified
the Kubernetes Operator edge to edge test suite to support to support a variety
of java versions in GitHub CI. However as far as I can tell this well
intentioned move hasn't actually had the desired effect. As the JVM which
actually runs the maven build of the operator is executed within the context of
a Docker container based on
[temurin-11|https://github.com/apache/flink-kubernetes-operator/blob/d946f3f9f3a7f12098cd82db2545de7c89e220ff/Dockerfile#L19].
Therefore all the tests are actually executed by a java operator built and
running under JDK/JRE 11.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)