Simon Swanson
Simon Swanson
I can confirm that removing `silent only` from the session file seems to fix the issue for me. However, I use startify for session management, and its convenience functions seem...
Thank you @sherry-ummen for this issue, even if it hasn't received any love. I was going crazy trying to figure out why my state transitions were happening asynchronously even with...
I think you're on the mark! A class similar to the one I put above would be exactly what I'm looking for, but there are a couple things to consider...
Related: https://github.com/palantir/gradle-consistent-versions/issues/308 I tried to force include the `testFixtures` source set, but this can cause issues with mismatched versions: ```groovy versionsLock { test { from(sourceSets.testFixtures) } } ``` My current...
The `testFixtures*` configurations are from a [core Gradle plugin](https://docs.gradle.org/current/userguide/java_testing.html#sec:java_test_fixtures), so not really an option for us. I do like the idea of looking for configurations starting with `test`, since I...
@kiview pulling the conversation back to the original issue https://github.com/testcontainers/testcontainers-java/pull/2741#issuecomment-1225513472 I don't really disagree with your comment on the PR, and it lines up with the general messaging from this...
@bsideup or @reggiemcdonald , what's the status here? If you don't have time or energy here, I'm happy to take over the PR