Paul Merlin created ZEST-66:
-------------------------------
Summary: UnitOfWork should leverage Java 7 AutoCloseable and
try-with-resources
Key: ZEST-66
URL: https://issues.apache.org/jira/browse/ZEST-66
Project: Zest
Issue Type: Improvement
Reporter: Paul Merlin
Assignee: Paul Merlin
Fix For: 2.1
{code:java}
try( UnitOfWork uow = module.newUnitOfWork() )
{
// ...
uow.complete();
}
{code}
See
https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)