-
I started using the mock server and i noticed i could not run the application itself when adding mock server without adding netty-codec and netty-resolver. I found out that mock server includes a tran…
-
(Follow up of https://github.com/spring-projects/spring-framework/issues/33164)
Our Webservice that uses WebFlux returns sometimes responses like:
```http
...(more requests on same connection).…
-
## Expected Behavior
When the system variable `-Dreactor.netty.pool.maxConnections=777` is supplied to the jvm the default client connection pool should respect the setting provided if it…
-
Hello Community,
Please Im having an issue can't figure what Im missing:
RecordedRequest request = server.takeRequest();
request.getBody().readUtf8()
Intellij, spring boot unit test is tellin…
-
example code below:
```
return serviceClient
.post()
.body(BodyInserters.fromObject(request))
.exchange()
.flatMap(clientResponse …
-
**Describe the bug**
We are uploading file to azure using uploadWithResponse of BlobClient, then we download the filestream and upload the same file to a new location using the same uploadWithRespons…
-
### System information
2024-08-02T20:55:50.195+08:00 ERROR 7 --- [boundedElastic-97] o.s.w.s.adapter.HttpWebHandlerAdapter : [02e0afb0-4296] 500 Server Error for HTTP GET "/"
### What is the proj…
-
### Describe the problem
Hello, the healenium log with selenium grid shows me the following exception, could someone help me understand it?
### Additional context
_No response_
-
`NetServer` now supports `tcpKeepAlive` flag which is translated to Netty's `SO_KEEPALIVE` flag. However, the keepalive interval, idle time and count cannot be set through settings, which means it def…
-
### Description
I'm trying to run a local hedera node as per the documentation https://github.com/hashgraph/hedera-services/blob/develop/hedera-node/docs/intellij-quickstart.md but I get an error m…