-
When running test containers with Maven Surefire I get the following error: https://maven.apache.org/surefire/maven-failsafe-plugin/faq.html#corruptedstream looking in the logs it seems Testcontainers…
-
@Aliaksei-Ashukha - Can you please share your thoughts on the below issue.
The Healenium wrapper instance is not getting created for cloud integration. We get unable to authenticate the remote req…
-
**Describe the bug**
My build crashes with a dependency check specific exception.
**Version of dependency-check used**
The problem occurs using version 7.4.1 of the org.owasp.dependencycheck …
-
Make it possible to specify a full docker image name in the JDBC URL and/or custom docker registries, and these might be necessary to allow teams to use their own privately managed images.
-
## Overview
Currently, the target of `@ParameterizedTest` is constrained to methods. When creating technology compatibility kits, it would be awesome to be able to apply this (or a similar annotati…
-
### Questions
Getting RuntimeException "java.lang.RuntimeException: Multi is a Map" while HGETALL with redis-server version 6.2.5.
Same is code is working with redis-server version "3.2.6".
###…
-
### Description
There have been discussion about running dev services over kubedock, to support dockerless environments.
We should first check which dev services work with `kubedock` and which are…
-
Test CouchbaseUpdateTest is failing on RHEL8.
```
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 30.099 s
-
TestContainers works locally. Builds on Codeship fail with the following:
```
2018-02-10_19:22:35.027 WARN o.t.utility.ResourceReaper - Can not connect to Ryuk at 172.17.0.1:32768
java.net.Socke…
-
### Expected Behavior
In micronaut 3 I was using controller methods with both `@body` and `HttpRequest` as arguments. For example the following code worked fine:
```
@Controller("/echo")
publi…