7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java2,678 forks (2,678 forks)batch import
good first issuemongodb
Repository metrics
- Stars
- 9,113 stars (9,113 stars)
- PR merge metrics
- Avg merge 5d 9h (Avg merge 5d 9h)306 merged PRs in 30d (306 merged PRs in 30d)
Description
The current versions have reached EOL: https://www.mongodb.com/legal/support-policy/lifecycles
MongoServer should use 6.x version. We will probably need to fix the command because there were some changes around TLS.
TestMongo4LatestConnectorSmokeTest should use 8.x and the class should be renamed to TestMongoLatestConnectorSmokeTest.
Contributor guide
- Research direction
- Update MongoDB Docker image versions from EOL to 6.x for MongoServer and 8.x for TestMongo4LatestConnectorSmokeTest, and rename the test class to TestMongoLatestConnectorSmokeTest. Verify TLS command changes.
- Tech stack
- javadockermongodb
- Domain
- backendtesting
- Issue type
- Chore
- Prerequisites
- JavaDocker