spuru9 opened a new pull request, #75: URL: https://github.com/apache/flink-connector-mongodb/pull/75
## Purpose Adds MongoDB 8.0 to the connector's multi-version integration test matrix, per [FLINK-40714](https://issues.apache.org/jira/browse/FLINK-40714). This depends on the mongo-driver bump to 5.11.1 in [FLINK-40713](https://issues.apache.org/jira/browse/FLINK-40713) (already merged), which is the version range (5.8–5.11) with full compatibility across the MongoDB 8.x line. ## Changes * Add `<mongodb8.version>8.0.32</mongodb8.version>` to `pom.xml` * Add a `mongodb8` profile setting `mongodb.version` to it * Add `mongodb8` to the CI matrix in `.github/workflows/push_pr.yml` * `weekly.yml` has no mongodb-version axis, so no change needed there ## Verifying this change Ran the full `flink-connector-mongodb` unit + integration test suite under `-Pmongodb8` against a live `mongo:8.0.32` testcontainer: ``` mvn clean verify -Pmongodb8 -pl flink-connector-mongodb -am ``` Result: 57 unit tests + 48 integration tests passed, 0 failures/errors. Confirmed via `docker images` that the `mongo:8.0.32` image was actually pulled and exercised (not silently falling back to another tag). ## Significant changes - [ ] 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 If any of the checkboxes are checked, please include a description of the metadata change and the reason why it's needed. Generated-By: Claude Sonnet 5 <[email protected]> -- 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]
