-
**Is this a BUG REPORT or FEATURE REQUEST?**: feature request
## Description
Uplift to the jersey-apache2-connector(httpclient5) connector.
https://github.com/dmandalidis/docker-client/…
-
I have an application with the following dependencies
org.eclipse.jetty
jetty-server
12.0.15
org.eclipse.jetty
…
-
### Brief Summary
When using Jersey and Jackson to deserialize XML, any change to the configuration of the `WebTarget` causes a memory leak.
I suspect this was caused by FISH-6432 Applications …
-
### Version
main branch
### Describe what's wrong
I can alter doris table property by SQL
```
mysql> ALTER TABLE test_aggregate SET ("in_memory" = "true");
Query OK, 0 rows affected (0.02 sec)
…
-
PR https://github.com/eclipse-ee4j/jersey/pull/5349 changed the visibility of default ParamConverter constructors in Jersey 2.40+ to private. For example:
https://github.com/eclipse-ee4j/jersey/pull/…
-
Exception from Jersey layer while closing response is not handled and implications can very depending on the implementation of ResponseWriter.
For Eg. Helidon is using a custom implementation o…
-
-
We have a rest service which use docusign esign java client. The application is based on spring boot 3 and webflux. It use this code to refresh the token (boiler plate removed for clarity) :
`…
-
Using Jersey 3.1.0 and `ApacheConnectorProvider` (Apache HTTP Client 4.5.13). Why is this happening?
Looks like the cause is `org.apache.http.client.NonRepeatableRequestException: Cannot retry requ…
-
can you please help me to fix this error, i tried all possible combinations
I am able to able to read topic metadata, produce message and consume message from c# code.
-------------------------…