Mike
Mike
In principle, this looks like it should solve a problem that's vexed my team for a while. We have nodes frequently not getting new data because the current approaches seem...
@banzo we don't really track issues raised here. That's done in the ASF Jira.
@exceptionfactory can I get a review?
Yes, the changes to `PutGridFS` are intentional. [Per the documentation](https://www.mongodb.com/docs/manual/core/gridfs/#files.md5), the `md5` built-in attribute was deprecated and appears to have been removed as of MongoDB 5.X (6.x is the latest...
As you can see in the test, I used MongoDB V5 for the integration tests (couldn't get 6 to start up in Docker for some reason). With V5, the MD5...
@exceptionfactory any chance you could review this? To validate it, just run this with docker running: `mvn clean install -Pcontrib-check,integration-tests` while Docker is running from the mongo bundle folder.
@ChrisSamo632 I can apply the changes I made to make Testcontainers optional for this one too. Do you have a little time to do a review?
Going to redo this from scratch @exceptionfactory to limit the scope.
The GeoIP enrichment unit tests are what's failing now.
@ChrisSamo632 see feedback above. When I ran your branch on the command line, I got a bunch of NoClassDef errors because testcontainers has an explicit scope of `test` set in...