This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from ed854c0240c [FLINK-32368][test] Fixes wrong interface implementation 
in KubernetesTestFixture
     add 89c15245531 [hotfix] Fix license indentation
     add 1b6db829502 [hotfix][yarn][tests] Simplify string construction
     add 1297e18a4f7 [hotfix][yarn] Set -XX:+IgnoreUnrecognizedVMOptions for 
task managers
     add e323a895712 [hotfix][build] Set -XX:+IgnoreUnrecognizedVMOptions in 
surefire VMs
     add 2940c02c986 [FLINK-25002][build] Add java 17 add-opens/add-exports JVM 
arguments

No new revisions were added by this update.

Summary of changes:
 .mvn/jvm.config                                    |   6 +
 flink-clients/pom.xml                              |   7 +
 flink-connectors/flink-connector-base/pom.xml      |   7 +
 flink-connectors/flink-connector-files/pom.xml     |   7 +
 flink-connectors/flink-connector-kafka/pom.xml     |   6 +
 flink-core/pom.xml                                 |  18 ++
 flink-dist/src/main/resources/flink-conf.yaml      |   5 +-
 .../flink-queryable-state-test/pom.xml             |   3 +
 .../test_local_recovery_and_scheduling.sh          |   2 +
 flink-examples/flink-examples-table/pom.xml        |   7 +
 flink-filesystems/flink-hadoop-fs/pom.xml          |  11 +
 flink-formats/flink-avro/pom.xml                   |  13 ++
 flink-formats/flink-csv/pom.xml                    |   7 +
 flink-formats/flink-json/pom.xml                   |   7 +
 flink-formats/flink-orc/pom.xml                    |   9 +
 flink-formats/flink-parquet/pom.xml                |   7 +
 flink-fs-tests/pom.xml                             |   7 +
 flink-java/pom.xml                                 |   9 +
 flink-kubernetes/pom.xml                           |   4 +
 flink-libraries/flink-cep/pom.xml                  |   7 +
 flink-libraries/flink-state-processing-api/pom.xml |   9 +
 flink-metrics/flink-metrics-jmx/pom.xml            |   7 +
 flink-python/pom.xml                               |   9 +
 flink-python/pyflink/pyflink_gateway_server.py     |   6 +-
 .../flink-queryable-state-runtime/pom.xml          |   7 +
 flink-runtime/pom.xml                              |  14 ++
 .../runtime/clusterframework/BootstrapTools.java   |   5 +
 .../clusterframework/BootstrapToolsTest.java       | 232 ++++++++++++++++-----
 .../flink/runtime/testutils/TestJvmProcess.java    |   5 +
 flink-scala/pom.xml                                |   7 +
 .../flink-statebackend-changelog/pom.xml           |   7 +
 .../flink-statebackend-rocksdb/pom.xml             |   7 +
 flink-streaming-java/pom.xml                       |   9 +
 flink-streaming-scala/pom.xml                      |   7 +
 flink-table/flink-sql-client/pom.xml               |   9 +
 flink-table/flink-sql-gateway/pom.xml              |   9 +
 flink-table/flink-sql-jdbc-driver/pom.xml          |   7 +
 flink-table/flink-table-planner/pom.xml            |  17 ++
 flink-table/flink-table-runtime/pom.xml            |   9 +
 .../apache/flink/test/util/TestProcessBuilder.java |   7 +
 flink-tests/pom.xml                                |   9 +
 flink-yarn-tests/pom.xml                           |   8 +
 flink-yarn/pom.xml                                 |   4 +
 pom.xml                                            |  10 +-
 44 files changed, 510 insertions(+), 59 deletions(-)

Reply via email to