fmcejudo / quarkus-eureka

46 stars 24 forks source link

Framework restclient is not closed log problem #42

Closed janyyy closed 2 years ago

janyyy commented 2 years ago

@fmcejudo Hi, fmcejudo I am now using the Quarkus framework version 3.9.0, and found WARN logs when using eurake for high availability of services. WARN [org.jbo.res.cli.jax.i18n] (Finalizer) RESTEASY004687: Closing a class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine instance for you. Please close clients yourself. I also found the same problem in other modules. It's fine to inherit the AutoCloseable interface in the RestClient class. When will this problem be fixed? image

framcejudo commented 2 years ago

Hi @janyyy , I will try to invest some time next week reviewing this error. Let's see how it goes