S3tuit commented on issue #5690: URL: https://github.com/apache/hop/issues/5690#issuecomment-3311530297
The root cause is that the Janino child base (`TransformClassBase`) doesn’t define a `dispose()` and the parent (`UserDefinedJavaClass`) doesn’t override `dispose()`, so a UDJC’s `disposeImpl()` is never called. ### Dev proposal Just use the same approach taken for the init. Add dispose() to both parent and child. If this approach sounds good I can run a more scenarios, add a test, and open a PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
