spuru9 opened a new pull request, #251: URL: https://github.com/apache/flink-connector-aws/pull/251
## Purpose of the change Aligns the connector with the latest `flink-connector-parent` (2.0.0) and Flink core releases, per [FLINK-40065](https://issues.apache.org/jira/browse/FLINK-40065). Same update as done for Kafka (FLINK-39138), OpenSearch (FLINK-39707) and Elasticsearch (FLINK-39809). - Bump `flink-connector-parent` 1.0.0 → 2.0.0 (raises base Java version from 8 to 11, enables the RAT license check by default) - Bump `flink.version` 2.0.0 → 2.1.2 (the floor of the currently supported 2.1/2.2 window) - Update CI: `push_pr.yml` matrix [2.0.0] → [2.1.2, 2.2.1], `nightly.yml` [2.0-SNAPSHOT] → [2.2-SNAPSHOT] - Update `JavadocMethod` configuration in `tools/maven/checkstyle.xml` for Checkstyle 10.18.2 (the properties removed here no longer exist; same change as OpenSearch in FLINK-39707) - Apply Spotless formatting from the updated google-java-format (mechanical only: throws-clause wrapping, comment indentation, blank lines) ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. Verified locally: full `mvn clean install -DskipTests` passes (Checkstyle, Spotless and RAT checks included), and the unit test suites of the two modules touched by the Spotless reformat (`flink-connector-aws-kinesis-streams`, `flink-connector-dynamodb`) pass. ## Significant changes - [x] Dependencies have been added or upgraded - [ ] Public API has been changed (Public API is any class annotated with `@Public(Evolving)`) - [ ] Serializers have been changed - [ ] New feature has been introduced ## AI Usage Disclosure - [x] This contribution was developed with AI assistance (Claude Code) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
