Simone Giusso
Simone Giusso
When I try to install the extension I have the following error: ``` make install USE_PGXS=1 clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2...
This follows the issue [Improve documentation for uri(URI) method in WebTestClient regarding base URI](https://github.com/spring-projects/spring-framework/issues/28058#issue-1139690388) where all details are explained. To summarize: - Using WebTestClient without `@AutoConfigureWebTestClient` and with `@SpringBootTest(webEnvironment =...
### Brand Name JooQ ### Website https://www.jooq.org ### Popularity Metric It's Popular ### Official Resources for Icon and Color None ### Additional Comments _No response_
### Brand Name Project Reactor ### Website https://projectreactor.io ### Popularity Metric It's popular ### Official Resources for Icon and Color None ### Additional Comments _No response_
I have a Spring WebFlux application where sometimes the client closed the connection while the app is writing the response. This cause a `io.netty.channel.StacklessClosedChannelException`. From the log I see that...
### Describe the bug I won't called it a bug but is something unexpected. Under high load our reactive service get OOM. The cause is the `CommandHandler#stack` lettuce-core deque (please...