fix(kinesisanalytics-flink-alpha): mark deprecated flink runtimes as deprecated#37155
Conversation
…rom integ test Remove FLINK_1_6, FLINK_1_8, FLINK_1_11, and FLINK_1_13 from integ.application.lit — these runtimes are deprecated/EOL in Amazon Managed Service for Apache Flink. Keep only supported versions: FLINK_1_15, FLINK_1_18, FLINK_1_19, FLINK_1_20. Ref: https://docs.aws.amazon.com/managed-flink/latest/java/release-version-list.html
|
|
||||||||||||||
|
|
||||||||||||||
Mark FLINK_1_6, FLINK_1_8, FLINK_1_11, and FLINK_1_13 as deprecated in the Runtime class. These versions are deprecated by Amazon Managed Service for Apache Flink and have reached end of support.
|
@leonmk-aws done, marked the deprecated ones with @deprecated |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status
This pull request spent 30 minutes 53 seconds in the queue, including 30 minutes 40 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
N/A — Integration test remediation.
Reason for this change
integ.application.litfails because it creates Flink applications using deprecated runtimes (FLINK-1_6, FLINK-1_8, FLINK-1_11, FLINK-1_13). These runtimes are EOL in Amazon Managed Service for Apache Flink:Ref: https://docs.aws.amazon.com/managed-flink/latest/java/release-version-list.html
Description of changes
Removed deprecated runtimes from the test array. Kept only currently supported versions: FLINK_1_15, FLINK_1_18, FLINK_1_19, FLINK_1_20.
Added @deprecated tags to deprecated ones.
Describe any new or updated permissions being added
N/A
Description of how you validated changes
Destructive change: 4
AWS::KinesisAnalyticsV2::Applicationresources and 4AWS::CloudWatch::Alarmresources removed (the deprecated runtime versions).Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license