moqui / moqui-runtime

The default runtime directory for Moqui Framework
Other
37 stars 79 forks source link

Use try-with-resources for JDBC AutoCloseable resources #233

Open dixitdeepak opened 1 month ago

dixitdeepak commented 1 month ago
Refactored code to utilize try-with-resources for JDBC operations, ensuring
    automatic resource management (ARM) compliance. This change improves code
    readability and reliability by eliminating the need for explicit resource
    closure, reducing the risk of resource leaks.