dk2k opened a new pull request, #9793: URL: https://github.com/apache/camel/pull/9793
Added try with resources for ArangoCursor. Why do I think it's needed? For a typical DB Connection, Statement we have logic: when a Connection gets closed, it closes all its Statements. ArangoDatabase doen't implement Closeable/AutoCloseable. Hence it can't close implicitly its Cursors on closing. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org