You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am currently transferring a Dropwizard project to Quarkus. In the old project, CloseableService was used to close unused streams. To do this, CloseableService was called via "@context". This no longer works under Quarkus. Is there another way to achieve the same under Quarkus or does Quarkus take care of streams that are no longer needed to the same extent as glassfish?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am currently transferring a Dropwizard project to Quarkus. In the old project, CloseableService was used to close unused streams. To do this, CloseableService was called via "@context". This no longer works under Quarkus. Is there another way to achieve the same under Quarkus or does Quarkus take care of streams that are no longer needed to the same extent as glassfish?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions