Sergey Chernov
Sergey Chernov
I still do not see any answer on my e-mail, probably the spam filter is stubborn (please check your spam folder, maybe you'll find smth interesting :D ) So, I...
The issue is indeed related to `GradleWrapperMain` which has memory options defined in gradlew script (and does not take into consideration the `gradle.properties`). By default it's configured this way: ```...
The full log for Colima execution: ``` [main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first [main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Found Docker environment with local Unix socket...
@divStar you can add a retry get connection logic before using the `DataSource` wrapping the postgres container. That's my code: ```java /** * The colima docker environment has a bit...
The builds fails on functionalTests, but only for android. It seems that file iteration has side effect. I need some time to investigate it, but still curious about the idea...
I tried to use https://github.com/apache/maven-resolver/pull/1508 and as I can see the problem is still there. Can you please confirm you have a better results for project generated via https://github.com/maven-turbo-reactor/maven-multiproject-generator ?
Awesome. I don't have much capacity to contribute there, but I'm open for validating prototypes.
@cstamas https://github.com/apache/maven/pull/11043 is targeted to master which is `4.1.x`. Do you plan to backport it for `4.0.x`? I tried to use head `4.0.x` and update the maven-resolver dependency to `2.0.11/2.0.12-SNAPSHOT`,...