cott
cott
I don't know if this is a bug / shortcoming, or it just needs a documentation improvement. :) We recently tried to convert to using `@GrpcClientBean` on a `@Configuration` class...
We have a Maven multi-module project and have been using the Maven plugin for a while successfully: our rules are all in an `arch` module, and the plugin just configures...
Thanks for this example - it was very helpful. I have a very similar use case with CPU intensive requests. Multiprocessing works well with one limitation: I see requests frequently...
…fail to start rather than throwing endless Executor errors. ## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring...
See #553 When we have a test designed to fail, for example a duplicate key insertion, DB Rider can no longer rollback after the test: ``` Caused by: org.postgresql.util.PSQLException: ERROR:...
Despite the work in #439 , we see `InvocationInputParseException` errors caused by client disconnects that are logged as ERROR by `AbstractGraphQLHttpServlet`. We can provide our own `GraphQLHttpServlet` that stops this,...
Any chance of adding e.g. lombok `@Builder`s for entities?