Vladimir Sitnikov
Vladimir Sitnikov
I guess we could open GitHub Discussions. I've raised that a while ago, however @pmouawad was not fond of it: https://lists.apache.org/thread/0nqsxr93hlmd67c6wrlqg4z3sws0gnjy Philippe, WDYT of GitHub Discussions for the user group?
For reference, `bouncycastle` comes as a transitive dependency of `com.github.docker-java:docker-java-core`: ``` % ./gradlew :testcontainers:dependencies --configuration shaded shaded +--- org.awaitility:awaitility:4.2.0 | \--- org.hamcrest:hamcrest:2.1 +--- com.github.docker-java:docker-java-bom:3.4.2 | +--- com.github.docker-java:docker-java-core:3.4.2 (c) | +---...
Could we make the folders read-only in CI?
@jamesagnew , Just wondering: do you have a reproducer for the issue? By the way, the stacktraces do not match the line numbers from 42.7.5. Could you please provide a...
Even though OOM is hard to recover from, it is worth double-checking if there's a bug with Timer sharing logic. @jamesagnew , do OOM stacktraces have anything to do with...
I found one of the cases that might trigger "timer already cancelled" error: https://github.com/pgjdbc/pgjdbc/pull/3778 For instance, it would heal @lfgcampos' "NPE from StatementCancelTimerTask in run" case: https://github.com/pgjdbc/pgjdbc/issues/3530#issuecomment-2948773054 I'm not sure...
They did remove the class in Gradle 9: ``` Caused by: java.lang.NoClassDefFoundError: org/gradle/util/VersionNumber at com.github.lburgazzoli.gradle.plugin.karaf.KarafPlugin.apply(KarafPlugin.groovy:46) ```
Fixed in https://github.com/apache/jmeter/commit/04bd01aa41b86483b56178224c83e3532e23799a
Fixed in https://github.com/apache/jmeter/pull/6210
> I think the term database means the database that you connected to The problem is that "database" might mean different things there. For instance, it could be "server process"...