François JACQUES
François JACQUES
## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Feature (non-breaking change which adds functionality) - [ ] Breaking change...
Hi, for more than a year, PR, issues have been accumulated, without any response from repo owners. Is there a plan to tackle them at some point, or should the...
make sure to only wait remaining timeout when wait check out returns before timeout.
In BasicResourcePool, `System.currentTimeMillis()` is used to check the tiemout status of a checkout : https://github.com/swaldman/c3p0/blob/c5471304cc7a155d1c5b23a59579b3e996013a28/src/java/com/mchange/v2/resourcepool/BasicResourcePool.java#L1504 The problem is that the accuracy of `System.currentTimeMillis()` is dependent on the underlying OS and...
Hi, is this repo maintain ? Latest commit is from 2 years ago and latest release from 5 years ago. Is there any plans to update at least the dependencies...
gRPC version: 1.53.0 gRPC server transport: servlet gRPC client transport: netty ### What is your environment? MacOS 12.4 jdk11 ### What did you expect to see? This is a known...
Add option to force servlet transport to send trailers to avoid empty data frame with end_stream flag from servlet containers implementation (currently Tomcat). fixes https://github.com/grpc/grpc-java/issues/10124
There are scenarios where information held in the ContainerRequestContext need to be accessed in the decorateResponse method (properties, uriInfo...). Do you see any value into adding the ContainerRequestContext in the...