-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory Leak via Swagger for async calls #26
Comments
The same problem is described here kubernetes-client/java#482 and it seems it was fixed by updating to openapi-generator v4.2.0 This library as of v5.2.0 can't be used in production code if you want to use *Async functions. |
Hi, It looks like it is fixed in swagger : swagger-api/swagger-codegen#8053 But how can I know if this is also fixed in this library ? I am new to Java and I have no clue. I looked at the pom.xml but there is no swagger-codegen in. I found this: |
Hi @lud , |
Updated in new release (v7.0.0). Please check..! |
Sorry but I do not work for this project anymore, I do not even have the source code to check. But thanks anyway, I'm sure it is still useful for many people! |
All async methods (i.e. async send of transcational mail) are producing a memory leak (interceptors). Looks like this is connected to swagger-api/swagger-codegen#8915
The text was updated successfully, but these errors were encountered: