Thank you for the review guys. Could someone move it forward it, please? On Fri, Dec 28, 2018 at 3:47 PM Otávio Gonçalves de Santana < osant...@tomitribe.com> wrote:
> > - > > Optimizes the try using the try-with-resources that allows us to > declare resources to be used in a try block with the assurance that the > resources will be closed when after execution of that block. An ARM > automatic resource management by the JVM. > - > > The use of multi-catch that removes redundancies catch treatment. > > https://github.com/apache/tomee/pull/323 >