-
When resuing same HTTP client instance with `reuseHttpClientInstance()` configuration option I am getting the following error:
```
java.lang.IllegalStateException: Invalid use of BasicClientConnMana…
-
While `@DynamicPropertySource` is great, it would be even better if it could be executed on each `@Test` method instead only one time at start of the test class.
For example: okhttp `MockWebServer`…
-
Today i discovered an issue with the setup-bun action. We use setup-bun to install the dependencies and then execute the app with node.
I also can see that setup-bun not containerized, which runs in …
-
If you want to check what would theoretically be your values for a server given its max money and minimum security level, you can use the [mockServer](https://github.com/bitburner-official/bitburner-s…
arunk updated
2 months ago
-
Resilience4j version: 2.0.2
Java version: 17
Spring Boot version: 3.0.5
I'm migrating a Spring Boot starter from using `RestTemplate` to `WebClient`. As part of that migration, I have to redo…
-
**Describe the issue**
I recently switched to a m1 max macbook and i found that the startup of mockserver often timed out randomly. Occasionally after a successful startup and tests are running, but …
-
My use case is currently as follows:
1. I create a mockttp server on some port
2. I create replies for paths and match specific fields in the headers
How do I go about deleting individual repl…
-
**Describe the issue**
With mock-server running behind a reverse-proxy setup (with a path prefix) the UI tries to establish a websocket to `/_mockserver_ui_websocket` which results in a 404 (as it ig…
-
Hello,
I've been playing this morning with this library to write some tests, thanks for making it available on the first place 😄
I don't know if this already exists as a feature, but I'm looking…
-
`gulp.task('mockserver', function(){
gulp.src('.')
.pipe(mockserver({
livereload: false,
directoryListing: true,
port: 8090,
mockDir: './data',
allowCro…
vw331 updated
7 years ago