Dmitry F

Results 20 comments of Dmitry F

@sadhen here's my experience with this stack http://dimafeng.com/2016/01/02/scala-spring/ So far we built 4 applications with the same approach and all of them are in production.

@i-am-the-slime you can use the `com.dimafeng.testcontainers.Container` trait and manage its lifecycle at your own code via `starting()`, `finished()`, etc. This approach should simplify usage of the testcontainers comparing to usage...

@rators I saw this project - https://github.com/ChristopherDavenport/testcontainers-specs2 but I'm not sure if it's what you're looking for. But if you're interested in contributing specs2 support into the project I'd love...

hi @jausmann-wc thanks for reporting this! would you be interested in contributing this feature?

@jbwheatley do you know what that could be?

Hi @jamesward, I don't have experience with Play. Would you consider contributing a module that covers your use case?

@albertoadami thank you for your contribution. Can you share more detail on your use case? If it is generic enough, I think it should be added to the Java library...

Hi @miketwo, Sorry for the late response. Thank you for sharing this! It's a great idea to have "pre-baked". I'm not sure that having them as a trait is generic...

Sorry for the delay. Just released

@tpetrucciani thanks for reporting it. I'm not an expert in MUnit but by looking at the documentation, I'd assume that it should work out of the box. ``` override def...