RESTEASY004687 - Please close clients yourself #38019
toas-jyskebank-dk
started this conversation in
Community
Replies: 1 comment
-
Try extending AutoCloseable, I see: https://stackoverflow.com/questions/64137112/quarkus-restclient-close |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get a lot of these entries in my application log:
WARN [org.jbo.res.cli.jax.i18n] (Cleaner-0) RESTEASY004687: Closing a class org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine$CleanupAction instance for you. Please close clients yourself
.My application is running Quarkus version 3.3.2 and it is using a number of microprofile REST clients defined like this:
Do I need to worry about that warning?... if yes, how should I fix it?
Beta Was this translation helpful? Give feedback.
All reactions