spuru9 opened a new pull request, #71:
URL: https://github.com/apache/flink-connector-mongodb/pull/71
Prepares the main branch for the upcoming MongoDB driver upgrade to 5.11.x,
which removes support for MongoDB Server 4.0 (driver ≥5.5 requires wire version
8 / MongoDB 4.2+ — verified directly against a live MongoDB 4.0.28 server,
which is rejected with `MongoIncompatibleDriverException`). As part of that
same change, the `mongodb4` CI profile will also move off MongoDB 4.0.28, which
has no available patch for CVE-2025-14847 ("MongoBleed"), to 4.4.30.
This PR only bumps the version string across the module poms — no functional
change.
## Test plan
- [x] `mvn clean test-compile` succeeds across all 5 modules.
- [ ] CI green.
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes (please specify the tool below)
Generated-by: 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]