Per Lundberg
Per Lundberg
FWIW, [this fork](https://github.com/jpillora/forego) by @jpillora seems to be slightly more well-maintained. (Discovered in #127)
Thanks for a prompt reply. Yes, we run the exporter from systemd (like I presume most people would do), so automatic restarts are simple in that sense. > A related...
Ping @eddumelendez, just a friendly reminder that we are eagerly waiting on this fix. :slightly_smiling_face:
@eddumelendez Thanks a lot for this, appreciated! :pray: Now, if we could just get #3018 merged into the next release as well, I would be completely happy... :joy: :wink:
@alexandrklimov The fix is included in https://github.com/testcontainers/testcontainers-java/releases/tag/1.18.0, released last week. :tada: However, what I don't understand is why we're now seeing `\r\n` (CR+LF) line endings when calling `org.testcontainers.containers.ContainerState#getLogs()` on a...
> Is this happening from within a Windows process (JVM running on Windows)? @kiview Nope, interestingly not. Both the container and the host are Linux-based in this case. I debugged...
> So in your case, 1 did succeed, but then the container exited during 2? To change the behavior, we would likely need to change the logic of the `WaitStrategy`...
> I am not convinced about what it would bring in terms of user experience though? :thinking: Consistency. It is already possible to override the listener address of the internal...
Ah, I seem to have used an anti-pattern in these examples. :joy: Fixing. ``` ArchUnitExampleArchitectureTest > examples_should_be_independent_of_Guava FAILED java.lang.AssertionError: Architecture Violation [Priority: MEDIUM] - Rule 'no classes should access classes...
@hankem @codecholeric Please let me know what to do to push this forward. I guess understanding why the tests are failing would be a good first thing. :smile: