Richard North
Richard North
@jgrumboe sorry for the slow response. I think that's a good idea, and I'd happily accept a PR if anybody wants to do this before I get around to it.
Thank you for the great plugin - it's really useful! Just to share, we're facing this same challenge and have a working setup - but some minor caveats. This works...
I'm not sure I'd say this is out of date, per se. The above code snippet runs OK with the current master version. However, the latest release version (AFAICT 3.2,...
Thanks for such a quick response. Yes, a patch release would be greatly appreciated. We have this occurring at a compression factor of 100 (and obviously an entirely different volume...
In both cases (the repro case above and our error in production) both failed at line 302 of MergingDigest.java, which is the following (in v3.2): ```java System.arraycopy(mean, 0, incomingMean, incomingCount,...
Aha, I think this is where I should chime in with our experiences of this on the Java side! Please take from this what you want: * We tried repo...
Yeah, that's a really good question. Changing the version would be unexpected, as you say, so we can't do that. We're probably locked in to these 'starter' versions at least...
This is probably something we should do with the Java implementation and other forks, at the right time. Please could we discuss the general approach to tackling this? I can't...
I'll put my 2 cents in: https://github.com/testcontainers/testcontainers-java/issues/2088 describes the direction we should take. TLDR: Testcontainers should continue to use the docker API, and Podman should implement that API. I think...
Hmm, I've not had a chance to dig into this, but it sounds like there's a log warning being emitted when Testcontainers is testing the JDBC connection while the container...