You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Niclas Hedhman (JIRA)" <ji...@apache.org> on 2015/08/22 08:12:47 UTC

[jira] [Closed] (ZEST-66) UnitOfWork should leverage Java 7 AutoCloseable and try-with-resources

     [ https://issues.apache.org/jira/browse/ZEST-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niclas Hedhman closed ZEST-66.
------------------------------

Closing all fixed issues.

> 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
>              Labels: unitofwork
>             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)