baldimir opened a new issue, #1154:
URL: https://github.com/apache/incubator-kie-issues/issues/1154
KieSession needs to be properly disposed by calling dispose() method on it,
when done using it. To make this easier, it would be good if the KieSession
supports being used as AutoCloseable in a try-with-resources code block.
```
try (KieSession kieSession = kieBase.newKieSession()) {
... some code using the KieSession
}
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]