Kevin Wittek
Kevin Wittek
Since I face the same bug (and this is my first time I try testing in the Java module world), I wonder what the workaround is?
Ok good to now. I'll try to get some time committed to do this at work, this shouldn't be too hard.
I would prefer a more explicit Bitbucket connector, and not some implicit hacks based on Url format. But AFAIK there were already lot's of fully supported Bitbucket Addons for Confluence...
It's BSD 3 license, so this should be fine. Can we continue the discussion inside #11 , since this issue is about Gitlab? 😉
Cool, thanks :) I'll look into it this week.
Would it be possible to have two different PRs? The first one for switching to alpine and another for adding the full backup functionality? And since a lot of code...
Since we are currently missing any CI, have you tested your changes somewhere? ;)
As explained in more detail in https://github.com/testcontainers/testcontainers-java/issues/651#issuecomment-429444961, I'm pretty sure this could be solved (or more correctly, the warnings omitted), by setting the `skipMemoryLeakChecksOnJvmShutdown` Tomcat context attribute. If this would...
Thanks for both your input. We will try to investigate in Testcontainers if we have enough control over those threads, to terminate them in an orderly fashion. The threads from...
We just recently switched from Netty to OkHttp as the transport (for multiple different reasons), so we haven't investigated OkHttp's behavior in this regard yet. But understanding your use case...