kaygorodov opened a new pull request, #1004: URL: https://github.com/apache/flink-kubernetes-operator/pull/1004
## What is the purpose of the change The autoscaling example image is based on Flink 1.18 rather than 1.20.1. ## Brief change log - Upgrades Flink and Java version for the base image to align it with the version in the parent pom that are used to build the autoscaling example jar which are 1.20.1 (flink.version) and java 17 (maven.compiler.source) - Removes the usage of deprecated Flink API ## Verifying this change I manually build the image and tested the example locally (autoscaling-dynamic.yaml). ``` DOCKER_BUILDKIT=1 docker build . -t autoscaling-example:latest apply -f autoscaling-dynamic.yaml ``` <img width="1701" height="104" alt="Screenshot 2025-08-03 at 9 20 20 PM" src="https://github.com/user-attachments/assets/873f0b2b-2eaf-4c5f-b808-01409db30f0a" /> <img width="1462" height="222" alt="Screenshot 2025-08-03 at 9 16 48 PM" src="https://github.com/user-attachments/assets/1baf17e9-7a89-4d73-a464-65e10dd5aaa7" /> ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (**no**) - The public API, i.e., is any changes to the `CustomResourceDescriptors`: (**no**) - Core observer or reconciler logic that is regularly executed: (**no**) ## Documentation - Does this pull request introduce a new feature? (**no**) - If yes, how is the feature documented? (**not applicable**) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org